Replies: 7 comments 3 replies
-
|
@j3cky , what version are you experiencing this in? |
Beta Was this translation helpful? Give feedback.
-
|
there was a SAML issue fixed in 4.20.2.0 fix: #11361 |
Beta Was this translation helpful? Give feedback.
-
|
I can confirm the logout loop issue is fixed in 4.22.0. I use Okta, I haven't looked to see if the session there is notified of the termination, I didn't think OIDC notified on logout (but honestly haven't looked into it) |
Beta Was this translation helpful? Give feedback.
-
|
HI logout loop issue resolved in 4.20.2. but my issue is after i logout from from cloudstack then i can login again without use password.. i use microsoft entarid with cloudstack. how can i logout from both cloudstack and entraid? |
Beta Was this translation helpful? Give feedback.
-
|
@DaanHoogland, @weizhouapache, @j3cky, I performed some testing on this. #11361 fixes the logout loop / cookie cleanup issues (#11078, #11630) - but does not implement SAML Single Logout (SLO) to terminate IdP sessions. This is not a regression - I don't think that SLO has been implemented. @j3cky: After CloudStack logout, you can login again without password because the IdP session (Microsoft Entra ID / Keycloak) is still active. I have tested with:
SAML Login - Works CloudStack Logout - Works (PR #11361 fix)
IdP Session Termination - not supported / not working Browser Network tab on logout shows:
Result: Clicking "Login with SAML" again logs in automatically without password prompt (except on initial login) Screencast.from.2025-11-26.11-14-36.webm
|
Beta Was this translation helpful? Give feedback.
-
|
thanks @rosi-shapeblue , @j3cky it seems you want an added feature. I am not sure what it would be, but the obvious implementation from a functional view would be a hook into entra that would invalidate the current logon. question is if we would then remove access to other applications as well. We could make it optional depending on a setting at some level. in any case some kind of "send a SAML LogoutRequest” could be implemented. |
Beta Was this translation helpful? Give feedback.
-
|
hi @DaanHoogland , any plan to add SLO feature? |
Beta Was this translation helpful? Give feedback.



Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
i have configure cloudstack sso using keycloak and i have success login with sso. but when i want to logout, logout success from cloudstack but the session still exist in keycloak. how can i logout from both cloudstack and keycloak?
Beta Was this translation helpful? Give feedback.
All reactions