https://man.liquidfiles.com/outlook/windows_auth_proxy_install.html Reading through that shows the last part is a GPO setup to help automatically pass the authentication. have the url working and correctly grabs my account using edge/chrome so that part is working. http;//<servername>/LiquidFilesAuthProxy/GetapiKey.ashx <servername> is server with IIS not the appliance - got that no problem. the trick is deploying the proxy url to the correct key. computer config > Pref > windows settings > registry new item Action: update Hive - HK_C_U (abbrev) key path: Software\LiquidFiles\SFT valuename: AutoSignInServiceUrl valuetype:?? REG_SZ ?? valuedata: http://<proxysrvl>/liquidfilesproxy/GetapiKey.ashx article says: 12. Specify full url to the authentication service through Registry Policy HKEY_CURRENT_USER\Software\LiquidFiles\SFT\AutoSignInServiceUrl=http://yourserver/liquidfilesproxy/GetapiKey.ashxMake sure to specify /Getapikey.ashx part! so trying to figure out via group policy if this is correct setup?
GPO I'm finding the solutions after contacting support. A - apply HKCU to uses - currently testing via targeted (common tab to my user only) user > Pref > windows settings > Registry Update hive - HKCU key path: Software\LiquidFiles\SFT value name: AutoSignInServiceUrl value type: reg_sz value data: http://<proxysrv>/liquidfilesproxy/GetapiKey.ashx then agent should sign in automagically - currently mine does not - still working with support.
all working properly - re-followed steps for proxy setup and got the URL working and returning API key as expected. Auto Login now working via LDAP and SSO