Skip to content

Commit

Permalink
Merge pull request #426 from SMxJrz/master
Browse files Browse the repository at this point in the history
Fix for DUO Universal Prompt authentication
  • Loading branch information
pdecat committed Jan 30, 2024
2 parents ed6d70b + 8bdb20e commit b05c7eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws_adfs/_duo_universal_prompt_authenticator.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def _perform_authentication_transaction(
ssl_verification_enabled,
):
duo_host = re.sub(
r"/frame/frameless/v4/auth.*",
r"/frame/frameless/v\d+/auth.*",
"",
duo_url,
)
Expand Down

0 comments on commit b05c7eb

Please sign in to comment.