From ae192af8560bc05ee6f4b6f1d6f020da890f9144 Mon Sep 17 00:00:00 2001
From: Patrick Goode <pgoode75@sbcglobal.net>
Date: Tue, 17 Mar 2020 17:22:28 -0500
Subject: [PATCH] Make change for #18729 (#19756)

---
 .../Authentication/OpenIdConnect/src/OpenIdConnectHandler.cs    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Security/Authentication/OpenIdConnect/src/OpenIdConnectHandler.cs b/src/Security/Authentication/OpenIdConnect/src/OpenIdConnectHandler.cs
index e1dc65df660..f4767f1e87a 100644
--- a/src/Security/Authentication/OpenIdConnect/src/OpenIdConnectHandler.cs
+++ b/src/Security/Authentication/OpenIdConnect/src/OpenIdConnectHandler.cs
@@ -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);
                     }
                 }
             }
-- 
GitLab