Entries in the Category "IIS"

How do you use Single Signon on a IIS web site?

Platform: IIS 6 running on Windows Server 2003 SP2

Using ASP.NET built-in functionality, you can control access to your web site using Single Signon (SSO), also called CAS. When the web page loads, you validate the browser has a valid ticket, created by SSO. The Case Network ID then be used for authentication in Active Directory.

Continue reading "How do you use Single Signon on a IIS web site?"