The Google+ Sign-In Feature is being shutdown on 3/7/19 (https://developers.google.com/+/web/signin/). Do IdentityServer users need to be on a certain version to not be affected by the Google+ Sign-In shutting down?
Thank you.
@brockallen or @leastprivilege , will a new build of IdentityServer4 need to be released after the Google API fix in https://github.com/aspnet/AspNetCore/pull/6338 is released or can we upgrade the asp.net core library with the current build? Thanks!!
No -- you will need to update your nuget package from Microsoft. We don't include/use google -- your host does.
@brockallen As a note the docs and quickstart samples will need to be updated, though it might be worth waiting until the various patches are released (as per https://github.com/aspnet/AspNetCore/issues/6486).
Given this comment on the aspnet core announcement in the 3.0 section:
"...considering removing the Microsoft.AspNetCore.Authentication.Google package and directing users to Microsoft.AspNetCore.Authentication.OpenIdConnect instead."
I'm not sure if we should just switch over to the oidc approach instead.
If you create a "help wanted" issue with the approach you'd prefer we can jump in and make the changes for you.
Yea, good idea.
@rbanks54 will you do the changes to docs?
I haven't had time as yet (life has been getting in the way). Given this is an open source project, anyone can jump on in.
Update: I can sleep later... 馃檪 Changes are made and PRs submitted.
has anyone tried using oidc for google auth yet?
has anyone tried using oidc for google auth yet?
Yes, it works fine. Just configure it for implicit flow.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
@brockallen As a note the docs and quickstart samples will need to be updated, though it might be worth waiting until the various patches are released (as per https://github.com/aspnet/AspNetCore/issues/6486).
Given this comment on the aspnet core announcement in the 3.0 section:
"...considering removing the Microsoft.AspNetCore.Authentication.Google package and directing users to Microsoft.AspNetCore.Authentication.OpenIdConnect instead."
I'm not sure if we should just switch over to the oidc approach instead.
If you create a "help wanted" issue with the approach you'd prefer we can jump in and make the changes for you.