Process Flow - Multi-factor authentication
User tries to sign in
Enter username and password
System verifies credentials
Prompt for second factor
User provides second factor
System verifies second factor
Access granted if both factors valid
Access denied if any factor invalid
This flow shows how a user signs in with two steps: first password, then a second factor, to increase security.