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

Authn jwt refactor v4 #2817

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

Authn jwt refactor v4 #2817

wants to merge 3 commits into from

Commits on Jun 13, 2023

  1. Authn-JWT refactor

    This commit migrates the existing authn-jwt functionality to the new Strategy/ResolveIdentity architecture.
    jvanderhoof committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    5fcbf0e View commit details
    Browse the repository at this point in the history
  2. Interface updates to Authn-OIDC code redirect authentication flow

    This commit updates the previously implemented authn-oidc workflow to adhere to the small changes in interface
    defined in the authn-jwt refactor
    jvanderhoof committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    d035e93 View commit details
    Browse the repository at this point in the history
  3. Removes previous authn-jwt code

    This commit removes the previous authn-jwt implementation and unit tests.
    jvanderhoof committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    f6f35d8 View commit details
    Browse the repository at this point in the history