Customizing the Studio Configuration - Advanced Design and Setup - Foundation 23.2 - Foundation 23.2 - Ready - Content Composer - external

Content Composer Advanced Design and Setup

Platform
Content Composer
Product
Advanced Design and Setup
Release
Foundation 23.2
License
To customize the Content Composer Studio to use the new certificates, complete the following steps:
  1. Go to a workstation hosting a Content Composer Studio installation.
  2. From the %Composerdir% directory, open Composer.Studio.exe.config with a text editor that supports UTF-8.
  3. Insert the following lines within the <appsettings> element:
    <add key="save_login_token" value="True" />
    <add key="certStsSubjectName" value="composer.servernew" />
    <add key="certServiceSubjectName" value="composer.servicenew" />
  4. Save and close the file.
  5. Start and close Content Composer Studio.
  6. From the %Composerdir% directory, open Composer.Studio.exe.config with a text editor that supports UTF-8.
  7. Find the following line and delete it:
    <add key="save_login_token" value="True" />
  8. Save and close the file.
  9. From the %Composerdir% directory, copy securitytoken.xml to the %Composerdir% directory of each server and workstation hosting a Content Composer Server, Studio or Windows Client installation.
  10. Complete the following substeps on all workstations hosting a Content Composer Studio installation:
    1. From the %Composerdir% directory, open Composer.Studio.exe.config with a text editor that supports UTF-8.
    2. Insert the following lines within the <appsettings> element:
      <add key="certStsSubjectName" value="composer.servernew" />
      <add key="certServiceSubjectName" value="composer.servicenew" />
    3. Search for the following line and delete it, if present:
      <add key="save_login_token" value="True" />
    4. Save and close the file.