How to implement SLO with Auth0

Hello Team,

We have multiple apps configured under production tenant. When user logs out of one application, it is not logging out from other applications.

Details - When user logs into our .net application successfully, user is able to open react page without providing the authentication details. But when user is logged out .net application, user can still access the react app. We are using v2/logout endpoint of auth0 to logout from both apps.
Does this endpoint called with any of the clientId kills entire auth0 session and clear the sso cookies on browser? Also what is a recommended way to implement this?

1 Like