iNotes Sametime Integration with LtpaToken2 token format

According to this SPR, http://www-10.lotus.com/ldd/r5fixlist.nsf/SPR/PTRI7QYSMP, the LtpaToken2 format was supported for Sametime within iNotes as of Domino 8.5.1. My Domino server is running 8.5.2 but Sametime does not work within iNotes when the SSO Configuration is set to LtpaToken2 (LtpaToken works fine).

Here is the Java console output:

run timeout set to 10

27/9/2010, 1:48:45 The stlinks js version is Sametime8.5.1

27/9/2010, 1:48:48 ====> 1001

escape : CN=User Name,O=Org

escaped String : CN=User Name,O=Org

escape : User Name

escaped String : User Name

27/9/2010, 1:48:48 ====> 6002

27/9/2010, 1:48:48 ====> 7006

27/9/2010, 1:48:48 ====> 5004

27/9/2010, 1:48:48 ====> 5003

27/9/2010, 1:48:48 ====> 5002

27/9/2010, 1:48:48 ====> 7007

27/9/2010, 1:48:48 Sent Add Users: ;

27/9/2010, 1:48:48 Sent Add Users: ;

27/9/2010, 1:48:53 ====> 1003

Has anyone else had this problem? Thanks…

Subject: solved! I have same problem

I have same problem and was solved when i change in WebSSO configuration

From

Token Format:LtpaToken2 …

To

Token Format: LtpaToken and LtpaToken2 (compatible with all releases of Domino)

STlinks doesn’t support LTPAToken2. I talk with support and they are creating a Technote about this.

Domino: 8.5.2FP1

Sametime: 8.5.1.1 over Domino 8.5.1fp3

Subject: LtpaToken in I-notes

Me also face the same problem. After adding below parameter in ST notes.ini resolved my issue.

Try to add below parameter in ST server notes.ini and restart http\staddin and try.

ST_TOKEN_TYPE=LtpaToken_New (Here your token name)

Subject: Thanks for the tip but that didn’t help

Thanks Sooraj. I did try adding this line to the [AuthToken] section of the sametime.ini file (and to notes.ini as a last resort) and then I renamed the token configuration name to LtpaToken2I to match the token format name but no luck. I guess I’ll stick with the LtpaToken format.