Versent / saml2aws

CLI tool which enables you to login and retrieve AWS temporary credentials using a SAML IDP
https://github.com/Versent/saml2aws
MIT License
2.07k stars 562 forks source link

Add Duo support for JumpCloud #390

Closed ahrenstein closed 3 years ago

ahrenstein commented 4 years ago

JumpCloud has added Duo as an official MFA option. Would it be possible to get saml2aws to add support for JumpCloud+Duo?

Right now JumpCloud + TOTP works but if TOTP is disabled to enforce Duo security policies on user auth, users can no longer gain STS credentials for operating with the AWS API as saml2aws can no longer authenticate.

Thanks!

ahrenstein commented 4 years ago

489 would resolve this

logingood commented 3 years ago

I updated some code from #489 in #626, and also added yubikey support via webauthn.

ahrenstein commented 3 years ago

Can we get #626 merged? It's working will on Ubuntu and macOS 11.x so far.

ahrenstein commented 3 years ago

Thanks for getting #626 merged!