如何在 ASP.NET MVC3 项目中开始使用 OpenID?
我想为我的网站(在 asp.net mvc3 中)提供身份验证机制,第一个选项是 openID,另一个选项是通过我的网站。我不知道如何开始使用 dotnetopenid,因为它没有好的文档或一些开始的指导。是否有任何可视化文档或任何有用的分步资源。另一个问题:我想要google和yahoo的openID身份验证,两者使用有什么区别吗?!
非常感谢你的建议
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可能比下载 ASP.NET MVC 2 OpenID 网站 (C# ) 来自 Visual Studio Gallery 的模板。
还有一个名为 Html5-MVC3-BP-OpenAuth 的模板其描述为:
或者查看 Codeplex 上的 MvcOpenID - An OpenID Starter Kit for ASP.NET MVC:
You could do worse than download the ASP.NET MVC 2 OpenID web site (C#) template from the Visual Studio Gallery.
There is also a templated called Html5-MVC3-BP-OpenAuth which is described as:
Alternately check out MvcOpenID - An OpenID Starter Kit for ASP.NET MVC on Codeplex:
那是几年前的事了,但我在我的博客中集成了 DotNetOpenId:
http://blog.dantup.com/2009/04/using-openid-in-your-aspnet-mvc.html
这非常轻松,所有必需的代码都在该页面上。看来 StackOverflow 也使用相同的库:
Best OpenId ASP.NET MVC 应用程序的 API
It was a few years ago, but I integrated DotNetOpenId in my blog:
http://blog.dantup.com/2009/04/using-openid-in-your-aspnet-mvc.html
It was pretty painless, and all the required code is on that page. It seems that StackOverflow also uses the same library:
Best OpenId API for ASP.NET MVC application
此外,您可能需要在此处和此处 主题。
Additionally you might want to checks Dominick Baier blog posts here and here on the subject.