OpenIDSelector problem in asp.net

左心房为你撑大大i 提交于 2019-12-02 13:13:20

问题


I am trying to use OpenID in my website using asp.net_c#. I am working on asp.net forms website with asp.net v4. The issue i am having is with openidselector control from my toolbox generated from dotnetopenauth.dll. It does not work and not even displays. Any help?

code:


回答1:


I use the following one and it is really great. But you need to figure out most of the stuff to work with your asp.net logic;

http://code.google.com/p/openid-selector/

EDIT Also this could be helpful;

http://bhaidar.net/post/2011/04/04/OpenID-Single-Sign-On-ASPNET-Web-Forms.aspx



来源:https://stackoverflow.com/questions/6239256/openidselector-problem-in-asp-net

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!