Can’t Edit or Publish OAuth Consent Screen — Need to Customize Google Auth Redirect

I’m trying to customize the Google Authentication redirect for an app using Supabase + Google Auth. The goal is to display a branded redirect link (e.g., customdomain.com) instead of the default Supabase project URL.

However, even though I’m listed as a Project Owner and have OAuth Consent Screen Admin permissions, I:

  • Can access the branding section

  • Cannot see any option to edit or publish the OAuth consent screen

  • Do not see authorized domains or publishing status

  • Cannot identify the original creator (not in activity logs)

This is preventing me from fully branding the login flow and making the app production-ready. I saw that there are other posts with similar problems and I have attempted all the other ways discussed but with no luck.

You cannot see Authorized domains section on the Branding page at all?

Thank you for your message - I greatly appreciate your help. Yes, I see it on the branding page but I read that I am supposed to be able to see it elsewhere to change the url.

The Authorized domains should include your website’s URL - and that will be what is presented to the user.

Have you already set up your custom domain? If so, just try adding it to Authorized domains.

I have the desired url/ domain as the first authorized domain and the other ones below it (like the links for the supabase tables).

Is there a way to change the url for google auth so it says the app name is redirecting the user?