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

Unable to use Ping with MFA when >1 device is registered #310

Open sdlevi27 opened 5 years ago

sdlevi27 commented 5 years ago

Steps to reproduce:

1) Configure AWS with Ping as an IDP 2) Enable MFA with Ping 3) Register >1 device for MFA

Attempt to use saml2aws login:

$ saml2aws login Using IDP Account default to access Ping https://mypinghost.example.com To use saved password just hit enter. ? Username myuser ? Password

Authenticating as myuser ... error authenticating to IdP: Unknown document type

When I delete the second device from the MFA list, I'm able to succesfully get my AWS access key pair

pschiffe commented 3 years ago

Hello, any updates on this? I think we are hitting the same issue. Thanks.