Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Warning
iconfalse

All URLs are specified in lowercase.

Switch to C:\inetpub\wwwroot\pam\uc\assets\config folder and edit config.prod.json file:

env section

  • url - is URL of Indeed PAM User Console
  • useremoteapp - published application launch mode
  • lang - is the user interface language of the component, set it to "en" value.
Code Block
languagejs
"env": {
	"name": "PROD",
	"lang": "en",
	"url": "https://pam.indeed-id.local/pam/uc"
	"useremoteapp": true
}

apiServer section

  • url - is URL of Indeed PAM Core
Code Block
languagejs
"apiServer": {
	"url": "https://pam.indeed-id.local/pam/core"
}

gatewayServer section

  • address - is DNS name of Indeed PAM Gateway or RDCB (Remote Desktop Connection Broker)
Code Block
languagejs
"gatewayServer": {
	"address": "pamgateway.indeed-id.local"
}

idp section

  • url - is URL of Indeed PAM IdP
  • requireHttps - require secure connection
Code Block
languagejs
"idp": {
	"url": "https://pam.indeed-id.local/pam/idp",        
	"requireHttps": true
}

security section

  • allowRevealCredentials - Enable (true), disable (false) the viewing of accounts in the user console
  • allowRevealAccountName - Enable (true), disable (false) the viewing of account credentials for the user
Code Block
languagejs
  "security": {
    "allowRevealCredentials": false,
    "allowRevealAccountName": falsetrue 
  }

Backtotop
Delay0
Distance250