Versions Compared

Key

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

IIS

Warning
iconfalse

Для корректной работы консоли администратора на ОС 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

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

    Перейдите в каталог C:\inetpub\wwwroot\mc\assets\config и отредактируйте файл config.prod.json:

    env:

    • url - URL Indeed PAM Management Console


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


    apiServer:

    • url - URL Indeed PAM Core
    Code Block
    languagexml
    "apiServer": {
    	"url": "https://pam.indeed-id.local/api"
    }

    idp:

    • url - URL Indeed PAM IdP
    • requireHttps - требовать защищённое подключение
    Code Block
    languagexml
    "idp": {
    	"url": "https://pam.indeed-id.local/idp",        
    	"requireHttps": true
    }