Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Impact of Google+ API deprecation on this flow? #10079

Closed
darrenmart opened this issue Dec 21, 2018 — with docs.microsoft.com · 7 comments
Closed

Impact of Google+ API deprecation on this flow? #10079

darrenmart opened this issue Dec 21, 2018 — with docs.microsoft.com · 7 comments
Assignees
Labels
Pri1 Source - Docs.ms Docs Customer feedback via GitHub Issue
Milestone

Comments

Copy link

With the Google+ APIs set to shut down on March 7, 2019, I'm unclear on what changes are needed for this .NET Core flow to continue authenticating Google users. There are several Google dev docs/samples but I'm hoping to avoid a separate flow for Google versus Facebook and Microsoft Account. Any guidance on where to start?


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

@dotnet-bot dotnet-bot added the Source - Docs.ms Docs Customer feedback via GitHub Issue label Dec 21, 2018
@Rick-Anderson
Copy link
Contributor

@HaoK please respond.

@Rick-Anderson Rick-Anderson added this to the Backlog milestone Dec 21, 2018
@HaoK
Copy link
Member

HaoK commented Dec 21, 2018

@Tratcher any ideas if we are going to be impacted by g+ going away? I imagine maybe the setting might get renamed only?

@Tratcher
Copy link
Member

We're pretty sure it's going to break us. We're working on it over here: dotnet/aspnetcore#6069

Copy link

Yes, I too am concerned about this as I have multiple active users using google sign in on Azure app service and in MVC applications. this is the notice I received. Need to migrate to Google sign in from Google plus. The server communication is a black box to me. Need to have microsoft update dll i think it is Microsoft.Owin.Security.Google

If you see calls to people.get, these can be the result of using the Google+ Sign-In feature in your application, which is now fully deprecated and is being shut down. Developers should migrate from the Google+ Sign-In feature to the more comprehensive Google Sign-in authentication system.

Project Google+ API Name Version Method
Wearable Coach (wearable-coach) plus v1 plus.people.get

@Tratcher
Copy link
Member

See aspnet/AspNetKatana#251 (comment) for Microsoft.Owin.

@pnishman
Copy link

The above fix appears to work. Thanks,

@Tratcher Tratcher self-assigned this Jan 2, 2019
@Tratcher
Copy link
Member

@Rick-Anderson doc updates needed for aspnetcore/security/authentication/social/google-logins.md:

  • This affects all versions of the doc & framework.
  • Link to the breaking change announcement: [Announcement] Google+ based auth deprecation and replacement aspnetcore#6486
  • Remove the three mentions and screen shots showing Google+ setup. No replacement is needed until it gets to "Add credentials to your project". The replacement screen shots would show Credentials, Create credentials, OAuth client ID, Web application

This is time sensitive, can you get it updated by Jan 28th?

@Tratcher Tratcher removed this from the Backlog milestone Jan 15, 2019
@Rick-Anderson Rick-Anderson added this to the Sprint milestone Jan 16, 2019
@dotnet dotnet locked as resolved and limited conversation to collaborators Oct 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Pri1 Source - Docs.ms Docs Customer feedback via GitHub Issue
Projects
None yet
Development

No branches or pull requests

6 participants