The Indeed PAM Gateway component is installed onto Remote Desktop Session Host server. If there are several RDSH servers, then the Indeed PAM Gateway has to be installed onto each of them.
All URLs are specified in lowercase. |
Switch to C:\Program Files\Indeed PAM\Gateway\ProxyApp folder and edit Pam.Proxy.App.exe.config file:
ApiUrl - URL of Indeed PAM Core
"Api": { "ApiUrl": "https://pam.domain.local/pam/core" |
GatewaySecret - Secret for additional component authentication
The secret is generated by the console utility Pam.ConsoleApp.exe |
"Auth": { "IdpUrl": "https://pam.domain.local/pam/idp", "IdpRequiresHttps": true, "GatewaySecret": "m0Kvn2YdIAivB2UeILq65y5Qio2eijY+kmbjyn8istcQLU/xRLUowkCR5WEFSaagrv/s7Dc+Nm9pn09NAA0xVA==" }, |
VideoTempPath - path to the temporary files folder
"Media": { "VideoTempPath": "C:\\ProgramData\\Indeed\\Pam\\VideoTemp\\" }, |