Skip to content

Commit

Permalink
Merge branch 'master' of github.com:cevoaustralia/aws-google-auth
Browse files Browse the repository at this point in the history
  • Loading branch information
stevemac007 committed May 2, 2022
2 parents 2ab0755 + f139910 commit dd42263
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions aws_google_auth/google.py
Expand Up @@ -264,6 +264,10 @@ def do_login(self):
# Update the payload
payload['Passwd'] = self.config.password

# Set bg_response in request payload to passwd challenge
if self.config.bg_response:
payload['bgresponse'] = self.config.bg_response

# POST to Authenticate Password
sess = self.post(passwd_challenge_url, data=payload)

Expand Down

0 comments on commit dd42263

Please sign in to comment.