- Invalidates the Single Sign-on (SSO) cookie in Auth0. (The cookie still remains in the browser.)
- Signs the user out from the (IdP) (such as ADFS or Google).
- Have short timeouts on your local session and redirect to Auth0 at short intervals to re-authenticate. This can be done by calling
checkSession
from the client which does this redirect in a hidden iFrame. If you take the hidden iFrame approach you need to be aware of rate limits and third-party cookie issues. - Handle this entirely at the application level by providing your applications a way to notify all other applications when a logout occurs.