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.UserConsole и нажмите Привязки (Bindings) в разделе Действия (Actions).
  3. Нажмите Добавить (Add):
    1. Тип (Type) - https.
    2. Порт (Port) - 4002.
    3. Выберите SSL-сертификат (SSL Certificate).
  4. Сохраните привязку.
Warning
titleВажно

Для корректной работы консоли пользователя на ОС 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
    titleВажно

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

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

    env:

  • name - имя конфигурации (оставить без изменений).
  • lang - язык (оставить без изменений).
    • url - is URL of Indeed PAM User Console
    • useremoteapp - published application launch mode
    • lang - is the user interface language of the component, set it to "en" value
    url - URL адрес консоли пользователя
    • .
    Code Block
    languagexml
    titleПример
    "env": {
    	"name": "PROD",
    	"lang": "
    ru
    en",
    	"url": "https://pam.indeed
    .demo:4002"
    -id.local/uc"
    	"useremoteapp": true
    }

    apiServer:

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

    gatewayServer:

    url
    • address -
    DNS имя сервера Proxy.
    • is DNS name of Indeed PAM Gateway
    Code Block
    languagexml
    titleПример
    "
    proxyServer
    gatewayServer": {
    	"
    url
    address": "
    pam
    pamgateway.indeed-id.
    demo
    local"
    }

    idp:

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

    security:

    • allowRevealCredentials - Enable (true), disable (false) the viewing of accounts in the user console
    • allowRevealAccountName - Enable (true), disable (false) the viewing of account credentials for the user
    Code Block
    languagejs
      "security": {
        "allowRevealCredentials": false,
        "allowRevealAccountName": false 
      }

    Backtotop
    Delay0
    Distance250