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

feat(saml): Update SAML to use Spring Security #1744

Merged
merged 12 commits into from May 8, 2024

Commits on Nov 28, 2023

  1. feat(saml): Update SAML to use Spring Security

    This updates `gate-saml` to use the built-in SAML support in Spring
    Security which uses OpenSAML 4.x. Nearly all the previously supported
    properties for SAML are still supported, though a couple niche options
    no longer seem to be configurable.
    
    This also introduces `AuthenticationService`, a variation of
    `PermissionService` which can also return a user's granted authorities
    in one login call. It was also used for exception translation previously
    as retrofit exceptions are not serializable which would cause errors in
    Spring Security authentication failure error handlers, but the
    underlying exception being thrown has since been updated to avoid that
    problem.
    jvz committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    52b39b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ac77e5 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

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

Commits on Dec 5, 2023

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

Commits on Dec 22, 2023

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

Commits on Jan 22, 2024

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

Commits on Feb 23, 2024

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

Commits on Mar 1, 2024

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

Commits on Mar 23, 2024

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

Commits on Mar 28, 2024

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

Commits on Apr 16, 2024

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

Commits on May 8, 2024

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