...
- Step 1: The VPN client will ask the user to enter their 1st credential, e.g. static password
- Step 1: The users enters their 1st credential.
- The server checks the validity of the user’s 1st credential.
- Step 2: If the server successfully verified the user's static password, then it will prompt the user to enter the 2nd credential, e.g. one-time password.
- Step 2: The user enters their 2nd credential.
- The server checks the validity of the user’s 2nd credential.
To provide OneTwo-Step Logon, you will need to create a logon procedure with two logon steps.
...