In Quick Fields 11, much like other Laserfiche 11 Desktop Applications, there is the added ability to login utilizing LFDS SSO (LFDSSTS). My question is, where is it pulling the URL from that it tries to reach the LFDSSTS at?
My assumption is that it's pulling it from the LF Server license, which gives the LFDS Server location (server name), and it's simply appending "/LFDSSTS" to that and looking for the LFDSSTS site on that server.
This is an issue, however, if the LFDSSTS is installed on a different machine than the LFDS Server (which is a supported configuration).
We had the same issue with the Windows Client, but we were able to override that with a registry key:
HKEY_CURRENT_USER\Software\Laserfiche\Client8\Profile\Settings: LFDSSTSUrl = <URL>
My next question is, are we able to override where a Quick Fields session is looking for the LFDSSTS with the URL we need it to reach?
(gets the 404 error because it's looking for the LFDSSTS on the LFDS Server, but it's not there, it's installed on a different server)
How do I tell Quick Fields to look somewhere else for the LFDSSTS?