Hello,
When generating a WebLink (10.1) URL from Workflow (10.4.1) using the Generate WebLink URLs activity, it creates the URL with a "startId" parameter.
For example,
https://server/WebLink/Browse.aspx?dbid=2&startid=47
If the user is already logged in, everything works as expected.
However, when LFDS authentication is enabled and the user does not have an active session, this path fails to work in post-authentication redirect.
When the user enters their credentials on the LFDS STS page and signs in, they are instead redirected to the root folder of the target repository.
As a workaround, I'm using the Token Calculator to replace "startid" with "id" and it seems to be working, but I wasn't sure if this was a known issue or something I could resolve with a setting.