Single Logout with Auth0 as the SAML IdP

Problem statement

This article explains how to enable single logout with SAML with Auth0 as the IdP.

Solution

When Auth0 is the IdP and single logout is enabled, the logout request will always be sent to the callback defined in the addon settings under logout.callback. See Configure SLO when Auth0 is the SAML IdP for more details.

  • Regardless of which application sends the logout request to Auth0, the logout request from Auth0 will always be sent to the same defined callback.
  • If multiple applications have their own logout URL, a separate Auth0 application should be created for each, and the callback should be configured individually.