How to implement Single sign-on (SSO) / How to implement custom single sign-on |
How does the user disconnect after a permanent cookie is set?
If the end user wants to re-connect when a permanent cookie has been set, the disconnect=true parameter must be added to the URL:
http://host:6394/ua/r/myapp?disconnect=true
The user will be automatically redirected to the login page.
When the cookie has expired, the user name and password are set to -1 before being encrypted in the cookie value. In such instances, redirection is also done to the login page.