Slide 17
Slide 17 text
GENERAL TESTING GUIDE. MOBILE APP AUTHENTICATION ARCHITECTURES
AUTHENTICATION
• Basic:
• Something the user knows:
password, PIN, pattern, etc.
• Something the user has:
SIM-card, OTP (one time
password) generator,
hardware token, etc.
• A biometric property:
fingerprint, retina, voice, etc.
https://github.com/OWASP/owasp-mstg/blob/master/Document/0x04e-Testing-Authentication-and-Session-Management.md
• 2FA (2-Factor Authentication):
• OTP by SMS or phone call
• Hardware or software token
• Push notifications in combination
with PKI (public key infrastructure)
and local authentication
• Supplementary Authentication:
• Geolocation
• IP address
• Time of the day
• Device ID