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 an AssertionHandler to the middleware #509

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

Commits on Mar 20, 2023

  1. update package name

    Kevin Coxe committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    13dd5e9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from kevcoxe/update-package-name

    update package name
    kevcoxe committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    55d6ab3 View commit details
    Browse the repository at this point in the history
  3. more updates to package name

    Kevin Coxe committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    cdd1ae8 View commit details
    Browse the repository at this point in the history
  4. use new saml handler

    Kevin Coxe committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    c01c34d View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. change from application handler to assertion handler

    Kevin Coxe committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    89b2b60 View commit details
    Browse the repository at this point in the history
  2. remove useless coment

    Kevin Coxe committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    9cc3cbb View commit details
    Browse the repository at this point in the history
  3. Add SamlAssertionHandler to middleware

    Kevin Coxe committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    15edc67 View commit details
    Browse the repository at this point in the history
  4. keep import order

    Kevin Coxe committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    263e15a View commit details
    Browse the repository at this point in the history
  5. fix spelling

    Kevin Coxe committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    ef8ee07 View commit details
    Browse the repository at this point in the history
  6. add in BassicAssertionHandler to do nothing by default

    Kevin Coxe committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    dee0fb0 View commit details
    Browse the repository at this point in the history
  7. fix lint

    Kevin Coxe committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    48ad9b1 View commit details
    Browse the repository at this point in the history
  8. fix lint

    Kevin Coxe committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    57cf869 View commit details
    Browse the repository at this point in the history