All Questions
Tagged with google-oauth google-plus
253
questions
2
votes
0
answers
113
views
Not able to get email information from UserProfile info in SSO using Google with Oauth2 in Spring Application
I have SSO integration with my Application using Google SSO Login. I was able to get information from Google UserProfile till 20th October and User was able to successfully login to application.
But ...
1
vote
0
answers
34
views
Unable to pass Email as context using Google Auth
We are currently hitting the following endpoints via Google Auth.
https://www.googleapis.com/auth/userinfo.profile,
https://www.googleapis.com/auth/profile.emails.read
This suddenly stopped working ...
1
vote
1
answer
709
views
How can I add a 2-factor authentication to my shiny app connecting with googleauthr
I have a shiny app that is authenticated thanks to google + API with the googleAuthR library. So When people click on the button they are redirected to the google authentication page. What I would ...
0
votes
1
answer
841
views
How to replace people.me from Google+ with Google People/Google Sign In api?
I had a "sign in with Google+" function in my web-app. Upon signing in I would show user's email and name on the page and save it to database. To fetch user's profile data after sign in I used Google+ ...
0
votes
1
answer
202
views
Google plus API is shutdown. What to do in ionic 3 app?
I have an ionic v3 app and I have google plus login in it. I recently got a mail from google stating "Google+ API Shutdown"(refer here for more details). Google team has also said:
If you see ...
1
vote
1
answer
84
views
G+ deprecation with refresh tokens
We are wondering someone could answer the following question about the deprecation of scopes. Currently during the OAuth process for YouTube registration, we are asking for the following scopes (as ...
1
vote
1
answer
1k
views
Google + API's Deprecated
Are these list of following API's also are deprecated ?
https://www.googleapis.com/auth/userinfo.profile
https://www.googleapis.com/auth/contacts
https://www.googleapis.com/auth/contacts.readonly
...
1
vote
1
answer
102
views
Will Google + API shutdown affect APIs using "userinfo.email" scope which has "plus.me" dependency
We are getting user's email, display name and user image by accessing https://www.googleapis.com/plus/v1/people/me API with plus.me scope.
Because of the Google+ API shutdown, we are planning to use ...
1
vote
1
answer
557
views
Google tokeninfo is returning deprecated Google Plus scopes, even when supplying the new scopes. What to do?
Google is deprecating Google Plus and related APIs.
They recommend a simple migration, replacing the older deprecated scopes with new ones:
plus.login -> profile
plus.me -> openid
plus.profile....
1
vote
3
answers
139
views
Will tokens with Google plus scope invalidate after API shutdown
Google has announced the shutdown of Google+ scopes and APIs on March 7th.
We have multiple Google scopes approved for a single refresh token so I guess my question is will the token totally ...
3
votes
1
answer
2k
views
Will the openid scope "https://www.googleapis.com/auth/plus.me" be affected by the Google+ shutdown?
I would like to know if the following scope URI would be affected by the Google+ shutdown or not.
https://www.googleapis.com/auth/plus.me
This scope is named "openid" in the "OAuth consent screen" ...
0
votes
2
answers
588
views
What should be replaced with 'plus.me' scope on G Suite Marketplace?
Until currently we have used plus.me (https://www.googleapis.com/auth/plus.me) scope for OpenID Connect on G Suite Marketplace.But 'plus.me' scope will discontinue with Google+ API shutdown.
Google ...
4
votes
1
answer
544
views
Will the Google+ OAuth shutdown affect me, if my code has no visible reference to Google+?
I've received an e-mail from Google warning me that my Google App Script projects will be impacted by their coming (January 28, 2019 - March 7, 2019) Google+ API shutdown.
Hello Google+ Developer,
...
1
vote
4
answers
874
views
"Login with Google" in PHP - Google+ API shutdown migration - how to migrate away from plus.people.get?
I got a warning email from Google reminding me of Google+'s EOL which is supposed to break my current "Login with Google", but I am unsure what exactly should I change.
Let me show you my (simplified)...
1
vote
1
answer
211
views
signin for server-side apps and plus deprecation
I have a server side application that requires that a user sign in using his browser and then the server continues to use that token to do stuff on its own.
I'm using the flow described here, pretty ...