Hi, we’re setting up google authentication for a product, and plugging in our production keys based on the client id / secret we created through Google.
After doing that, our Google signin page still says “Continue to auth0.com”, instead of the application identity behind our google client id and secret.
Was anything else necessary outside of putting the client id and secret into the Connections > Social > google-oauth2 configuration?
This is because Google is calling back to Auth0, and then Auth0 is calling back to your application. Google sees this as calling back to Auth0, and not to your application, which is why it shows you that.
For all of our paid plans, we have a Custom Domain feature, where you can change your auth0.com domain for a domain of your choosing. You would then list that in Google instead of your Auth0 domain.