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.
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
The process was similar for me but the url is different. Go to https://console.cloud.google.com/projectselector2/apis/credentials/consent
Select your project >> click on OAuth Consent Screen on the left nav >> then click EDIT APP >> On the next screen you can change your app name:
Related
I have modified the user agent to be able to login to Google. When the user tries to login, he sees the following screen:
The company name I hid is clickable. Upon clicking it, there pops a small dialogue box with some Developer Info.
1) Is there any way to disable that link?
2) If not, is it possible to modify the text inside the dialogue box? Because currently, personal email id of a developer is displayed which we don't want.
Any help or relevant link would be appreciated.
EDIT:
Just like YouTube is disabled, I want my company's name to be disabled as well..
It seems that apart from YouTube no other company has this link disabled. I checked on MakeMyTrip, GoIbibo, TripAdvisor, StackOverflow and Quora. As YouTube is such a huge company, they might have got the screen customized from Google, just my hunch.
You have two options:
The best option is to create the project in a different Google account so your personal email won't show.
In the Email field on API console "OAuth Consent screen", you can select the Google group email (so create a group).
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.
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
The process was similar for me but the url is different. Go to https://console.cloud.google.com/projectselector2/apis/credentials/consent
Select your project >> click on OAuth Consent Screen on the left nav >> then click EDIT APP >> On the next screen you can change your app name:
I have Google sign-in working, but the OAuth screen says:
Project Default Service Account would like to:
View your email address
View your basic profile info
I want it to say Project instead of Default Service Account.
First you need to go to google console with this link https://console.developers.google.com/apis/credentials/consent
Then in the console select your project for which you want to change the name like this
Then from the three dots in the left select Project Setting
In Project Setting change the name of your Project
This will change the display name.
Edit
Updated URL as per the comment of Steven Soneff
I have included the FBLoginView in my view controller on XCode without any problems. When I press the button in the iPhone simulator, I get redirected to facebook on safari, but it gives me an error that reads: the user is not allowed to see this application per the developer set configuration.
The app is set to public in the Facebook dashboard, and it is set up in settings with the bundle id and single sign on.
Any suggestions?
This error are most likely caused by using a Facebook test user account to log into a live (non-sandboxed) Facebook app, Facebook test users are app-specific.
Sign out of Facebook and back in with a test user from the correct app.
There are other options like namespace is missing, secretId etc. but if the first answer is not the problem then my guess it's probably something with the app settings in FB.
I have also face this problem
my fault was because I create a "Test User" but the test user I was created is Test User for Facebook Security, not Test User App. So the solution for me is:
First:
Go into your app on Facebook: https://developers.facebook.com/apps/
And then go into your APP and you can see the App Dashboard.
Second:
Click on Roles and Click on Test Users and then you gonna see this board.
Third:
Click on Add button to add Test User, and you gonna see this board like below:
Select Authorize Test Users for This App? to Yes
And login Permission I set email because I want to get email from Test User and the Age you can choose depend on your App, and then click on Create Test Users
Final Step
Set the Test User password.
And we're done, now we can use the Test User we created to test on our App, but make sure to sign out the previous account on Safari first.
I don't really sure if this is the right answer or not, and the question also had been ask for a long time ago, but I decide to answer this question for others who face a problem like this, I hope this helps everyone who faces the same problem. Cheer.
It shows up "Project Default Service Account" instead of my project name, I see the project name on the google's console but on the permissions page for the given credentials attached to the project name I see that title, weird, anyone knows how to change that?
In the Cloud Console Auth section click on Consent Screen and it'll let you edit the look of that page, including the app title and logo.