Blog

 
Tag: .NET








ASP.NET MVC - Authentication (Two-Factor, MembershipProvider, SimpleMembership)

9/18/2013
.NET, ASP.NET, C#, MVC
3 Comments

Most web applications are using username and password for authentication. ASP.NET supports this concept since the very beginning.
With MVC 4 Microsoft also introduced the SimpleMembership, which makes authentication and user management more flexible.
In this post I show the various options for authentication for ASP.NET MVC applications, including a demo that implements Two-Factor authentication.