Single logout on multi-domains with refresh token rotation

Hi,

For now, we use auth0 on website that use multiples domains. We use the silent login in a hidden iframe to extend the session of the user and to allow a single logout as described in the documentation.

As we have more and more trouble with browser that use ITP we investigate to use refresh token rotation.
that flow still allows multidomain login and extend of user session but what about single logout? How can we achieve to logout the user on other domains when he log out from one?

2 Likes

Hi . I’m facing a similar issue. Once the refresh token is enabled, single logout across multiple domains isn’t working anymore. Did you get to resolve the issue?

1 Like