Versions Compared

Key

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


Warning
iconfalse

Все URL указываются в нижнем регистреAll URLs are specified in lowercase.Формат json не допускает наличия комментариев в файле, поэтому необходимо удалить строки, начинающиеся с символов "//"

The json format does not allow comments in the file, so you must delete lines beginning with the characters "//"


Warning
iconfalse

You need to recycle Indeed.PAM.ManagementConsole application pool after every change to the configuration file. You can do this in IIS Manager snap-in, or with powershell command 

Code Block
languagepowershell
Restart-WebAppPool Indeed.PAM.ManagementConsole



Note
iconfalse

пример URL examplehttps://pam.domain.local/pam/coremc
pam.domain.local -
полное DNS имя сервера управления the fully qualified DNS name of the management server

Go to Перейдите в каталог C:\inetpub\wwwroot\pam\mc\assets\config и отредактируйте файл folder and edit config.prod.json file:

Секция

env

  • langязык локализации компонента (ru - русский, en - английский)the user interface language of the component, set it to "en" value
  • url - URL адрес Indeed of PAM Management Console

  • productName - название продукта, отображается в заголовке страницы консоли
  • faviconUrl - адрес иконки для страницы консоли
  •  the product name that appears in the header of the console page
  • faviconUrl - URL of the favicon file for the console page
  • logoUrl - URL of the Logo image for the console pagelogoUrl - адрес логотипа страницы консоли


    Code Block
    languagejs
    "env": {
    	"name": "PROD",
    	"lang": "ruen",
    	"url": "https://pam.domain.local/pam/mc"
        "productName": "PAM",
        "faviconUrl": "",
        "logoUrl": ""
    },
Секция

сore

  • url - URL адрес Indeed of PAM Core

    Code Block
    languagejs
    "core": {
    	"url": "https://pam.domain.local/pam/core"
    },
Секция

idp

  • url - URL адрес Indeed PAM of IdP
  • requireHttps - требовать защищённое подключение require secure connection

    Code Block
    languagejs
    "idp": {
    	"url": "https://pam.domain.local/pam/idp",        
    	"requireHttps": true
    }
Секция

security

  • allowRevealCredentials - опция управления  option to control revealing of user account password. If false, the View account credentials option will be disabled in the Management Console when creating permissionsвозможностью просмотра пользователем пароля учётной записи. При значении false в консоли администратора будет отключена функция показа пароля от учётных записей при создании разрешений.

    Code Block
    languagejs
    "security": {
      "allowRevealCredentials": true
    },  

Секция help

В данной секции можно заполнить ссылки для раздела Помощь и поддержка. Незаполненные параметры не будут отображаться.


help

In this section, you can fill in the links for the Help and Support section. Parameters that are not filled in will not be displayed.

  • technicalSupportUrl - technical support portal page address

  • documentationUrl - documentation page address
  • knowledgeBaseUrl - knowledge base page address

  • technicalSupportUrl - адрес страницы портала технической поддержки

  • documentationUrl - адрес страницы документации
  • knowledgeBaseUrl - адрес страницы базы знаний

    Code Block
    languagejs
      "help": {
        "technicalSupportUrl": "",
        "documentationUrl": "https://confluenceguides.indeed-id.com/display/ipamdoc26ipamdoc26en",
        "knowledgeBaseUrl": ""
Секция

polling

  • intervalSeconds - выбор интервала опроса Indeed PAM Core для получения количества активных сессий и запросов сессий selection of the PAM Core polling interval to get the number of active sessions and session requests

    Code Block
    languagejs
      "polling": {
        "intervalSeconds": 5
      } 


Backtotop
Delay0
Distance250