Support for dpop_bound_access_tokens in client metadata

Issue #467 resolved
Henri Mikkonen created an issue

Do you plan to support dpop_bound_access_tokens in registration metadata as specified in https://datatracker.ietf.org/doc/html/rfc9449#name-client-registration-metadat ?

Obviously I can also use ClientMetadata.setCustomField("dpop_bound_access_tokens", true) and corresponding getter. But I’m wondering will that approach be compatible with the future versions of the Nimbus library if you add new variable with setter/getter methods for that flag?

Comments (2)

  1. Yavor Vasilev

    New release:

    version 11.11 (2024-05-15)
        * Adds support for the dpop_bound_access_tokens OAuth 2.0 client metadata
          parameter.
        * Updates to Nimbus JOSE+JWT 9.39.1
    

  2. Log in to comment