ecadlabs / auth

0 stars 2 forks source link

Add yaml config properties for Duo.com 2FA #15

Closed carte7000 closed 5 years ago

carte7000 commented 5 years ago

The duo.com API requires the following properties to authenticate an application

You can learn more about them here: https://duo.com/docs/authapi-guide

We would like to add it to our current config.yaml file under a property called duo_2fa The schema could look like this

duo_2fa:
    integration_key: <INTEGRATION_KEY>
    secret_key: <SECRET_KEY>
    api_hostname: <API_HOSTNAME>

We might want to allow storing the secret using HashiCorp Vault when #7 is ready