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

providers/proxy: rework redirect mechanism #8594

Merged
merged 9 commits into from May 6, 2024

Commits on Apr 28, 2024

  1. providers/proxy: rework redirect mechanism

    Signed-off-by: Jens Langhammer <jens@goauthentik.io>
    BeryJu committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    48afed7 View commit details
    Browse the repository at this point in the history
  2. add session id, don't tie to state in session

    Signed-off-by: Jens Langhammer <jens@goauthentik.io>
    BeryJu committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    210734a View commit details
    Browse the repository at this point in the history
  3. handle state failing to parse

    Signed-off-by: Jens Langhammer <jens@goauthentik.io>
    BeryJu committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    98045be View commit details
    Browse the repository at this point in the history
  4. fix

    Signed-off-by: Jens Langhammer <jens@goauthentik.io>
    BeryJu committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    d6af62a View commit details
    Browse the repository at this point in the history
  5. save session after creating state

    Signed-off-by: Jens Langhammer <jens@goauthentik.io>
    BeryJu committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    98f373a View commit details
    Browse the repository at this point in the history
  6. remove debug

    Signed-off-by: Jens Langhammer <jens@goauthentik.io>
    BeryJu committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    2dd8d5c View commit details
    Browse the repository at this point in the history
  7. include task expiry in status

    Signed-off-by: Jens Langhammer <jens@goauthentik.io>
    BeryJu committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    537ee52 View commit details
    Browse the repository at this point in the history
  8. fix redirect URL detection

    Signed-off-by: Jens Langhammer <jens@goauthentik.io>
    BeryJu committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    b89ad9a View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. fix tests

    Signed-off-by: Jens Langhammer <jens@goauthentik.io>
    BeryJu committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    ba1c6e3 View commit details
    Browse the repository at this point in the history