用于 asp.net c# 的 OpenID 选择器
我正在尝试在 asp.net 4 中集成 openid 身份验证,并遵循以下文章:
我想实现 https://www.idselector.com/ 中给出的 openID 选择器,但我没有没有从网站得到任何响应,dotnetopenauth 工具箱中的 OpenIdSelector 控件也不起作用。任何人都可以分享 https://www.idselector.com/ 中给出的 openid 选择器吗?或者任何有关问题的帮助将不胜感激:)
I am trying to integrate openid authentication in asp.net 4 and have followed the following articles:
I have uploaded the page here and the problem is explained here.
I want to implement the openID selector as given in https://www.idselector.com/ but i didn't get any response from the site nor did the OpenIdSelector control from the dotnetopenauth toolbox worked. Can anyone share the openid selector as given in https://www.idselector.com/? Or any help regarding the problem would be grateful :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 DotNetOpenAuth 库,而不是推出自己的库。
http://www.dotnetopenauth.net/
他们还提供可以集成到网站中的项目模板。
You could use the DotNetOpenAuth library instead of rolling out your own.
http://www.dotnetopenauth.net/
They also provide project templates which can integrated into a website.