vote up 10 vote down star
12

I am developing a asp.net mvc application and I want to use OpenId,

what is the best option?

  • DotNetOpenId
  • RPX
  • Other???

Any one know what StackOverflow use? The Login UI is custom develop or is provide by the APi or service?

flag

2 Answers

vote up 13 vote down check

We use the excellent DotNetOpenId library here on Stack Overflow:

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

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

link|flag
Well, looks like we need to upgrade our ID Selector to RPX! – Jarrod Dixon Feb 9 at 1:45
Yes looks like it. Let us know how it goes. – Jedi Master Spooky Feb 9 at 1:47
-1 on RPXNow. blog.nerdbank.net/2009/01/… – Andrew Arnott Feb 17 at 4:23
openid-selector is cool! – Cshift3iLike Feb 22 at 11:29
I'm actually about to migrate from RPX back to openid-selector. The RPX servers are down about 5% of the time that someone tries to register. – Portman Sep 10 at 17:45
vote up 6 vote down

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

link|flag
Thanks! Just tried it, Exellent compaird to the idselector.com's. Specially if you do need to change the look or language :P – Cshift3iLike Feb 22 at 11:24

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.