Skip to content

Commit

Permalink
Add message when default authentication method is triggered
Browse files Browse the repository at this point in the history
  • Loading branch information
pdecat authored and venth committed Oct 13, 2019
1 parent 827b176 commit 27e017b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aws_adfs/_duo_authenticator.py
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,7 @@ def _begin_authentication_transaction(duo_host, sid, preferred_factor, preferred
}
)
else:
click.echo("Triggering default authentication method: '{}'".format(preferred_factor), err=True)
response = session.post(
prompt_for_url,
verify=ssl_verification_enabled,
Expand Down

0 comments on commit 27e017b

Please sign in to comment.