aspnetcore.identity.sign_in.result
Developmentenumas of v1.44.0
Whether the sign in result was success or failure.
Examples
- password
- two_factor
Values (5)
successSign in was successful.locked_outUser is locked out.not_allowedUser is not allowed to sign in.requires_two_factorUser requires two factory authentication to sign in.failureSign in failed.
Used by
metrics (2)
- aspnetcore.identity.sign_in.authenticate.duration
- aspnetcore.identity.sign_in.check_password_attempts
* required on that signal.
History
Added as development.