All URLs are specified in lowercase.

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

env:

  • url - is URL of Indeed PAM Management Console
  • 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/mc"
}

apiServer:

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

idp:

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


  • No labels