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

feature: Store client authentication method in JWT #2385

Merged
merged 9 commits into from
Jul 12, 2023

Commits on Jun 22, 2023

  1. Store client authentication method in JWT

    Why: UAA historical supported only secret based client authentication, so no need to have this information on client side.
    No there is a public usage, later private_key_jwt should be supported. Maybe then tls_client_auth.
    strehle committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    bfd72d2 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Configuration menu
    Copy the full SHA
    14d61fa View commit details
    Browse the repository at this point in the history
  2. refactor

    strehle committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    dfa37c3 View commit details
    Browse the repository at this point in the history
  3. tests

    strehle committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    119c206 View commit details
    Browse the repository at this point in the history
  4. tests

    strehle committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    021fc4f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    df727dc View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. more tests

    strehle committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    37745b9 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Configuration menu
    Copy the full SHA
    0fecb6c View commit details
    Browse the repository at this point in the history
  2. review

    strehle committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    af5650a View commit details
    Browse the repository at this point in the history