Best OpenId API for ASP.NET MVC application

Jedi Master Spooky picture Jedi Master Spooky · Feb 9, 2009 · Viewed 7.5k times · Source

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?

Answer

Jarrod Dixon picture Jarrod Dixon · Feb 9, 2009

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.