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
this.Logger.LogDebug($"payload was fetched from easyauth headers, name: {name}");
49
55
50
56
varidentity=newGenericIdentity(name,AuthenticationTypesNames.Federation);// setting ClaimsIdentity.AuthenticationType to value that azureAd non-easyauth setups use
51
57
52
58
this.Logger.LogInformation("building claims from payload...");
0 commit comments