Update Google Auth UserInfo endpoint#6338
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. |
f7b5afd to
b86f4df
Compare
|
Updated with the quirks switch |
muratg
left a comment
There was a problem hiding this comment.
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.