Versions Compared

Key

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


Warning
iconfalse

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

All URLs are specified in lowercase.

Switch to Перейдите в каталог C:\inetpub\wwwroot\uc\assets\config   и отредактируйте файл config folder and edit config.prod.json file:

env:

  • url - is URL of Indeed PAM User Console
  • useremoteapp - режим запуска опубликованного приложения published application launch mode
Code Block
languagexml
"env": {
	"name": "PROD",
	"lang": "ru",
	"url": "https://pam.indeed-id.local/uc"
	"useremoteapp": true
}

apiServer:

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

gatewayServer:

  • address - DNS-имя Indeed PAM Gateway
Code Block
languagexml
"gatewayServer": {
	"address": "pamgateway.indeed-id.local"
}

idp:

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

Backtotop
Delay0
Distance250

Warning
iconfalse

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

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

env:

  • url - URL Indeed PAM User Console
  • useremoteapp - режим запуска опубликованного приложения
Code Block
languagexml
"env": {
	"name": "PROD",
	"lang": "ru",
	"url": "https://pam.indeed-id.local/uc"
	"useremoteapp": true
}

apiServer:

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

gatewayServer:

  • address - DNS-имя is DNS name of Indeed PAM Gateway
Code Block
languagexml
"gatewayServer": {
	"address": "pamgateway.indeed-id.local"
}

idp:

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

Backtotop
Delay0
Distance250