Sametime 12.0.3 non-containerized Installation - missing documentation about configuration


**Sametime Version: 12.0.3
**Operating System: Windows


Problem/Query:

Hello,

i did a new installation of Sametime 12.0.3 non-containerized on Windows based on this.

Installation went well, but my additional configuration makes me serious problems. There is no documentation about non-containerized version.

I have two questions about it.

Alex

Thanks for the post, Alex - we’re actively investigating this issue and will post the outcome to this forum once the investigation is complete.

Thank you,
Michael Montani
HCLSoftware Support

@AlexanderNovakTTA
Our Documentation team is in the Process of updating the 12.03 documentation:

to Set up LTPA for SSO with Domino on HCL Sametime 12.0.2 FP2/12.0.3 Window
update custom.env (in the installation directory) with the following set appropriately - LTPA_KEYS is the full path to the file.

ENABLE_LTPA=true
LTPA_KEYS=
#LTPA_KEYS_PASSWORD=

and Sametime.ini you would change

ST_AUTH_TOKEN
to
ST_AUTH_TOKEN=Fork:Jwt,Ltpa
If for some reason you still have a problem then we would need to investigate further via a case.

if further investigation is needed I would recommend that you enable the following debug parameters

VP_TRACE_ALL=1
VP_LDAP_TRACE=1

fix ST_AUTH_TOKEN as described in prior update

and restart the server - clear out the contents of the ‘trace’ folder so we have clean/current data.

b) after restart and reproduction zip up

sametime.ini
stcommunityconfig.xml
userinfoconfig.xml
custom.env
contents of ‘trace’ folder
if this is web browser - please also include a HAR file capture.
Open a case with support so that we can troubleshoot why SSO is not working.

Hello,

i found my problem.

If i deselect the LTPA configuration at installation level (to configure later), one setting within sametime.ini will not be filled.

I checked this parameter with a temp installation with ltpa selection and found this parameter set.

LTPA_AUTH_URL=http://127.0.0.1:8003/api/v1/ltpa

After i set the LTPA_AUTH_URL within sametime.ini, my Notes SSO is working.