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

fix: rfc9068 must condition ignored in introspection #767

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Feb 15, 2024

  1. fix: rfc9068 must condition ignored in introspection

    This fixes an outstanding TODO where the requirement for a correctly formed RFC9068 access token MUST have the media type of 'application/at+jwt', and that this media type MUST be appropriately reflected in the typ header as either 'at+jwt' (SHOULD), or as the media type itself. See https://datatracker.ietf.org/doc/html/rfc9068#section-2.1 for more information.
    james-d-elliott committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    4547023 View commit details
    Browse the repository at this point in the history
  2. test: add tests

    james-d-elliott committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    cf41b86 View commit details
    Browse the repository at this point in the history