ecadlabs / auth

0 stars 2 forks source link

Add support for 2FA using Duo.com #12

Open jevonearth opened 5 years ago

jevonearth commented 5 years ago

Add two factor authentication support to that auth daemon using Duo.com

Supporting documentation:

https://duo.com/docs/authapi-guide

Unknowns/needs research

Can we manually add accounts in Duo, and they match up to users based on email address? There's an enroll endpoint allowing users to match their duo account with our (this) application.

carte7000 commented 5 years ago

Here is the duo go client https://github.com/duosecurity/duo_api_golang which is incomplete but might be useful for reference.