I first tought the password was incorrectly set in .env, but looking at the ltpa.keys, I do think there is an error on CreationHost, I do think it should be host.corp.com, but it is localhost
Thomas, got a patch for LTPDADomain= to be added in .env. We still are on the case with HCL, because the token is not understood on sametime side. I've checked Domino/.env/dock-compose.yml but still got same error concerning the token on the Sametime side.
@Thomas Bahn the user got rw------ on ltpa.keys, solution is to stop sametime, do a chmod 644 on ltpa.keys files on Linux box and then relaunch sametime. checking the auth container fodler ltpa-config displays correct file acces for ltpa.keys then.
They have another problem but now token can be read by sametime server
could you please explain the LTPADomain= patch you got from support ?
Is this setting within the .env/custom.env file ?
I have the same problem.
There is a sametime 11 server running with ltpa settings within server document (website config). SSO Login from Notes-clients is working
I installed a new st12 server (docker/podman) and i need to enable sametime SSO. Because i could not use the existing st11 server i used a different server (same domino adressbook) and added ltpa configuration to "internet sites". I cant get SSO with st12 working.
If i open a browser window to the domino webserver (that hostes my st12 ltpa key) and swith then to the sametime webchat, sso (with ltpa) within the browser is working.
In the past there was a parameter to tell sametime to use the internet site ltpatoken via sametime.ini ST_TOKEN_TYPE=LtpaToken ST_ORG_NAME=Org
I tried this via custom.env and the parameter is set within the sametime.ini, but st12 sso still not working. STI__AuthToken__ST_TOKEN_TYPE=LtpaToken STI__AuthToken__ST_ORG_NAME=MyOrg
I also tried to use ltpa configuration with website and using a different ltpa-name (e.g. LtpaTokenST12), but st12 sso is not working; and also not working if i tell ST12 to use the new Tokenname STI__AuthToken__ST_TOKEN_TYPE=LtpaTokenST12