Web Agent Guides › Web Agent Configuration Guide › Single Sign-On (SSO) › Integrate an IIS 6.0 Agent with SharePoint Portal Server 2003
Integrate an IIS 6.0 Agent with SharePoint Portal Server 2003
The IIS 6.0 Web Agent can work with Microsoft's SharePoint Portal Server 2003 and provide single sign-on for resources stored on that server.
Note: In a SharePoint security context, the user store must be Active Directory (AD).
To integrate the Web Agent and the SharePoint sever,
- Complete both of the following prerequisites:
- Install a r12.0 SP2 (or later) Web Agent for IIS 6.0.
- Apply the hotfix described in Microsoft Knowledge Base Article 824330, "IIS 6.0 Does Not Return AUTH_TYPE for Integrated Security."
- Add the following to the default virtual server's web.config file, located, for example, in c:\inetpub\wwwroot2\web.config.
- Place the following entry between the </system.web> attribute and the </configuration> attribute:
<appSettings>
<add key="SPS-EnforceIISAnonymousSetting" value="false"/>
</appSettings>
- Enable the session server so the Web Agent can provide the user security context for the SharePoint Portal Server resources.
Note: For more information, see the Policy Server documentation.
The Web Agent is integrated with the SharePoint Portal Server 2003.