Modifying the IdP Configuration File - 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
The file UserRepository_Idp.config contains the general IdP settings required by Content Composer Studio and backend applications. Complete the following steps on the Content Composer Server and on each computer on which Content Composer Studio is installed.
  1. From the %Composerdir% directory, open the UserRepository_Idp.config file with a text editor that supports UTF-8.
  2. Find the following attributes and update their values to the values of your IdP server configuration provided by your IdP administrator.
    • authority

    • redirectUri: Use the redirectUri for Content Composer Studio.

    • audience

    • idpConfigurationURL

    <?xml version="1.0" encoding="utf-8" ?>
       <userRepository_Idp
         authority = "https://[IDP-WEB-SERVER]/idp"
         redirectUri = "http://localhost:4200/auth"
         audience="https://[IDP-WEB-SERVER]/idp/resources"
         idpConfigurationURL = "https://[IDP-WEB-SERVER]/idp/.well-known/openid-configuration" 
         scopeAuthorizationCode= "openid group iam.user-catalog.read offline_access"
         scopePasswordGrant = "openid group iam.user-catalog.read offline_access" 
         groupKey = "group"
         userKey = "username"
    />
  3. Save and close the file.