All URLs are specified in lowercase. |
Switch to C:\inetpub\wwwroot\idp folder and edit appsettings.json file:
ConnectionStrings:
Password - is the password for that service account
"ConnectionStrings": { "DefaultConnection": "Data Source=MSSQLServer;Initial Catalog=IPAMIdP;Integrated Security=False;User ID=IPAMSQLService;Password=password" } |
If you are using a named instance of Microsoft SQL Server, the value of the Data Source parameter must be set in the format
|
In the Provider section, select the DBMS connection provider:
Example for the PostgreSQL Pro:
"Database":{ "Provider": "pgsql" }, |
IdentitySettings:
GatewaySecret - Hash for client keys for additional authentication of Indeed PAM Gateway
The secret and its hash are generated by the console utility Pam.ConsoleApp.exe (located in \Misc\ConsoleApp folder) when configuring Indeed PAM Gateway. |
"IdentitySettings":{ "AdminSids": [ "S-1-5-21-1487179672-2651565253-5257550508-0000", "S-1-5-21-1487179672-2651565253-5257550508-0001" ], "GatewaySecret": "bQAl17Y58+Htv982eadHmFaDguAPNrjd+Bl9vN0Uw5c=", "IdpUrl": "https://pam.indeed-id.local/idp", "Lang": "en", "SigningCertificate": "", "ConsoleAppClientSecret": "" "SshProxyClientSecret": "+Q/anzbwy6ikV7LS3LvUsCpThBGzUOWWo76Idcy8c1E=", "Enable2FaCacheForClients": ["pam-management-console"], "SecondFaCacheLifetimeSeconds": 60 }, |
PamSettings:
"PamSettings": { "ManagementConsoleUrl": "https://pam.indeed-id.local/mc", "UserConsoleUrl": "https://pam.indeed-id.local/uc", "SessionLifetime": 43200 }, |
EventsSettings:
"EventsSettings": { "AppId": "pam", "Component": "idp", "EventCacheDirectory": "C:\\Temp\\ILS\\IdP\\EventCacheDirectory", "EventCacheSendingIntervalSec": "10", "Url": "https://pam.indeed-id.local/ils/api", "CertificateThumbprint": "", "CertificateFilePath": "", "CertificateFilePassword": "" }, |