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

Support json key set in tokenKey #2343

Merged
merged 6 commits into from
Jun 16, 2023
Merged

Support json key set in tokenKey #2343

merged 6 commits into from
Jun 16, 2023

Commits on May 23, 2023

  1. Support json key set in tokenKey

    Why: OIDC IdP trust can be verified using tokenKeyUrl or tokenKey
    In case of tokenKeyUrl the jwks_uri is called to fetch all current keys in order to verify the JWT signature.
    In case of tokenKey there is currently only a single key possible. If the IdP has a dynamic key rotation, then trust breaks.
    strehle committed May 23, 2023
    Configuration menu
    Copy the full SHA
    4dd24ef View commit details
    Browse the repository at this point in the history
  2. symmetric key fix

    strehle committed May 23, 2023
    Configuration menu
    Copy the full SHA
    7792616 View commit details
    Browse the repository at this point in the history
  3. test renamed

    strehle committed May 23, 2023
    Configuration menu
    Copy the full SHA
    f685970 View commit details
    Browse the repository at this point in the history
  4. jackson ignore method

    strehle committed May 23, 2023
    Configuration menu
    Copy the full SHA
    a1aef75 View commit details
    Browse the repository at this point in the history
  5. sonar refactorings

    strehle committed May 23, 2023
    Configuration menu
    Copy the full SHA
    f156c53 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

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