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 support for POST on a wrapped request #534

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Sep 8, 2023

  1. Added POST support to request_tracker

    In the case where you've used samlsp to wrap an endpoint that may get a POST request,
    the previous implemetation just did a HTTP Redirect after the SAML assertion was done.
    sfc-gh-thardie committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    49fec54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    daf70b8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from sfc-gh-thardie/extended_request_tracker

    Added POST support to request_tracker
    sfc-gh-thardie committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    e85c781 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

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

Commits on Feb 5, 2024

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