Strong authentication or Multi-Factor Authentication (MFA) applies to when the user provides more than one piece of information when authenticating. Providing, say, a password and using a token would be two factor authentication (2fa), and could also be classified as multi-factor authentication. Which two authentication factors is in use, does not matter regarding to be strong authentication or two factor authentication.
The user will provide two or more of the following
Some specific error types are related to biometrics
The user will provide two or more of the following
- Something you know (Type 1)
- Password
- Passphrase
- Pin number
- ...
- Something you have (Type 2)
- Token
- Smart card
- ...
- Something you are (Type 3)
- Retina scan
- Fingerprint
- Handprint
- ...
- Somewhere you are (Type 4)
- Geo location
- GPS tracking
- Callback system
- ...
- Something you do
- Keystroke Authentication
- ...
Some specific error types are related to biometrics
- Type 1 error. False Reject Rate (FRR). This occurs when a biometric system incorrectly rejects an authorized user.
- Type 2 error. False Accept Rate (FAR). This occurs when a biometric system incorrectly identifies an unauthorized user as an authorized user.