I have two applications in my Auth0 tenant:
-
one is a Single Page Application (SPA)
-
the other is a Regular Web Application
Even when I use the Auth0 Quickstart to set up the SPA with the correct Client ID, callback URLs, allowed origins, and enabled database connection, the login flow still redirects to the other application and shows a message like:
“Log in to [Other Application] to continue to [SPA].”
I have verified that:
-
The database connection is enabled for the SPA and disabled for the other application
-
No credentials, callback URLs, or origins overlap between the two applications
-
The SPA is correctly configured as a SPA in Auth0
-
The other application is correctly configured as a Regular Web App
-
Quickstart code uses the correct Client ID and domain
Despite this, Auth0 continues to route the SPA login flow through the other application.
This suggests there may be a tenant‑level default connection, default directory, rule/action, or legacy pipeline that is overriding the application‑level settings and forcing the SPA to authenticate through the other application.
Could someone from the community or Auth0 team help check whether there are any tenant‑level defaults, rules, actions, or legacy settings that could be causing this cross‑application routing?