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

Add dual-prompt to list of challenge choices #227

Closed Parent5446 closed 1 year ago

Parent5446 commented 3 years ago

This fixes a small issue from 77e7544 (#206) where the code for handling the dual-prompt page was added, but the support for it wasn't added in the challenge-selection stage. This adds the elif clause neeeded to parse the dual prompt method.

(Tested against 0.0.37 and login works successfully after this commit is applied.)

Fixes #200