Documentation Center

Configuring single sign-on in the Editors' Themes\ folders

In the web.config file in each of the folders under %TRIDION_HOME%\WebUI\Editors\, comment out the authorization section.

Procedure

  1. On the Content Manager, navigate to %TRIDION_HOME%\WebUI\Editors\. This folder has a number of subfolders.
  2. Access each subfolder in turn, and in each subfolder, navigate to the Themes\ subfolder.
  3. In that location, open the web.config file for editing.
  4. Place comment delimiters around the <authorization> section:
    <!--
    <authorization>
    	<deny users="?"/>
    </authorization>
    -->
  5. Save and close Web.config and continue with the next folder under Editors\.