Best OpenId API for ASP.NET MVC application

Viewed 7567

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 Answers

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

Related