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 -адреса указываются в нижнем регистре. |
Перейдите в каталог C:\inetpub\wwwroot\Indeed.PAM.UserConsoleuc\assets\config, откройте для редактирования config и отредактируйте файл config.prod.jsonи заполните секции:
env:
- url - URL адрес Indeed Indeed PAM User Console
- useremoteapp - режим запуска опубликованного приложения
Code Block | ||
---|---|---|
| ||
"env": { "name": "PROD", "lang": "ru", "url": "https://pam.indeed.demo:4002" }-id.local/uc", "useremoteapp": true }, |
apiServer:
- url - URL адрес Indeed PAM Core
Code Block | ||
---|---|---|
| ||
"apiServer": { "url": "https://pam.indeed.demo:4000-id.local/api" }, |
proxyServergatewayServer:
- url address - DNS-имя Indeed PAM Gateway
Code Block | ||
---|---|---|
| ||
"proxyServergatewayServer": { "address": "pampamgateway.indeed-id.demolocal" }, |
idp:
- url - URL адрес Indeed PAM IdP
- requireHttps - требовать HTTPS требовать защищённое подключение
Code Block | ||
---|---|---|
| ||
"idp": { "url": "https://pam.indeed.demo:4003-id.local/idp", "requireHttps": true } |
security:
- allowRevealCredentials - включение (true), отключение (false) отображения учётных записей в консоли пользователя
- allowRevealAccountName - включение (true), отключение (false) функции демонстрации пароля для пользователя
Code Block | ||
---|---|---|
| ||
"security": { "allowRevealCredentials": false, "allowRevealAccountName": false } |
Backtotop | ||||
---|---|---|---|---|
|