GluuFederation / oxShibboleth

Shibboleth project for the Gluu Server's SAML IDP functionality.
MIT License
4 stars 4 forks source link

Implement Proper SLO Propagation to oxAuth #164

Open uprightech opened 1 year ago

uprightech commented 1 year ago

Currently, when the a SAML RP Client initiates SLO, after completion , only the user's shibboleth IDP sessions are terminated. This leaves the user's OIDC sessions still active. The aim of this ticket is to provide a corrective action to this, ensuring that all OIDC and SAML user sessions are terminated.

nynymike commented 1 year ago

Are you going to call OpenID Front channel logout too? Make sure there is a feature_flag for this configuration!