I need to protect a PHP web application with double authentication using DUO Mobile.
Here’s how I’d like it to work for a user wishing to access the application:
- User enters Active Directory login and password
- The application asks the user to perform double authentication
- A push notification arrives on the user’s phone.
- He confirms the connection
- The application grants access to the user.
Is this possible, and if so, how should I proceed?