Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed with DUO MFA enabled. #24

Closed
eric-nord opened this issue Mar 13, 2017 · 8 comments
Closed

Failed with DUO MFA enabled. #24

eric-nord opened this issue Mar 13, 2017 · 8 comments

Comments

@eric-nord
Copy link

AWS CLI access is successful with ADFS but fails after DUO MFA is enabled in ADFS.

@eric-nord
Copy link
Author

Think it's in html_roles_fetcher.py around line 45.
When It's trying to fetch roles from the AWS "Select a Role" page it fails as the DUO MFA page loads instead and waits for the user to accept the push.

May need to target the button text "Send Me a Push" and click it until the user accepts the MFA Push.

@venth
Copy link
Owner

venth commented Mar 14, 2017

Unfortunately I don't have access to adfs installation that uses MFA to authenticate an user. If you have link to any vagrant / docker machine description that I could spin up then I could tell more about this issue.

Currently aws-adfs doesn't support MFA (I don't have any installation to test against)

@eric-nord
Copy link
Author

eric-nord commented Mar 14, 2017 via email

@eric-nord
Copy link
Author

eric-nord commented Mar 14, 2017

Here's the error from response.text in html_roles_fetcher.py via pdb:
"This page does not contain an iframe for Duo to use."
Add an element like <iframe id="duo_iframe"></iframe> to this page.
See https://www.duosecurity.com/docs/duoweb#3.-show-the-iframe for more information.
DUO error.txt

@venth
Copy link
Owner

venth commented Mar 27, 2017

Duo security integration is available in version 0.3.0. Thanks @eric-nord for bringing the issue, commitment and help 👍

@venth
Copy link
Owner

venth commented Mar 29, 2017

Duo Security integration is delivered with version 0.3.0. @eric-nord may I ask you to close the issue?

@eric-nord
Copy link
Author

Thank you @venth,

You're awesome to work with.

@eric-nord
Copy link
Author

eric-nord commented Mar 29, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants