Details
-
Type:
New Feature
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed/Completed
-
Affects Version/s: None
-
Fix Version/s: 1.0.11
-
Component/s: authentication
-
Labels:None
Description
Allow users to be automatically logged in into multiple sessions using different http hostnames forming an SSO realm.
This applies to applications that are available simultaneously under a number of different host names, but are running as a single application in a single servlet container.
There needs to be a designated application that provides a login form for all the virtual hosts in the realm.
Users attempting to execute a privileged action should be redirected to the login page, and after succesful login be redirected back to the origingal page with authentication details handled behind the scenes.
When the user logs out from one of the domains, all sessions with domain witing the realm need to be also invalidated.
This applies to applications that are available simultaneously under a number of different host names, but are running as a single application in a single servlet container.
There needs to be a designated application that provides a login form for all the virtual hosts in the realm.
Users attempting to execute a privileged action should be redirected to the login page, and after succesful login be redirected back to the origingal page with authentication details handled behind the scenes.
When the user logs out from one of the domains, all sessions with domain witing the realm need to be also invalidated.