federated
parameter when you call the Auth0 Authentication API Logout endpoint.
You may need to configure additional settings for the connection to ensure that Auth0 sends the logout request to the SAML ’s logout endpoint:
logout
object with the following properties:
callback
: Enter the SLO URL of the application.
slo_enabled
: Enter true
if you would like to enable IdP-initiated SLO in which Auth0 sends a SAML logout request to the application when the user logs out of the Auth0 SAML IdP. Otherwise, enter false
.
logout.callback
property within the SAML2 Web App addon’s Settings. You can only specify a single URL for this property.
Due to this constraint, Auth0 does not natively support the scenario where a user needs to be signed out of multiple applications connected to your Auth0 SAML IdP.
You can achieve functionality similar to SLO by configuring your applications to regularly check the status of the user’s Auth0 session and terminate the application session accordingly. To learn more, read about Session Lifetime Limits.