Weird link instead of App name on Google OAuth Screen

Why is the OAuth screen page using the Supabase project URL instead of the App name i specified in google console's oauth consent screen settings? Is it because it is the Authorized redirect URIs for my OAuth 2.0 client id on google console settings?
No description
1 Reply
silentworks
silentworks4y ago
This is because that is the domain the user is making the request from. Until Supabase starts supporting custom domains then this is what it will look like. You can try this workaround for now https://github.com/supabase/supabase/discussions/2925#discussioncomment-1716295
GitHub
Google OAuth -- Change displayed redirect url · Discussion #2925 · ...
When following the guide for setting up Google OAuth, a Supabase url is shown to users upon sign-in instead of my app url. How can you change that?

Did you find this page helpful?