How to change the auth0 Google oAuth name to our company name?

Hi @christian1,
The reason why you see “auth0.com” is because you are using the Auth0 Developer Keys and the developer keys for social connections has few limitations. See below link for more details
Test Social Connections with Auth0 Developer Keys

It is strongly recommended to use your own keys before deploying your application to production.

Please setup custom domain and configure your own ClientID/ClientSecret for google social connection. After doing that, you should be able to see your own domain on the google page.

https://auth0.com/docs/connections/social/google?_ga=2.127752714.625782972.1587359418-1069564733.1586269675

Thanks,
Praveen.

1 Like

Thanks a lot for sharing that knowledge Praveen!

1 Like