-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Update Google Auth UserInfo endpoint #6338
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
Conversation
@natemcmaster I assume the branches aren't open yet for Feb? |
Can you fill out the shiproom template? Shiproom meets at 11. |
Yes I will. |
Please wait until the release/2.1 branch has been updated to build for 2.1.8. I'll add my approval when that is done. cref https://github.com/aspnet/AspNetCore-Internal/issues/1610 |
Offline notes: Add a quirk to revert to the prior behavior. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Un-signing off
f7b5afd
to
b86f4df
Compare
Updated with the quirks switch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I re-approve this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note for the shiproom: 2.2.x change will be identical to this, and it'll be a merge-PR.
Please wait until https://github.com/aspnet/AspNetCore-Internal/issues/1610 is resolved before merging. |
Approved for 2.1.8 |
You'll also need to update https://github.com/aspnet/AspNetCore/blob/release/2.1/eng/PatchConfig.props with the packages that you are patching here. |
@mikaelm12 do you want to bump the version and clear out the old packages from the list first? |
Sure |
Updated, but needs to rebase. |
6f444a2
to
3761850
Compare
@mikaelm12 ready when you are. |
Great. The 2.1.8 branch will be ready today. |
#6069 for 2.1. The same change can be used for 2.2 and 3.0.
Description
Google is shutting down Google+ APIs that we were using for authentication. We need to move to a new API ASAP.
Customer Impact
Without this change web applications will no longer be able to log users in with Google accounts starting as soon as Jan 28th.
Regression?
Yes, by Google.
Risk
Moderate, the new APIs use a different data format and users may get subtly different results.