Versions Compared

Key

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


IIS

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

Для корректной работы консоли администратора на ОС Windows Server 2008 потребуется добавить новый Тип MIME (MIME Type) в IIS.

Запустите IIS, перейдите на главную страницу и откройте пункт Типы MIME (MIME Types)в разделе IIS.
  • Нажмите Добавить (Add...) в разделе Действия (Actions).
  • В поле Расширение файла (File name exstension) укажите .json, в поле Тип MIME (MIME Type) укажите application/json.
    Image Removed
  • Нажмите ОК и перезагрузите IIS.
  • Warning
    iconfalse

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

    Warning
    iconfalse

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

    All URLs are specified in lowercase.

    Switch to Перейдите в каталог 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.


    Code Block
    languagexml
    "env": {
    	"name": "PROD",
    	"lang": "ruen",
    	"url": "https://pam.indeed.demo:4001-id.local/mc"
    }


    apiServer:

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

    idp:

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