All URLs are specified in lowercase.
Switch to C:\inetpub\wwwroot\pam\uc\assets\config folder and edit config.prod.json file:
lang - is the user interface language of the component, set it to "en" value.
"env": { "name": "PROD", "lang": "en", "url": "https://pam.indeed-id.local/pam/uc" "useremoteapp": true }
url - is URL of Indeed PAM Core
"core": { "url": "https://pam.indeed-id.local/pam/core" }
requireHttps - require secure connection
"idp": { "url": "https://pam.indeed-id.local/pam/idp", "requireHttps": true }
allowRevealAccountName - Enable (true), disable (false) the viewing of account credentials for the user
"security": { "allowRevealCredentials": false, "allowRevealAccountName": true }
useMultimon - support for multiple monitors in an RDP session
"rdp": { "useMultimon": true }