This post originated from an RSS feed registered with .NET Buzz
by Doug Thews.
Original Post: Implementing Single Sign-On in ASP.NET
Feed Title: IlluminatiLand
Feed URL: http://apps5.oingo.com/apps/domainpark/domainpark.cgi?client=netw8744&s=JETBRAINS.COM
Feed Description: A technology blog for people enlightened enough to think for themselves
MSDN has a good article on how to implement single sign-on in your ASP.NET web applications. The project shows you how internal users can authenticate against their internal Windows directory source (Active Directory), while external users authenticate against an external database.
This article is similar to the article I wrote for Visual Studio Magazine, where I showed the reader how to use forms authentication to secure their ASP.NET mobile applications.