-
Notifications
You must be signed in to change notification settings - Fork 25.2k
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
Comments
@HaoK please respond. |
@Tratcher any ideas if we are going to be impacted by g+ going away? I imagine maybe the setting might get renamed only? |
We're pretty sure it's going to break us. We're working on it over here: dotnet/aspnetcore#6069 |
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 |
See aspnet/AspNetKatana#251 (comment) for Microsoft.Owin. |
The above fix appears to work. Thanks, |
@Rick-Anderson doc updates needed for aspnetcore/security/authentication/social/google-logins.md:
This is time sensitive, can you get it updated by Jan 28th? |
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.
The text was updated successfully, but these errors were encountered: