|
How does Cookie based SSO option work?
The cookie based SSO option is for sites that already have an authentication model in place using a browser/login session. In such cases, the system can use a shared cookie model to determine if a user is authenticated or not. Here is a general overview of the IdeaScale SSO process:
What are the steps in implementing a Cookie based SSO?
Is the cookie encryption used for all implementations?
Currently the Encryption of the Email string is in Beta and not released to all customers. You can used Cookie based SSO (without) encryption now. You can simply put the email address as the value of the cookie -- without encrypting it. I would like to pass in other variables (firstname, lastname etc.) - when using SSO Cookies - How can I do that?
By default the value of the cookie is the email address. In cases where multiple values (like first name and last name) need to be passed, change the value of the cookie to be of this format: email=jon@mycompany.com&firstname=Jon&lastname=Doe&custom1=Seattle&custom2=US&custom3=Employee You can have UPTO 5 CUSTOM VARIABLES attached to a user. Each Custom Variable can hold maximum 128 characters.
Do I need to setup a DOMAIN Level Cookie? Can I do a Host Level Cookie?
Yes - The cookie has to be at the DOMAIN Level (.mycompany.com) and NOT at the host level. I would like to customize the Login/Signup instructions on a Single-Signon - How can I do that?
If Single Sign-On is enabled on your portal, you will see an additional option to customize the text of the SSO.
What DES encryption mode should I use ?
Please use the ECB mode. |