Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Change app name appeared in Google authorization page when using Google login

I have implemented Google signin and it works fine but I have a little problem with the app name appeared in Google authorization page after pressing Google login button. I'm guessing it's from bundleId but not sure. Is there any way to change that name without changing bundleId? Thanks in advance.

enter image description here

like image 226
SanitLee Avatar asked Dec 08 '16 09:12

SanitLee


People also ask

How do I authorize my App with Gmail?

Authorizing Your App with Gmail. All requests to the Gmail API must be authorized by an authenticated user. Gmail uses the OAuth 2.0 protocol for authenticating a Google account and authorizing access to user data. You can also use Google+ Sign-in to provide a "sign-in with Google" authentication method for your app.

How do I change the permissions of my Google account?

Visit the permissions page for your Google account. (To navigate to this page in the future, visit Google.com, then click your account picture in the top-right corner of the screen. Next, click My Account, then Connected apps & sites under the "Sign-in & security" section, and then Manage Apps.)

What is user authorization in Google Apps Script?

Authorization for Google Services. Apps Script requires user authorization to access private data from built-in Google services or advanced Google services. Apps Script determines the authorization scopes (like access your Google Sheets files or Gmail) automatically, based on a scan of the code.

How do I change my third party app access on Google?

How to Change My Third Party App Access 1 Go to the Security section of your Google Account. 2 Under "Third-party apps with account access," select Manage third-party access. 3 Select the app or service you want to review. See More....


1 Answers

You can change the name in this link.

https://console.developers.google.com/apis/library

Select your project >> credentials >> OAuth consent screen >> Product name shown to users

Check the images

enter image description here

enter image description here

like image 106
RajeshKumar R Avatar answered Nov 15 '22 13:11

RajeshKumar R