Customizing choosing Google account page

Hi @as3now ,

I tested with the following steps to update the domain in the Google Authentication Sign in page, and it works fine.

  1. go to your Google Developer Console
  2. click on the “OAuth consent screen” and select User Type (internal vs external) and click on “Create” to create an App.
  3. the App Name field is where you can customize the domain.

Please be noted, if you select User Type external, it will take some time for Google to verify the domain. In my testing, I selected internal.

This article explains how to connect your app to Google Workspace just in case you are using the Default Auth0 Google Authentication and needs to set up your Google Authentication.

Hope it helps!