You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CAS Community
Hi all,
we are currently using CAS 5.3.3 and recently expierienced that a user is able to create multiple SSO sessions (Ticket granting tickets) by doing the following:
1. Open one service (SERVICE_1) which is using the CAS SSO in one tab (TAB_1). The user is then redirected to the CAS Login page but does not login yet! 2. Open another service (SERVICE_2) which is using the CAS SSO in a second! tab (TAB_2). The user is then redirected to the CAS Login page, logs in and is redirected to the service. CAS creates a SSO session with the authenticated service (SERVICE_1). 3. Go back to TAB_1 and login. CAS creates a second SSO session with the authenticated service (SERVICE_2)
As result two sessions exist. This is a behaviour we didn't expect. Since we are also using the single logout this result in the problem that when logging off only one of the SSO sessions is terminated and as consequence the BACK_CHANNEL logout request is only send to one service and the user is still logged on at the other.
Technically we saw that the existing TGT cookie is actually ignored when submitting the user credentials if it didn't exist when opening the login page.
For now we solved this by changing the login-webflow.xml to make sure that the initialFlowSetupAction is also executed when submitting the user credentials: