Skip to content

Commit

Permalink
Merge pull request #357 from venth/update_readme_passcode
Browse files Browse the repository at this point in the history
Document supported Duo authentication methods better
  • Loading branch information
pdecat authored Oct 28, 2022
2 parents e1ecd9a + df12f01 commit b6aef30
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ The project provides command line tool - `aws-adfs` to ease AWS cli authenticati
### MFA integration

aws-adfs integrates with:
* [duo security](https://duo.com) MFA provider with support for FIDO U2F (CTAP1) / FIDO2 (CTAP2) hardware authenticators
* [duo security](https://duo.com) MFA provider with support for:
* Duo mobile application push (verified by code or not) using the `Duo Push` authentication method.
* Phone call using the `Phone Call` authentication method.
* OTP 6 digit codes generated by Duo Mobile application, and hardware tokens (e.g. RSA or Yubikey) using the `Passcode` authentication method.
* FIDO U2F (CTAP1) / FIDO2 (CTAP2) hardware authenticators using the `WebAuthn Security Key` authentication method.
* [Symantec VIP](https://vip.symantec.com/) MFA provider
* [RSA SecurID](https://www.rsa.com/) MFA provider

Expand Down

0 comments on commit b6aef30

Please sign in to comment.