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

Add sessionToken to dict where step-up code expects it #448

Merged
merged 1 commit into from
Feb 12, 2024

Commits on Feb 8, 2024

  1. Add sessionToken to dict where step-up code expects it

    Sometimes, Okta requires a step-up authentication when accessing the AWS Okta application. The Duo Universal prompt support worked in the case where step-up was not required, but returned a session data structure that the step-up handling code did not expect. I've changed the Duo Universal Prompt auth to return sessionToken where get_saml_response() expects to find it for use in step-up authentication.
    aogail committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    e42f409 View commit details
    Browse the repository at this point in the history