Make change for #18729 (#19756)

This commit is contained in:
Patrick Goode 2020-03-17 17:22:28 -05:00 committed by GitHub
parent 35b3cb75af
commit ae192af856
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -910,7 +910,7 @@ namespace Microsoft.AspNetCore.Authentication.OpenIdConnect
foreach (var action in Options.ClaimActions)
{
action.Run(user.RootElement, identity, ClaimsIssuer);
action.Run(updatedUser.RootElement, identity, ClaimsIssuer);
}
}
}