scripps_l
13 years agoHelper
SSO Clarification
Hey There, am trying to implement SSO
When i through the document it says I need to get a key .
// getInstance LithiumSSOClient class String keyPath = "C:\\usr\\local\\www\\webinf\\
lithium\\companyx.key";
LithiumSSOClient ssoClient = LithiumSSOClient.getInstance(keyPath,
“companyx”, “.companyx.com”, “serverid”);
where will that keyPath provided ? Do I get any key from Lithium upon registration of my community ? Please clarify.
also to use LithiumSSOClient in java what are the jar files to be downloaded ?
Also to use this in localhost Do i need to request for domain alias change ?
Thanks in advance.