Versions Compared

Key

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


Warning
iconfalse

All URLs are specified in lowercase.

Switch to 

IIS

  1. Запустите Internet Information Services (IIS) Manager и раскройте пункт Сайты (Sites).
  2. Выберите сайт Indeed.PAM.AdminConsole и нажмите Привязки (Bindings) в разделе Действия (Actions).
  3. Нажмите Добавить (Add):
    1. Тип (Type) - https.
    2. Порт (Port) - 4001.
    3. Выберите SSL-сертификат (SSL Certificate).
  4. Сохраните привязку.

Конфигурация

Перейдите в каталог C:\inetpub\wwwroot\Indeed.PAM.AdminConsolemc\assets\config  и откройте для редактирования файл folder and edit config.prod.json .Заполните секцииfile:

env:

  • name - имя конфигурации (оставить без изменений).
  • lang - язык (оставить без изменений).
    • url - is URL of Indeed PAM Management Console
    • lang - is the user interface language of the component, set it to "en" value.


    url - URL адрес консоли администратора.
    Code Block
    languagexml
    "env": {
    	"name": "PROD",
    	"lang": "
    ru
    en",
    	"url": "https://pam.indeed
    .demo:4001
    -id.local/mc"
    }


    apiServer:

    • url -
    URL адрес API.
    • is URL of Indeed PAM Core
    Code Block
    languagexml
    title
    Пример
    "apiServer": {
    	"url": "https://pam.indeed
    .demo:4000
    -id.local/api"
    }

    idp:

    • url - URL
    адрес IDP.
    • Indeed PAM IdP
    • requireHttps -
    требовать HTTPS.
    • require secure connection
    Code Block
    languagexml
    title
    Пример
    "idp": {
    	"url": "https://pam.indeed
    .demo:4003
    -id.local/idp",        
    	"requireHttps": true
    }