Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Oauth 2.0 - consent screen suppress developer email address

Tags:

google-oauth

We have developed Google Sign In on our website using Google Oauth 2.0 . So in the consent screen that comes up in this login process, there is a developer info pop up that appears when somebody clicks on the down arrow next to the product name.

Is there a way not to show that email address in that developer info or just not show developer info at all ?

like image 989
user2792789 Avatar asked Dec 16 '13 21:12

user2792789


People also ask

How do I change user support email in OAuth consent screen?

If you want to change the email address that is displayed to the user you have to: Add permission for the new email address to handle the project: Menu > IAM & Admin > IAM , then click on the Add button, enter the email address and select Role > Project > Owner. Accept the invitation from the new email address.

What is remember to configure the OAuth consent screen with information about application?

Configuring your app's OAuth consent screen defines what is displayed to users and app reviewers, and registers your app so you can publish it later. All apps using OAuth 2.0 require a consent screen configuration, but you only need to list scopes for apps used by people outside your Google Workspace organization.

How do I get rid of OAuth consent screen?

Currently there is no way to delete the consent screen once you have created it. I suggest that you send feedback to the team and let them know they should offer this option.

Should Google client id be hidden?

You don't need to hide the client ID, provided that you restricted access to specific JavaScript origins and redirect URI's on the server side.


1 Answers

I don't believe so - the intention is to give the user who is being asked to authorize your application confidence that the application is developed by a reputable source - in this case an email address verified as belonging to the developer.

I believe it is possible to change this address by adding another email address to the project team as an "Owner", logging in as that user, then editing the consent screen.

like image 186
aeijdenberg Avatar answered Sep 28 '22 06:09

aeijdenberg