Can the Google Authorization Screen be White-Labeled to Display Our Product Name in OAuth Flow?

This topic was automatically generated from Slack. You can find the original thread here.

Hello! I am new here. I am currently testing the Google Drive integration with our app and have had a great experience so far.

I have a question regarding the OAuth flow: is there a way to white-label the Google authorization screen? Specifically, we would like it to display our product name instead of “Pipedream.com” requesting access to the user’s account.

Is it possible?

Are you using Pipedream’s OAuth client or your own?

I am using custom oauth clients like this

I had to go this route to get the token and pass it on to Google Drive picker

Yea I think Google parses the domain from the redirect_uri to show [pipedream.com](http://pipedream.com) there. We don’t currently support whitelisted redirect URIs today.