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

Google MFA selection and fixes, python 2/3 compatibility through six #87

Closed tinder-tylerport closed 6 years ago

tinder-tylerport commented 6 years ago

I fixed some bugs where authentication would fail due to google returning invalid multi factor auth methods alongside valid methods Fixed the broken mfa selection implementation which prevented me from authing via our sso scripts

Cleaned up some of the project code and implemented proper python2/3 compatibility.

Added the ability to choose which of the available mfa methods you would like to use.

Fixes https://github.com/cevoaustralia/aws-google-auth/issues/84

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-9.8%) to 39.205% when pulling 870ec11ccbe046e7327368b1b9a75bdd1572a199 on tinder-tylerport:tylerport-google_mfa_fixes into 53a89b8df254d0eeea9fafee89ca03b7936c0420 on cevoaustralia:master.

wandergeek commented 6 years ago

Can't wait to grab this! :D