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!
Andrey Agibalov
source share