Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I change the Application Developer field on Google's OAuth2 screen

Tags:

oauth

On Google's OAuth2 screen, when it is asking for the set of permissions, there is a “Learn more” link. Screenshot

I would like the Application developer field to not show my email address, but rather my employer's website.

I know I could just create a generic email address, e.g. info@.... and have that be the application developer, but that is sub-optimal and involves creating a separate email address that could well require monitoring, etc...

Has anyone been able to control what gets displayed in this field?

Update

Here is the create client id screen, enter image description here You will notice that the email address is not editable :-(

like image 896
Stephen Connolly Avatar asked Sep 21 '12 15:09

Stephen Connolly


People also ask

How do I set the consent screen in OAuth Google?

Configure OAuth consent & register your appIn the Google Cloud console, go to Menu menu > APIs & Services > OAuth consent screen. Select the user type for your app, then click Create. Complete the app registration form, then click Save and Continue.

How do I change my OAuth?

Go to the Google API Console OAuth consent screen page. Add required information like a product name and support email address. Click Add Scope. On the dialog that appears, select the scopes your project uses.

What is redirect URI in OAuth2 Google?

The redirect URIs are the endpoints to which the OAuth 2.0 server can send responses. These endpoints must adhere to Google's validation rules. For testing, you can specify URIs that refer to the local machine, such as http://localhost:8080 .

What is OAuth consent screen in GCP?

1. Fill out the OAuth consent screen. The OAuth consent screen is a prompt that tells users who's requesting access to their data and what kind of data users are allowing your app to access. For help with filling out the OAuth consent screen, see User consent.


1 Answers

I believe the email address that is displayed has to be that of an Owner of the project, and that any Owner can log in and elect to be that contact.

If another Owner of the project logs in and sees that second screen (where for you it says you for them it would not), it should give them an option to elect to become the public contact email displayed in the access grant page.

like image 75
Jason Hall Avatar answered Oct 27 '22 17:10

Jason Hall