Release date 2025/10/01
Feature
-
Added support for additional claim validations, including
notbefore
,issuer
,subject
, andaudience
. -
Added new options to support claim existence verification:
access_channel_token_(introspection_)required_claims.
The specified claims must be present in the token payload. -
Added new options to support optional claim verification:
access_channel_token_(introspection_)optional_claims.
The specified claims are verified only if they are present. -
Added new options
access_token_signing
andchannel_token_signing
to quickly turn on and off token signing or re-signing.