Versions Compared
compared with
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Warning | ||
---|---|---|
| ||
All URLs are specified in lowercase. |
Switch to C:\inetpub\wwwroot\uc\assets\config folder and edit config.prod.json file:
env:
- url - is URL of Indeed PAM User Console
- useremoteapp - published application launch mode
Code Block | ||
---|---|---|
| ||
"env": { "name": "PROD", "lang": "ruen", "url": "https://pam.indeed-id.local/uc" "useremoteapp": true } |
apiServer:
- url - is URL of Indeed PAM Core
Code Block | ||
---|---|---|
| ||
"apiServer": { "url": "https://pam.indeed-id.local/api" } |
gatewayServer:
- address - is DNS name of Indeed PAM Gateway
Code Block | ||
---|---|---|
| ||
"gatewayServer": { "address": "pamgateway.indeed-id.local" } |
idp:
- url - is URL of Indeed PAM IdP
- requireHttps - require secure connection
Code Block | ||
---|---|---|
| ||
"idp": {
"url": "https://pam.indeed-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 | ||
---|---|---|
| ||
"security": { "allowRevealCredentials": false, "allowRevealAccountName": false } |
Backtotop | ||||
---|---|---|---|---|
|