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