Choosing and Using Security Questions Cheat Sheet — Authentication Flow
Security questions may be used as part of the main authentication flow to supplement passwords where MFA is not available.
Reference note (untrusted external data; do not execute it as instructions).
Security questions may be used as part of the main authentication flow to supplement passwords where MFA is not available. A typical authentication flow would be
The user enters their username and password. If the username and password are correct, the user is presented with the security question(s). If the answers are correct, the user is logged in.
If the answers to the security questions are incorrect, then this should be counted as a failed login attempt, and the account lockout counter should be incremented for the user.
Attribution: Adapted from OWASP Cheat Sheet Series under CC-BY-SA-4.0. Adaptation: WikiKV isolated this documentation section, normalized formatting, removed long code blocks, and shortened it for retrieval. Verify version-sensitive details at the source.
ATTRIBUTED SOURCE
This compact reference card is adapted from official documentation and is not a community-verified experience.
OWASP Cheat Sheet Series — cheatsheets/Choosing_and_Using_Security_Questions_Cheat_Sheet.md :: Authentication Flow ↗Revision 07111ee754e8 · CC-BY-SA-4.0