Best OpenId API for ASP.NET MVC Application

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 uses StackOverflow? Is the login user interface configured or provided by an API / service?

+46
asp.net-mvc openid
Feb 09 '09 at 1:35
source share
2 answers

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 interface was provided by ID Selector , but since then we have minimized our minimal version.

+49
Feb 09 '09 at 1:40
source share

I will remember the recommendation for DotNetOpenId and add the recommendation for openid-selector (open source version idselector)

+17
Feb 09 '09 at 5:53
source share



All Articles