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

fixed #2240 secondary ext-jwt processing would fail... #2242

Merged
merged 2 commits into from
Jul 18, 2024

Commits on Jul 16, 2024

  1. fixed #2240 secondary ext-jwt processing would fail...

    ...if ext-jwt primary wasn't enabled.
    
    - fixes extra JWT processing on authentication endpoints (that would
      never pass)
    - updates error message for missing NamedIndexStore implementations
    - fixes ext-jwt store error stating that a named index is not present
    andrewpmartinez committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    54c9f82 View commit details
    Browse the repository at this point in the history
  2. adds ext jwt primary + secondary option

    - verify up to a max number of jwts (hard coded at 2)
    - verify by batching and output logging values on failure
    andrewpmartinez committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    9e8a272 View commit details
    Browse the repository at this point in the history