This is a minor release which adds:
- Support for RFC 9701 (JWT Introspection Response)
- Support for optional claims from RFC 7662 (Token Introspection)
- Support for new token 'typ' from RFC 7523 bis (JWT Client Authentication)
- Support for token endpoint authentication signing algorithms in discovery document
Detailed Changes
- Add properties to TokenIntrospectionResponse for all optional claims in RFC 7662 by @0xced in #55
- Mark DateTimeExtensions methods as obsolete by @0xced in #56
- Add constants for protocol parameters from RFC 9701 by @bhazen in #174
- Adds support for requesting & receiving JWT-based token introspection requests by @StuFrankish in #179
- Edit DiscoveryEndpoint xmldoc for clarity by @josephdecock in #181
- Add PAR endpoint to mtls_endpoint_aliases by @josephdecock in #182
- Add ClientAuthentication JWT claim type for private_key_jwt by @josephdecock in #186
- Support token_endpoint_auth_signing_alg_values_supported by @josephdecock in #203
Contributors
Thanks to the Duende.IdentityModel community for your involvement with issues and pull requests!