All URLs are specified in lowercase. |
Switch to C:\inetpub\wwwroot\pam\idp folder and edit appsettings.json file:
ConnectionStrings:
Password - is the password for that service account
"ConnectionStrings": { "DefaultConnection": "Server=MSSQLServer;Database=IPAMIdP;Integrated Security=False;User ID=IPAMSQLService;Password=password" } |
If you are using a named instance of Microsoft SQL Server, the value of the Server parameter must be set in the format
|
In the Provider section, select the DBMS connection provider:
Example for the PostgreSQL Pro:
"Database":{ "Provider": "pgsql" }, |
GatewaySecret - Hash for client keys for additional authentication of Indeed PAM Gateway
CoreApiSecret - Hash for client keys for additional authentication of PAM Core
"pam-gateway"
"IdentitySettings":{ "AdminSids": [ "S-1-5-21-1487179672-2651565253-5257550508-0000", "S-1-5-21-1487179672-2651565253-5257550508-0001" ], "GatewaySecret": "oF/d7eb/qOKgJrb+uA/l/4BVI3/OI3q3Yxq6TsdcHuY=", "IdpUrls": [ "https://pam.domain.local/pam/idp" ], "Lang": "en", "SigningCertificate": "", "ConsoleAppClientSecret": "" "SshProxyClientSecret": "xAlrki/souxzqK4wrDf4P2AOiGCfV5sA8XdJbj53cAI=", "CoreApiSecret": "zuUOwHHOReDWDw4T/hYT/eMbe4wTEjqlVdmoxJQO1fI=", "Enable2FaCacheForClients": [ "pam-management-console" ], "SecondFaCacheLifetimeSeconds": 60 }, |
"PamSettings": { "ManagementConsoleUrls": [ "https://pam.domain.local/pam/mc" ], "UserConsoleUrls": [ "https://pam.domain.local/pam/uc" ], "CoreApiUrls": [ "https://pam.domain.local/pam/core" ], "SessionLifetime": 43200 }, |
This section is required to search and add users to the Roles. It is filled in the same way as the similar section in the Pam Core settings.