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

Compare with Current View Page History

« Previous Version 26 Next »

Все URL указываются в нижнем регистре.

Перейдите в каталог C:\inetpub\wwwroot\mc\assets\config и отредактируйте файл config.prod.json:

env:

  • url - URL Indeed PAM Management Console
"env": {
	"name": "PROD",
	"lang": "ru",
	"url": "https://pam.indeed-id.local/mc"
}

apiServer:

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

idp:

  • url - URL Indeed PAM IdP
  • requireHttps - требовать защищённое подключение
"idp": {
	"url": "https://pam.indeed-id.local/idp",        
	"requireHttps": true
}


  • No labels