DUO Mobile Authentication
DUO Mobile may be used with ProVision to use two factor authentication with mobile devices. To use DUO Mobile in ProVision, you must first have a DUO account . - available at https://duo.com/.
Once you have an a DUO account set up, ProVision settings may be accessed from the the "Authentication" sub-tab at the top of the Admin Settings page. Then, by clicking select "DUO Mobile" from the left sidebar under "Authentication Options".
...
To use DUO Authentication, an account must first be set up with DUO.
Once an DUO account information is set upavailable, obtain the following information:
- Integration Key,
- Security Key, and
- DUO API Host name
Enter those items into Admin→ Authentication Options → DUO Mobile Configuration, and . Then click "Save Changes" to save your changes.
...
If you need to disable DUO Mobile authentication from ProVision from outside of the GUI (such as in case of an accidental enable), a command-line disable tool is available.
Run the following in your ProVision directory:
Code Block |
---|
php tools/disable_duo.php |
...