Versions Compared
compared with
Key
- This line was added.
- This line was removed.
- Formatting was changed.
IIS
- Тип (Type) - https
- Порт (Port) - 4002
- Выберите SSL-сертификат (SSL Certificate)
Warning | ||
---|---|---|
|
Конфигурация
Warning | ||
---|---|---|
| ||
Все URL-адреса указываются в нижнем регистре. |
All URLs are specified in lowercase. |
Switch to Перейдите в каталог C:\inetpub\wwwroot\Indeed.PAM.UserConsoleuc\assets\config , откройте для редактирования файл folder and edit config.prod.json и заполните секцииfile:
env:
name - имя конфигурации (оставить без изменений)- lang - локализация (оставить без изменений)
- url - is URL адрес Indeed of Indeed PAM User Console
- useremoteapp - published application launch mode
- lang - is the user interface language of the component, set it to "en" value.
Code Block | ||
---|---|---|
| ||
"env": { "name": "PROD", "lang": "ruen", "url": "https://pam.indeed.demo:4002"-id.local/uc" "useremoteapp": true } |
apiServer:
- url - is URL адрес of Indeed PAM APICore
Code Block | ||
---|---|---|
| ||
"apiServer": { "url": "https://pam.indeed.demo:4000-id.local/api" } |
proxyServergatewayServer:
- url address - is DNS имя name of Indeed PAM Gateway
Code Block | ||
---|---|---|
| ||
"proxyServergatewayServer": { "urladdress": "pampamgateway.indeed-id.demolocal" } |
idp:
- url - is URL адрес of Indeed PAM IDPIdP
- requireHttps - требовать HTTPS require secure connection
Code Block | ||
---|---|---|
| ||
"idp": { "url": "https://pam.indeed.demo:4003-id.local/idp", "requireHttps": true } |
security:
- allowRevealCredentials - Enable (true), disable (false) the viewing of accounts in the user console
- allowRevealAccountName - Enable (true), disable (false) the viewing of account credentials for the user
Code Block | ||
---|---|---|
| ||
"security": { "allowRevealCredentials": false, "allowRevealAccountName": false } |
Backtotop | ||||
---|---|---|---|---|
|