Wednesday, August 4, 2010

ASP.NET authentication and authorization

This article will discuss how to implement ASP.NET authentication and authorization. This article initially starts with authentication and authorization concepts and later explains the three important ways of doing authentication and authorization i.e. windows, forms and passport. As the article moves ahead it explains basic, digest and integrated authentication in depth. This article also dives in depth on how forms authentication can be used to implement custom authentication and single-sign on authentication. One of the important concepts this article touch bases is ticket generation in cookies and how ASP.NET membership and role can help us to increase productivity.

Read more at http://www.dotnetfunda.com/articles/article979-aspnet-authentication-and-authorization-.aspx

Author: Questpond

0 comments: