Closed carte7000 closed 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
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
We might want to allow storing the secret using HashiCorp Vault when #7 is ready