When a user logs in/signs up with google and then sign out, when trying to log in again with google, the user doesn’t get asked what account to log in to, if they were logged to only one google account, but instead, logged in to the site automatically with the account they have just logged out from.
eg
Auth0 sign up/sign in with google
Google account selection
Log in authorised
Log out from app
Log out completed
Auth0 Sign in with Google
Log in authorised (without asking which account to use for Google log in)
Both our app’s staging and dev URLs are onto a separate application in the auth0 account
I’ve setup both as allowed returnTo URLs, but it seems that only dev works. Staging is redirecting to prod after logout.
{domain}/v2/logout?returnTo={dev} → correctly redirects to dev
{domain}/v2/logout?returnTo={staging} → incorrectly redirects to prod
{domain}/v2/logout?returnTo={prod} → correctly redirects to prod