Closed
Description
Expected Behavior
It would be nice to be able to send a samlp:LogoutRequest
to the SAML Identity Provider, to trigger a Single Logout.
Current Behavior
Currently you can only do a local logout (=invalidate the session), but you stay authenticated to the IdP.
In an authentication-required app, this means that, as soon as you log out locally, you get immediately redirected to the IdP, which logs you right back in.
In effect, this means there is no way to logout at all, except by invalidating the session directly on the IdP (for those that allow it)