Sametime Missing single sign on token - again
Thomas Hampel
23 March 2015Once again a customer ran into an issue with Missing Single Sign On Token - I have blogged about it before
The Problem:
Initial authentication is working fine, but when disconnecting the network cable + reconnecting again, users see "Missing SingleSignOn Token", or authentication does not work at all without any error message.
The problem can be resolved by restarting the client. However, this is not an acceptable solution.
Analysis
As mentioned earlier, authentication via Domino SingleSignOn is working fine at the first Notes Client logon On the client, the configuration pretty much looks like that:
I've enable the following debug parameters as described here in the file rcpinstall.properties which is located in the folder
com.ibm.rcp.accounts.level=FINEST
org.apache.commons.httpclient.level=FINE
com.ibm.workplace.internal.notes.security.auth.level=FINEST
com.lotus.sametime.community.level=FINEST
com.ibm.collaboration.realtime.community.level=FINEST
com.ibm.collaboration.realtime.im.community.level=FINEST
com.ibm.collaboration.realtime.login.level=FINEST
com.ibm.rcp.internal.security.auth.module.level=FINEST
com.ibm.rcp.internal.security.level=FINEST
com.ibm.rcp.security.level=FINEST
org.apache.commons.httpclient.level=FINE
com.ibm.workplace.internal.notes.security.auth.level=FINEST
com.lotus.sametime.community.level=FINEST
com.ibm.collaboration.realtime.community.level=FINEST
com.ibm.collaboration.realtime.im.community.level=FINEST
com.ibm.collaboration.realtime.login.level=FINEST
com.ibm.rcp.internal.security.auth.module.level=FINEST
com.ibm.rcp.internal.security.level=FINEST
com.ibm.rcp.security.level=FINEST
Restarted the Notes client and started testing to reproduce the problem. Looking at the error log
Within the error log file of the client which is located in
Further down in the log there is even more information about this exception.
Solution
It seems like the LtpaToken requires an hierarchical name of a server in order to be validated correctly. This can be done either by specifying the hierarchical name in the field "Host server" of your connection preferences, but doing so willl show an alert that you should use a fully qualified DNS name in this field.
So better put the hierarchical name in the Authentication server field as shown here:
This can be any server which shares the same LtpaToken with the Sametime server, of course you can also specifiy the Domino name of the Sametime server here.
How to deploy this setting automatically?
Within the managed community settings the parameter "authServerUrl" is used for this setting.
You can use a Desktop Policy setting to push this configuration setting down to all your clients. In the Managed Settings section, just add the following:
Item : authServerUrl
Value : hierarchical name of your Domino server, e.g. DominoServer/OU/Org
Plug-in name : com.ibm.collaboration.realtime.community
And you're done :)
Remarks
- A complete list of settings that can be predefined within the Sametime client by using Domino policies is available here
- Technote 1320442 - Collecting data for Embedded Sametime client for Notes 8.x clients
- Technote 1391284 - Pushing policy settings to the client for updating notes.ini and Eclipse preference settings
Comments
1.) Untitled
Craig Wiseman http://www.Wiseman.La/cpw 23/03/2015 12:27:01
Thanks for this! An example of how to do this kind of post.
While I've never seen this specific issue, the post still helps me by telling me how to turn on ST logging and how to properly set the Authentication server both manually and via policy.
2.) Untitled
Ron http:// 25/03/2015 15:28:02
Is useAuthServer=true setting should also be pushed ?
Thanks
3.) Untitled
Thomas Hampel www.thomashampel.com 27/03/2015 23:19:52
True, in our case this parameter was being pushed already.