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

Fix for DUO Universal Prompt authentication #426

Merged
merged 1 commit into from
Jan 30, 2024
Merged

Commits on Jan 29, 2024

  1. Fix for DUO Universal Prompt authentication

    Changing re.sub in line 147 of this file to look for ANY digit in front of the "v" part. We ran into an issue in our environment because the original code here was looking for v4 and our DUO setup was set to v3, so this replacement never happened and resulted in a malformed URL leading to 403 responses from the DUO server.
    
    Signed-off-by: smxjrz <Smelecs@gmail.com>
    SMxJrz committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    8bdb20e View commit details
    Browse the repository at this point in the history