Hi! I followed the google-oauth2 setup-guide, and have inputted my client id and secret after setting up everything on Google. I clicked save. When I go to click the login button however, or the “Try Connection” button at the top, I don’t see my domain, and instead still see “auth0.com”.
This is unexpected because my google setup is correct with our company name.
It also has the weird side effect that after signing in with Google and refreshing, the account info is cleared and not persisted. I gather from this post: React with Auth0 SPA looses login after refresh - #2 by ashish that this likely means auth0 is using the default test google client id, and not the one i inputted.
The situation you observed can happen if you are using your canonical domain rather than a custom domain. As a result, when the user is redirected to Google from your app, it will show the domain you have configured on your tenant.
With that, I recommend that you refer to this knowledge solution on addressing this scenario.