Versions Compared

Key

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


IIS

Для корректной работы консоли пользователя на ОС 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\uc\assets\config   и отредактируйте файл config folder and edit config.prod.json file:

    env:

    • 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.
    Code Block
    languagexml
    "env": {
    	"name": "PROD",
    	"lang": "ruen",
    	"url": "https://pam.indeed-id.demolocal/uc"
    	"useremoteapp": true
    }

    apiServer:

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

    gatewayServer:

    • address - is DNS -имя name of Indeed PAM Gateway
    Code Block
    languagexml
    "gatewayServer": {
    	"address": "pampamgateway.indeed-id.demolocal"
    }

    idp:

    • url - is URL of Indeed PAM IdP
    • requireHttps - 
    • требовать защищённое подключение
    •  require secure connection
    Code Block
    languagexml
    "idp": {
    	"url": "https://pam.indeed-id.demolocal/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