2 writes to Logger
Microsoft.AspNetCore.Identity (1)
SignInManager.cs (1)
64Logger = logger;
Microsoft.AspNetCore.Identity.Test (1)
SignInManagerTest.cs (1)
158sm.Logger = logger ?? NullLogger<SignInManager<PocoUser>>.Instance;
11 references to Logger
Microsoft.AspNetCore.Identity (11)
SignInManager.cs (11)
151Logger.LogDebug(EventIds.UserCannotSignInWithoutConfirmedEmail, "User cannot sign in without a confirmed email."); 156Logger.LogDebug(EventIds.UserCannotSignInWithoutConfirmedPhoneNumber, "User cannot sign in without a confirmed phone number."); 161Logger.LogDebug(EventIds.UserCannotSignInWithoutConfirmedAccount, "User cannot sign in without a confirmed account."); 194Logger.LogError("RefreshSignInAsync prevented because the user is not currently authenticated. Use SignInAsync instead for initial sign in."); 202Logger.LogError("RefreshSignInAsync prevented because currently authenticated user has a different UserId. Use SignInAsync instead to change users."); 346Logger.LogDebug(EventIds.SecurityStampValidationFailedId4, "Failed to validate a security stamp."); 369Logger.LogDebug(EventIds.TwoFactorSecurityStampValidationFailed, "Failed to validate a security stamp."); 494Logger.LogDebug(EventIds.InvalidPassword, "User failed to provide the correct password."); 579Logger.LogDebug(EventIds.PasskeyAttestationFailed, "Passkey attestation failed: {message}", result.Failure.Message); 623Logger.LogDebug(EventIds.PasskeyAssertionFailed, "Passkey assertion failed: {message}", result.Failure.Message); 1302Logger.LogDebug(EventIds.UserLockedOut, "User is currently locked out.");