Best OpenId API for ASP.NET MVC application

2019-01-16 01:27发布

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?

2条回答
做个烂人
2楼-- · 2019-01-16 02:02

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.

查看更多
时光不老,我们不散
3楼-- · 2019-01-16 02:12

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

查看更多
登录 后发表回答