Hi there,
We have the following use case:
- First we have a legacy app which uses universal login with default domain - tenant.auth0.com
- Then there’s a newer app which uses embedded login and is using a custom domain - login.tenant.com
Both have the same client id configured.
I would like to achieve that no matter which app I use to login, authentication status is shared between the two. And that generally works, however, when signing out from the newer app, you can still get a valid session on the legacy app. Basically I can’t logout from the new app.
Do I need to change the legacy app to use the custom domain as well or am I missing some kind of configuration? Logout urls are configured correctly fyi and I am not getting any kind of error.
Thank you