Custom Authentication with MVC 3.0

added by bradygaster
4/17/2011 7:55:34 AM

371 Views

A demonstration of rolling your own custom authentication/authorization scheme under MVC 3.0. Shows how to use the IIdentity and IPrincipal interfaces to create classes that can be used to hard-wire a user account to the request context and thereby harness all the resources built into ASP.NET to secure your MVC 3.0 applications using your own custom implementation.


0 comments