Error in JWT claim definitions for client authentication

Issue #982 resolved
Justin Richer created an issue

In the definitions of client_secret_jwt and private_key_jwt, the exp claim is defined as:

exp REQUIRED. Expiration time on or after which the ID Token MUST NOT be accepted for processing.

These should likely both say “the JWT MUST NOT” instead of “the ID Token MUST NOT”.

Comments (3)

  1. Log in to comment