We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
这正是 Windows Identity Foundation (WIF) 的目标之一。它允许您通过不同的提供商抽象您的身份验证代码。他们有一个非常完整的 开发人员培训套件,并且有一些模块可用于使用各种不同协议(OpenID、OAuth、Facebook、LiveID...)进行身份验证,或者您可以使用ACS 提供所有不同协议的抽象。
有关更多信息,请参阅以下内容:
This is exactly what one of the goals of Windows Identity Foundation (WIF) is. It allows you to abstract your authentication code away with different providers. They have a very complete developer training kit, and there are modules avaiable to authenticate with all kinds of different protocols (OpenID, OAuth, Facebook, LiveID...) or you can use ACS to provide the abstraction around all the different protocols.
For even more information see these:
我怀疑是否有一个库可以适用于您可以列出的所有可能的网站。您可以使用 DotNetOpenAuth 作为 OpenID。
I doubt there is a library that could work against all the possible sites you can list. You could use DotNetOpenAuth for OpenID.