Skip to content

RP initiative logout is not working in case of SAML #3749

@Amitabh36

Description

@Amitabh36

UAA Version : 77.10.0
As per my configuration, the identity zone “octopus” is configured with Auth0 as a SAML Identity Provider.

The Auth0 SAML metadata configured in the octopus identity zone includes a valid SingleLogoutService endpoint.

As per our configuration, the identity zone “octopus” is configured with Auth0 as a SAML Identity Provider.

The Auth0 SAML metadata configured in the octopus identity zone includes a valid SingleLogoutService endpoint.

Current Behavior

When the user accesses this url from the browser https://octopus.<uaa_domain>/logout.do

the following occurs:

  1. CF UAA clears the local session cookies.
  2. The user is redirected to: https://octopus.<uaa_domain>/login
  3. /login immediately initiates a new SAML authentication request to Auth0.

Problem

CF UAA does not trigger a SAML Single Logout (SLO) request to Auth0
Even though the IdP metadata contains a SingleLogoutService endpoint, no SAML LogoutRequest is sent to Auth0 during /logout.do.

As a result:
The session at Auth0 remains active.
The user is immediately re-authenticated due to the existing IdP session.
Proper federated logout does not occur.

Could you please clarify:
Whether additional configuration is required to enable SAML SLO from UAA to the external IdP?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Inbox

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions