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

Addition of form_post OIDC response mode #2818

Merged
merged 7 commits into from
May 12, 2022
Merged

Addition of form_post OIDC response mode #2818

merged 7 commits into from
May 12, 2022

Commits on May 5, 2022

  1. Configuration menu
    Copy the full SHA
    add980b View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. Configuration menu
    Copy the full SHA
    3ff0d6c View commit details
    Browse the repository at this point in the history
  2. Added class OauthPostFulfillmentStage

    Check response_mode in initialization
    scheibling committed May 6, 2022
    Configuration menu
    Copy the full SHA
    56183fd View commit details
    Browse the repository at this point in the history
  3. Corrected typo

    scheibling committed May 6, 2022
    Configuration menu
    Copy the full SHA
    b2acc22 View commit details
    Browse the repository at this point in the history
  4. Removed separate class

    Added handling for FORM_POST in create_response_uri
    Added handling for FORM_POST in return class
    scheibling committed May 6, 2022
    Configuration menu
    Copy the full SHA
    b7fd2b3 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2022

  1. Fixed pylint error (trailing-whitespace)

    Removed comment
    scheibling committed May 7, 2022
    Configuration menu
    Copy the full SHA
    5522f41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df2ebed View commit details
    Browse the repository at this point in the history