From 7feed2dc275b71e3182a097af47270a426325dcc Mon Sep 17 00:00:00 2001 From: Lukas Date: Fri, 21 Dec 2018 14:24:26 +0100 Subject: [PATCH 1/2] Updating the document.` The cause: It will become outdated in March next year. --- aspnetcore/security/authentication/social/google-logins.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/aspnetcore/security/authentication/social/google-logins.md b/aspnetcore/security/authentication/social/google-logins.md index 3443ca4a036c..ce4f2462cd4a 100644 --- a/aspnetcore/security/authentication/social/google-logins.md +++ b/aspnetcore/security/authentication/social/google-logins.md @@ -1,3 +1,9 @@ +As you can read [here](https://developers.google.com/+/web/api/rest/) the tutorial below is outdated. There is no sens of using it anymore, as it relates to actually obsoleted and depreacted Google Plus API, please sort out changingthe document to be compatible with: Google Sign-In API. +Suggested way: +https://developers.google.com/identity/sign-in/web/sign-in#specify_your_apps_client_id +It uses client to cooperate with Google IdP server's, however I do really think there is a possibility to write kind of Extensions for this so the convention of encapsulated into ServiceProvider IdPs will be kept. + + --- title: Google external login setup in ASP.NET Core author: rick-anderson From 369bca993314eddf01e665297fa869598e96062e Mon Sep 17 00:00:00 2001 From: Lukas Date: Sat, 22 Dec 2018 11:19:26 +0100 Subject: [PATCH 2/2] Update google-logins.md --- aspnetcore/security/authentication/social/google-logins.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/aspnetcore/security/authentication/social/google-logins.md b/aspnetcore/security/authentication/social/google-logins.md index ce4f2462cd4a..dc0270dedb66 100644 --- a/aspnetcore/security/authentication/social/google-logins.md +++ b/aspnetcore/security/authentication/social/google-logins.md @@ -1,6 +1,9 @@ -As you can read [here](https://developers.google.com/+/web/api/rest/) the tutorial below is outdated. There is no sens of using it anymore, as it relates to actually obsoleted and depreacted Google Plus API, please sort out changingthe document to be compatible with: Google Sign-In API. +As you can read [here](https://developers.google.com/+/web/api/rest/) the tutorial below is outdated. There is no sense of using it anymore, as it relates to actually obsoleted and depreacted Google Plus API, please sort out changing the document to be compatible with: **Google Sign-In API**. + Suggested way: + https://developers.google.com/identity/sign-in/web/sign-in#specify_your_apps_client_id + It uses client to cooperate with Google IdP server's, however I do really think there is a possibility to write kind of Extensions for this so the convention of encapsulated into ServiceProvider IdPs will be kept.