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

token introspect remove client id constraint #363

Merged
merged 3 commits into from
Aug 24, 2024

Commits on Aug 24, 2024

  1. token introspect remove client id constraint

    previously could only introspect a client_id's own token, introspect
    needs to be able to introspect any token for an issuer.
    Dan Janowski authored and maennchen committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    ce3723a View commit details
    Browse the repository at this point in the history
  2. revert default introspect client_id behaviour, add option for issuer

    add client_self_only option with default of true to
    require client_id match of self client_id and token client_id
    when false, disables match and returns only introspect result.
    Dan Janowski authored and maennchen committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    6314cd2 View commit details
    Browse the repository at this point in the history
  3. fixup

    maennchen committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    fbab9ed View commit details
    Browse the repository at this point in the history