We have discovered an issue when logging in in multiple tabs, with multiple applications on the same connection (SSO).
Scenario:
- User goes to Auth0 Universal login page by redirecting from App A but does not complete the login
- On a second tab in the same browser, user navigates to Auth0 Universal login page from App B.
- User completes the login on App B and is redirected back to the app correctly.
- User goes back to login tab for App A but it is still on login screen. User refreshes page but is still on login screen.
At this point the expectation is that Auth0 would recognize the login status of the common authentication and redirect back to App A.
- On a new tab, user navigates to App A again and presses the Login button. User is redirected to Auth0 Login and immediately back to App A dashboard as expected because they are already logged in. The other tab is still stuck on the Auth0 login page.
Is this an expected behaviour? We were hoping that it would recognize the logged in user and redirect automatically.