Skip to content

Commit abe7935

Browse files
author
Giuseppe De Marco
authored
Merge pull request #460 from Zicchio/ro_typ
typ in req obj jwt
2 parents 7699bcf + 63c361b commit abe7935

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/en/remote-flow.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ where a non-normative example in the form of decoded header and payload is shown
240240
241241
{
242242
"alg": "ES256",
243-
"typ": "JWT",
243+
"typ": "oauth-authz-req+jwt",
244244
"kid": "9tjiCaivhWLVUJ3AxwGGz_9",
245245
"trust_chain": [
246246
"MIICajCCAdOgAwIBAgIC...awz",
@@ -275,7 +275,7 @@ The JWS header parameters are described below:
275275
* - **alg**
276276
- Algorithm used to sign the JWT, according to [:rfc:`7516#section-4.1.1`]. It MUST be one of the supported algorithms in Section *Cryptographic Algorithms* and MUST NOT be set to ``none`` or to a symmetric algorithm (MAC) identifier.
277277
* - **typ**
278-
- Media Type of the JWT, as defined in [:rfc:`7519`].
278+
- Media Type of the JWT, as defined in [:rfc:`7519`] and [:rfc:`9101`]. It SHOULD be set to the value ``oauth-authz-req+jwt``.
279279
* - **kid**
280280
- Key ID of the public key needed to verify the JWS signature, as defined in [:rfc:`7517`]. REQUIRED when ``trust_chain`` is used.
281281
* - **trust_chain**

0 commit comments

Comments
 (0)