-
Notifications
You must be signed in to change notification settings - Fork 179
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 to get password chalenge #248
Comments
|
We have the same problem with a new google account. Old accounts work as before (on the same machine/setup). Running with
Basically this link says
|
I fix this error as follows: Added the parameter "--bg-response js_enabled" $ aws-google-auth -u 'user' -I '<IDP_ID>' -S '<SP_ID>' -R '' -d '' --bg-response js_enabled After adding this parameter, proceed to the captcha but when filling it, the error continued to occur. Debugging the page content with the error I noticed that by default aws-google-auth sends this parameter "bg_response" with value "js_disabled". The google auth flow must have changed to block browsers that don't support javascript. People who used it before seem to have no problem but new facilities are not working. My solution was to pass the value as "js_enabled" but as this parameter was not being passed in the payload of the request to captcha, the error continued to occur. The solution was to include the parameter in the payload of the request, which in my case and that of other co-workers fixed the problem. I will submit a pull request for this fix. This is the commit with that fix, you can test by adding these two lines of code locally to fix it temporarily until the fix is delivered. Commit: ezeqme@d7d7001 |
I have the same problem! any fix or idea? |
After entering the captcha that loads for me I get the following:
|
I am getting the same error.. |
I have the same problem as @Renjie-d1g1t and @nmehta001 |
@monkora - see PR #250, this is a simple two-line fix that worked well. Thanks @ezequielbarros for the fix! |
Google looks to have made changes to the responses, a fix for this should be available in release https://github.com/cevoaustralia/aws-google-auth/releases/tag/0.0.38 |
great news, anyone tried 0.0.38 yet? |
Environment:
I tried to use another python versions and another aws-google-auth version like 0.0.36 but without success.
The text was updated successfully, but these errors were encountered: