Versions Compared

Key

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


Warning
iconfalse

All URLs are specified in lowercase.

Switch to C:\inetpub\wwwroot\pam\mc\assets\config folder and edit config.prod.json file:

env

:

section

  • url - is URL of Indeed PAM Management Console
  • lang - is the user interface language of the component, set it to "en" value

    .



    Code Block
    language
xml
  • js
    "env": {
    	"name": "PROD",
    	"lang": "en",
    	"url": "https://pam.indeed-id.local/pam/mc"
    }


apiServer

:

section

  • url - is URL of Indeed PAM Core

    Code Block
    language
xml
  • js
    "apiServer": {
    	"url": "https://pam.indeed-id.local/
api
  • pam/core"
    }


idp

:

section

  • url - URL Indeed PAM IdP
  • requireHttps - require secure connection

    Code Block
    language
xml
  • js
    "idp": {
    	"url": "https://pam.indeed-id.local/pam/idp",        
    	"requireHttps": true
    }


security section

  • 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

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