Andrey Agibalov
Andrey Agibalov

Reputation: 7694

ASP.NET MVC solution for OpenID + OAuth + trivial authentication

Is there a de-facto solution for ASP.NET MVC 3+ one should use in case he needs to allow users to sign in/up via:

?

What I'm basically looking for is "Membership API" that works for OpenID, OAuth and whatever else. Key features are:

Thanks!

Upvotes: 7

Views: 3021

Answers (2)

Ram Khumana
Ram Khumana

Reputation: 842

Please visit this links:- you can find a good solution....

  1. OpenID Authentication with ASP.NET MVC3 , DotNetOpenAuth and OpenID-Selector

  2. And you can download code from the SocialAuth-net project and modify source code and implement. I have also done this, from here.

Upvotes: 4

Related Questions