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.
对于基于 .net 的 Web 应用程序,有哪些可用于授权的选项?
我可以使用 .NET Membership Provider 或 Windows Identity Framework。微软还有其他解决方案吗?第三方的任何其他解决方案?
谢谢你,史密斯
您可能会考虑使用“ Windows Azure 访问控制服务”(ACS)之类的东西。ACS 代理对各种提供商(如 Live ID、Google、Yahoo 等)的身份验证,并允许您的用户使用他们现有的身份对您的站点进行身份验证。