|
How to Enable SSO (Single Sign On) on IIS 7 and IIS 6 |
|
|
|
Monday, 04 January 2010 19:34 |
|
Web Server Setup
How to enable SSO on an IIS webserver? IIS 7 - Open up IIS Admin (Control Panel > Administrative Tools > Internet Information Services)
- Select the site you want to enable SSO for from the list of available sites (left click to select)
- Select (double click) "Authentication" option under the IIS category
- Right click each authentication type and disable it.
- Right click the Windows Authentication type and enable it. Anonymous Authentication must be Disabled !
- Restart IIS services
IIS6 - Open up IIS Admin (Control Panel > Administrative Tools > Internet Information Services)
- Right click the site you want to enable SSO for and select “Properties”
- Select the directory security tab (pictured below) and then click “Edit...” under the Authentication and access control section (pictured below).
- Untick all boxes with authentication methods other than “Integrated Windows Authentication” (see below)
- Restart IIS services
www.cogknowhow.com
|
Comments