Versions Compared
compared with
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Warning | ||
---|---|---|
| ||
Все URL указываются в нижнем регистре. |
IIS
- Запустите Internet Information Services (IIS) Manager и раскройте пункт Сайты (Sites).
- Выберите сайт Indeed.PAM.AdminConsole и нажмите Привязки (Bindings) в разделе Действия (Actions).
- Нажмите Добавить (Add):
- Тип (Type) - https.
- Порт (Port) - 4002.
- Выберите SSL-сертификат (SSL Certificate).
- Сохраните привязку.
title | Важно |
---|
Для корректной работы консоли пользователя на ОС Windows Server 2008 потребуется добавить новый Тип MIME (MIME Type) в IIS.
Запустите IIS, перейдите на главную страницу и откройте пункт Типы MIME (MIME Types)в разделе IIS.
Конфигурация
Перейдите в каталог C:\inetpub\wwwroot\Indeed.PAM.UserConsoleuc\assets\config и откройте для редактирования config и отредактируйте файл config.prod.json.Заполните секции:
env:
name- url -
- URL Indeed PAM User Console
- useremoteapp - режим запуска опубликованного приложения
Code Block | ||
---|---|---|
|
"env": {
"name": "PROD",
"lang": "ru",
"url": "https://pam.indeed |
-id.local/uc" "useremoteapp": true } |
apiServer:
- url - URL
- Indeed PAM Core
Code Block | ||
---|---|---|
|
"apiServer": {
"url": "https://pam.indeed |
-id.local/api" } |
gatewayServer:
url- address - DNS
- -имя Indeed PAM Gateway
Code Block | ||
---|---|---|
|
" |
gatewayServer": { " |
address": " |
pamgateway.indeed-id. |
local" } |
idp:
- url - URL
- Indeed PAM IdP
- requireHttps -
- требовать защищённое подключение
Code Block | ||
---|---|---|
|
"idp": {
"url": "https://pam.indeed |
-id.local/idp", "requireHttps": true } |
Backtotop | ||||
---|---|---|---|---|
|