Originally submitted by Andrii Deinega (Andrii Deinega) on 2024-07-29
The OpenID Connect Core 1.0 incorporating (errata set 2) neither defines a value for the “typ” header parameter nor requires the use of it (see section the explicit typing in RFC 8725 JSON Web Token Best Current Practices).
The suggestion is at least to recommend using it for 1.0.
Newer versions of the spec can require it, the same holds true for Logout Tokens
It is RECOMMENDED that Logout Tokens be explicitly typed. This is accomplished by including a typ (type) Header Parameter with a value of logout+jwt in the Logout Token.
and for JWT assertions that are used as client credentials (client_secret_jwt and private_key_jwt).
Bitbucket status: open
Bitbucket origin: issue 2162
The OpenID Connect Core 1.0 incorporating (errata set 2) neither defines a value for the “typ” header parameter nor requires the use of it (see section the explicit typing in RFC 8725 JSON Web Token Best Current Practices).
The suggestion is at least to recommend using it for 1.0.
Newer versions of the spec can require it, the same holds true for Logout Tokens
and for JWT assertions that are used as client credentials (client_secret_jwt and private_key_jwt).
Bitbucket status: open
Bitbucket origin: issue 2162