You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 35 Next »

All URLs are specified in lowercase.

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

env:

  • url - is URL of Indeed PAM User Console
  • useremoteapp - published application launch mode
"env": {
	"name": "PROD",
	"lang": "ru",
	"url": "https://pam.indeed-id.local/uc"
	"useremoteapp": true
}

apiServer:

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

gatewayServer:

  • address - is DNS name of Indeed PAM Gateway
"gatewayServer": {
	"address": "pamgateway.indeed-id.local"
}

idp:

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


  • No labels