nikita_1608
8 years agoGuide
Lithium SSO token for bulk users
Hi,
I need to create SSO authentication for bulk users (say 10) using java code. Current implementation says that, for each user we get unique tokens.
A normal session key without SSO can be used for many user creation.
Is there any way where I can get a single SSO token generated for all the users that have to be created through java??