What is a multi-factor authentication event?¶
A multi-factor authentication event records part of a process in which the system requires more than one form of authentication.
That may include a password plus an app approval, one-time code, security key, biometric or trusted-device check.
Avoid this assumption: That every MFA event proves the account holder personally completed a secure two-step login. It may not.
An MFA log may record a challenge being created, sent, displayed, approved, denied, timed out or failed. Those are different stages and must not be treated as equivalent.
The event may contain the account, method, device, source address, result, application and timestamp. This can help establish what factor was requested and how the system responded.
But MFA can be approved accidentally, under pressure or after repeated prompts. Codes may be intercepted. A device may be shared. Some trusted-device or risk-based flows may satisfy MFA without a fresh visible prompt.
Investigators should identify the exact event type and method. Ask whether the record shows challenge issue, user response, technical verification or final authentication success.
Preserve linked sign-in, session, device and notification records. Where push approval is involved, determine whether number matching, location display or additional confirmation was required.
Do not use “MFA completed” as shorthand unless the records support completion of the full authentication process. A successful factor is not always the same as successful account access.
Operational takeaway¶
An MFA event records one stage of multi-factor authentication, so investigators must establish the method, stage and result before inferring user approval or successful access.