Best OpenId API for ASP.NET MVC application

六月ゝ 毕业季﹏ 提交于 2019-12-17 17:21:51

问题


I am developing an ASP.NET MVC application and I want to use OpenId.

What is the best option?

  • DotNetOpenId
  • RPX
  • Other???

Does anyone know what StackOverflow uses? Is the Login UI custom-developed, or provided by an API/service?


回答1:


We use the excellent DotNetOpenId library here on Stack Overflow:

http://code.google.com/p/dotnetopenid/

now moved to:

http://www.dotnetopenauth.net/

Our original login UI was provided by ID Selector, but we've since rolled our own minimalist version.




回答2:


I'll second the recommendation for DotNetOpenId and add a recommendation for openid-selector (open source version of idselector)



来源:https://stackoverflow.com/questions/526890/best-openid-api-for-asp-net-mvc-application

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