How to avoid sharing session between applications in the same tenant

@auth0/auth0-react
version: 1.2.0
using new universal login experience

Hi, I have 1 tenant and 2 applications (to be clear, I have 2 SPA and they are initialized with different client id), and both are using @auth0/auth0-react. If a user logged in with certain email - password to application-A, he/she will automatically be logged in when visit application-B. So It seems like they are sharing session.
Now I want to avoid this behavior for some reason. Can it be done without having separate tenant for both applications?

Thank you.

3 Likes

I have the exact same issue.

This behavior does seem like it should be so. Each application should have its own session and should not share with any others.

Does any Auth0 staff have an answer to this?

Thanks.

We had the exact same issue and @dan.woda from the community suggested a solution here: How can I avoid Session sharing between 2 SPA (Single Page Application) in the same tenant? - #3 by dan.woda

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.