Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的 Web 应用程序中使用 azure 访问控制服务 (ACS) 来验证来自不同身份提供者的用户。我成功注册了我的应用程序以使用 ACS。以前我使用 ASP.NET Membership 数据库对用户进行身份验证,并且在我的应用程序中有一些页面,用户可以在其中执行 ajax-logIn(在这种情况下,不会发生页面刷新/重新加载并且用户会登录)。
如何使用 ACS 登录系统执行此操作?