Best OpenId API for ASP.NET MVC application
Asked Answered
B

2

46

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?

Bolection answered 9/2, 2009 at 1:35 Comment(3)
This question is a bit old now, relative to the pace of innovation in this area. SO doesn't favour duplicate questions, otherwise I'd re-ask this one, looking for a contemporary set of answers.Shaitan
So is DotNetOpenId still the #1 option.?Doi
I guess it's called DotNetOpenAuth nowDoi
K
49

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.

Ketchan answered 9/2, 2009 at 1:40 Comment(5)
Well, looks like we need to upgrade our ID Selector to RPX!Ketchan
Yes looks like it. Let us know how it goes.Bolection
-1 on RPXNow. blog.nerdbank.net/2009/01/why-using-rpxnow-is-bad-idea.htmlSolferino
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.Zone
Would you modify your answer, nearly a year on? Does this information still hold true today?Shaitan
D
17

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

Damaraland answered 9/2, 2009 at 5:53 Comment(3)
Thanks! Just tried it, Exellent compaird to the idselector.com's. Specially if you do need to change the look or language :PBroncho
Because it was the first. I believe there are better alternatives now, but I don't know what they are. I use RPXnow whenever possible.Damaraland
Here is an example how to do it: weblogs.asp.net/haithamkhedre/archive/2011/03/13/…Vagina

© 2022 - 2024 — McMap. All rights reserved.