10 references to EventIds
Microsoft.AspNetCore.Identity (10)
SecurityStampValidator.cs (1)
157
Logger.LogDebug(
EventIds
.SecurityStampValidationFailed, "Security stamp validation failed, rejecting cookie.");
SignInManager.cs (9)
173
Logger.LogDebug(
EventIds
.UserCannotSignInWithoutConfirmedEmail, "User cannot sign in without a confirmed email.");
178
Logger.LogDebug(
EventIds
.UserCannotSignInWithoutConfirmedPhoneNumber, "User cannot sign in without a confirmed phone number.");
183
Logger.LogDebug(
EventIds
.UserCannotSignInWithoutConfirmedAccount, "User cannot sign in without a confirmed account.");
329
Logger.LogDebug(
EventIds
.SecurityStampValidationFailedId4, "Failed to validate a security stamp.");
352
Logger.LogDebug(
EventIds
.TwoFactorSecurityStampValidationFailed, "Failed to validate a security stamp.");
447
Logger.LogDebug(
EventIds
.InvalidPassword, "User failed to provide the correct password.");
491
Logger.LogDebug(
EventIds
.PasskeyAttestationFailed, "Passkey attestation failed: {message}", result.Failure.Message);
523
Logger.LogDebug(
EventIds
.PasskeyAssertionFailed, "Passkey assertion failed: {message}", result.Failure.Message);
1301
Logger.LogDebug(
EventIds
.UserLockedOut, "User is currently locked out.");