Versions Compared

Key

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


Warning
iconfalse

All URLs are specified in lowercase.

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.UserConsole 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.UserConsole



Note
iconfalse

URL example:https://pam.domain.local/pam/uc
pam.domain.local - the fully qualified DNS name of the management server

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

env

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

  • productName 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 page

    Code Block
    languagejs
    "env": {
    	"name": "PROD",
    	"lang": "ruen",
    	"url": "https://pam.domain.local/pam/uc",
        "productName": "PAM",
        "faviconUrl": "",
        "logoUrl": ""
    },


core

  • url - URL of PAM Core

    Code Block
    languagejs
    "core": {
    	"url": "https://pam.domain.local/pam/core"
    },


idp

  • url - URL of IdP
  • requireHttps - require secure connection

    Code Block
    languagejs
    "idp": {
    	"url": "https://pam.domain.local/pam/idp",        
    	"requireHttps": true
    }


security

  • allowRevealCredentialsenable (true), disable (false) the viewing of accounts in the user console
  • allowRevealAccountNameenable (true), disable (false) the viewing of account credentials for the user

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


rdp

  • useMultimonsupport for multiple monitors in an RDP session

  • useremoteapp - published application launch mode

    Code Block
    languagejs
      "rdp": {
        "useMultimon": true,
        "useRemoteApp": true
      }


polling

  • intervalSeconds - selection of the PAM Core polling interval to get the number of active sessions and session requests

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


view

  • groupByResourcesGroup - option to group available resources

    Code Block
    languagejs
      "view": {
        "groupByResourcesGroup": false
      }


Backtotop
Delay0
Distance250