You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the detailed and concise issue. This seems like a good thing to document like you recommended so thanks for sharing. I’m going to do some validation and update things here.
If one sets sameSiteCookieValue to anything other than
None
(includingnull
– the default – in modern browsers see web.dev) SLO logout does not work.Since the logout uses the session to store the SAML message ID, the SLO response will fail at this line https://github.com/flipboxfactory/saml-core/blob/d97a39bb23ef0b910b78c7f7463fb5e5b11164e9/src/controllers/messages/AbstractLogoutController.php#L73 . The SAML response will come from an external request so the session cookie will not be available for this action.
You might want to add this information to the documentation.
I only changed the session cookie
sameSite
viaconfig/app.web.php
:The text was updated successfully, but these errors were encountered: