Reputation: 7694
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
Reputation: 842
Please visit this links:- you can find a good solution....
OpenID Authentication with ASP.NET MVC3 , DotNetOpenAuth and OpenID-Selector
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
Reputation: 58434
DotNetOpenAuth is your friend.
See this blog post: OpenID Authentication with ASP.NET MVC3 , DotNetOpenAuth and OpenID-Selector
Also, you can see the official tutorial on ASP.NET MVC.
Upvotes: 7