Skip to content

Commit

Permalink
Update Duo docs (#8127)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Kalafut authored Jan 9, 2020
1 parent a53b872 commit 748b594
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions website/source/docs/enterprise/mfa/mfa-duo.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,18 @@ the push notification is either approved or declined:
refresh_interval 768h
data which can only be read after MFA validation
```
## Hardware Tokens and Passcodes
If hardware tokens or other TOTP/HOTP devices (e.g. Google Authenticator) are configured on the Duo
account, the codes from these devices may be passed via the
[X-Vault-MFA header](/docs/enterprise/mfa/index.html#supplying-mfa-credentials) and will be used
in lieu of a Duo push. They may also be provided to the `vault` command using the `-mfa` parameter
and the `passcode` field.
### Sample Command
```
$ vault login -mfa=my_duo:passcode=280077 -method=userpass \
username=testuser password=testpassword
```

0 comments on commit 748b594

Please sign in to comment.