2 writes to Logger
Microsoft.AspNetCore.Authentication (2)
AuthenticationHandler.cs (2)
119Logger = logger.CreateLogger(this.GetType().FullName!); 136Logger = logger.CreateLogger(this.GetType().FullName!);
18 references to Logger
Microsoft.AspNetCore.Authentication (14)
AuthenticationHandler.cs (5)
230Logger.AuthenticationSchemeAuthenticated(Scheme.Name); 234Logger.AuthenticationSchemeNotAuthenticated(Scheme.Name); 239Logger.AuthenticationSchemeNotAuthenticatedWithFailure(Scheme.Name, result.Failure.Message); 317Logger.AuthenticationSchemeChallenged(Scheme.Name); 332Logger.AuthenticationSchemeForbidden(Scheme.Name);
RemoteAuthenticationHandler.cs (9)
115Logger.RemoteAuthenticationError(exception.Message); 162Logger.SignInHandled(); 167Logger.SignInSkipped(); 254Logger.CorrelationPropertyNotFound(Options.CorrelationCookie.Name!); 265Logger.CorrelationCookieNotFound(cookieName); 275Logger.UnexpectedCorrelationCookieValue(cookieName, correlationCookie); 289Logger.AccessDeniedError(); 303Logger.AccessDeniedContextHandled(); 307Logger.AccessDeniedContextSkipped();
Microsoft.AspNetCore.Authentication.BearerToken (1)
BearerTokenHandler.cs (1)
78Logger.AuthenticationSchemeSignedIn(Scheme.Name);
Microsoft.AspNetCore.Authentication.Cookies (2)
CookieAuthenticationHandler.cs (2)
377Logger.AuthenticationSchemeSignedIn(Scheme.Name); 413Logger.AuthenticationSchemeSignedOut(Scheme.Name);
Microsoft.AspNetCore.Authentication.OAuth (1)
OAuthHandler.cs (1)
291Logger.HandleChallenge(location.ToString(), cookie.ToString());