OpenID 发现 URL 列表
我在我的 Asp.Net 应用程序中使用 DotNetOpenAuth。
我想创建一个登录页面,用户可以在其中选择最常见的 OpenID 提供商,如 google、yahoo...
我想要有像 SO 登录这样的图像按钮。
1)是否有实现这一目标的最佳实践? (如免费/开放的 asp.net 控件)
2) 您有常见发现 URL 的列表吗?
- https://www.google.com/accounts/o8/id (谷歌)
- < a href="https://me.yahoo.com" rel="nofollow">https://me.yahoo.com (yahoo)
- ...
更新
仅供参考我还发现了这个:
I use DotNetOpenAuth in my Asp.Net application.
I want to create a login page where user can choose among most common OpenID providers like google, yahoo...
I'd like to have image buttons like SO login.
1) Is there a best practice to achieve this? (Like a free/open asp.net control)
2) Do you have a list of common Discovery URLS?
- https://www.google.com/accounts/o8/id (google)
- https://me.yahoo.com (yahoo)
- ...
update
Just for info I've found also this:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以查看此页面,其中显示了如何使用 OpenID 身份验证ASP.NET/MVC。如果您不使用 MVC,则查看此页面(请参阅下面的警告注释),它展示了如何在没有任何 MVC 的情况下在 C#/ASP.NET 中执行此操作。
另请查看 StackApps 和 Stacky 帮助您在 .NET 中实现一些 Stack Overflow 类型的东西。
最后,如果您需要提供程序/发现列表的列表,请查看此列表!
You can check out this page which shows how to do OpenID Authentication using ASP.NET/MVC. If you are not using MVC, then check out this page (see cautionary comment below), which shows how to do it in C#/ASP.NET without any MVC.
Also check out StackApps and Stacky which help you implement some of the Stack Overflow type stuff in .NET.
Finally, if you need a list of providers/discovery list, check out this list!
我相信这就是您要找的:http://code.google.com/p /openid-选择器/
I believe this is what you're looking for: http://code.google.com/p/openid-selector/