We have multiple environments of our app using the same Auth0 tenant and connection. We have several organizations set up and users must be part of an organization to log in. When a user goes to one of our apps in the browser, we would like them to ALWAYS be shown the dialogue to select an organization. That is not always the case, however, and it’s causing some problems. If a user goes to dev.ourapp.com they can log in and select an organization. If the user then opens a second tab and, not having logged out of the other app first, goes to stage.ourapp.com, they will not be presented with the option to select an organization. The token that’s returned to stage.ourapp.com also (I think) includes the organization that was selected during the first login. That causes problems. What can we do to rectify this behavior?
Hi @capndave,
You should use different tenants for each environment as stated in the documentation:
If you have any other questions feel free to ask.
Have a good one,
Vlad
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.