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\mc\assets\config folder and edit config.prod.json file:

env:

  • url - is URL of Indeed PAM Management Console


Code Block
languagexml
"env": {
	"name": "PROD",
	"lang": "ruen",
	"url": "https://pam.indeed-id.local/mc"
}


apiServer:

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

idp:

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