AspNetAtoms.com daily updates on ASP.NET Tutorials, Articles, Authors and more. Subscribe to our newsletter and receive updates on ASP.NET resources on the Internet.

Categories

Recent Posts

Using Forms Authentication with Active Directory : Richard Bean

Friday, December 26 2008

Explains how to implement form authentication using Active Directory warehouse credentials. Forms Authentication is a system in which unauthenticated requests are redirected to a Web form where users are required to provide their credentials. Upon submitting the form, and being properly verified by your application, an authorization ticket is issued by Web application, in the form of a cookie. This authorization cookie contains the user's credentials or a key for reacquiring the user's identity (therefore making the user's identity persistent). In essence, Forms Authentication is a means for wrapping your Web application with a thin security layer, allowing you to have your own custom login interface and verification functionality...

Read More:
Using Forms Authentication with Active Directory : Richard Bean
Also See:
Custom DataGrid Numeric Paging with Previous,Next, First & Last link : Saifi Hasan
Creating Custom Label Controls : Brian Mains
Inversion of Control and Dependency Injection with Castle Windsor Container - Part IV : Simone Busoli
Serialization in .NET : Joydip Kanjilal
Build a Search Engine SiteMap in C# : Michael Allen Smith

Post your comment

Comment