cevoaustralia / aws-google-auth

Provides AWS STS credentials based on Google Apps SAML SSO auth (what a jumble!)
MIT License
537 stars 181 forks source link

New prompt? Could not find SAML response #221

Closed p-doyle closed 3 years ago

p-doyle commented 3 years ago

When running command: aws-google-auth -u me@company.com -I abc123 -S 1234 -d 28800 -p default --region us-east-1 --save-failure-html

The error is: Something went wrong - Could not find SAML response, check your credentials or use --save-failure-html to debug

I do receive a prompt on my phone for the 2FA, though it looks a little different than what I remember, and it was working fine a few days ago. The failure html page looks like this: Screenshot_339

Is this a new prompt or could there be something else going on?

funollet commented 3 years ago

Upgrading to 0.0.37 seems to solve this specific issue. Did you tried this version?

p-doyle commented 3 years ago

I am on 0.0.37. Using Windows 10 64bit with Python 3.7.4.

JamesMarino commented 3 years ago

Can confirm version 0.0.37 has solved this issue for me using the cevoaustralia/aws-google-auth:0.0.37 Docker image

p-doyle commented 3 years ago

Looks like there was either a conflict with another python installation or I had upgraded the package without admin... resolved now. Thanks!