You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
varexpectedClaimString=$"Expected claim {baselineClaim.Type}:{baselineClaim.Value} does not match {v2Claim?.Type??"Empty"}:{v2Claim?.Value??"Empty"}";
968
972
Trace.Info($"Token Claim mismatch between two issuers. Expected: {baselineClaim.Type}:{baselineClaim.Value}. Actual: {v2Claim?.Type??"Empty"}:{v2Claim?.Value??"Empty"}");
969
-
HostContext.DeferAuthMigration(TimeSpan.FromMinutes(60),$"Expected claim {baselineClaim.Type}:{baselineClaim.Value} does not match {v2Claim?.Type??"Empty"}:{v2Claim?.Value??"Empty"}");
0 commit comments