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

Is there a de facto solution for ASP.NET MVC 3+ that should be used if it should allow users to log in / out via:

  • Openid
  • OAuth
  • Trivial registration / manual authentication

?

Basically I am looking for a "Membership API" that works for OpenID, OAuth and everything else. Main functions:

  • Role support (for ASP.NET MVC)
  • The ability to bind multiple auth methods to one user (for example, someone first subscribes to a โ€œtrivial registrationโ€, then he wants to link his Google account and then his Yahoo account so that he can be authorized with any of these 3)

Thanks!

+7
source share
2 answers
+7
source

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

+4
source

All Articles