Documentation Center

Configuring single sign-on in the web\ folder

In %TRIDION_HOME%\web\web.config, configure an HTTP module that can handle single sign-on requests.

Procedure

  1. On the Content Manager server, open %TRIDION_HOME%\web\web.config for editing.
  2. In the system.webServer/modules section, uncomment the following line:
    <add name="SsoAgentHttpModule" type="Tridion.Security.Web.SsoAgentHttpModule,  
    Tridion.Security, Version=7.1.0.52, Culture=neutral, PublicKeyToken=ddfc895746e5ee6b" />
  3. Save and close Web.config.