"OK" Message Seen on White Page when Calling /logout

Overview

When trying to redirect a user after performing an OIDC logout, the post_login_redirection_uri parameter is not being used, and instead, a white page displays an “OK” plain text message.

Applies To

  • OIDC Logout

Cause

This page is expected if calling the https://YOUR_TENANT_DOMAIN/logout endpoint, as this is intended for a SAML SLO flow to receive an upstream IdP’s logout response and is not intended for an OIDC flow. See the below article for more details on this endpoint’s correct usage:

Solution

For an OIDC flow, ensure the application is calling the correct OIDC logout endpoint:

https://YOUR_TENANT_DOMAIN/oidc/logout

Related References