Skip to content

Latest commit

 

History

History
56 lines (29 loc) · 2.65 KB

single-logout-slo-in-openid-connect-oidc-authentication-add0772.md

File metadata and controls

56 lines (29 loc) · 2.65 KB

Single Logout (SLO) in OpenID Connect (OIDC) Authentication

Configure single logout (SLO) in OpenID Connect (OIDC) authentication for applications running on SAP BTP, Neo environment. Ensure seamless logout functionality for all applications deployed on this subaccount.

Context

On the Identity Authentication tenant side, you need to configure a set of URIs that will corespond to the logout URIs of the applications deployed in you Neo subaccount.

Procedure

  1. Open the Administration Console of the Identity Authentication tenant.

  2. In the Applications & Resources dropdown menu, navigate to Applications.

  3. From the list of applications select the application representing your subaccount's OIDC configuration.

    Tip:

    The application created for your subaccount's OIDC configuration has the following name:

    SAP BTP Neo OIDC Application - <subaccount>

  4. On the right click on the OpenID Connect Configuration.

  5. From here you can add the following URIs for SLO with your Neo applications:

    • Redirect URIs - The redirection URIs to which the response can be sent
    • Front-Channel Logout URIs - These URIs are where the service will trigger logout when session ends
    • Post Logout Redirect URIs

    For more information about configuring these URIs, see:

    Restriction:

    Back-Channel Logout URIs are not supported for this SLO scenario.

  6. Click the Save button in the top right corner.