Skip to content

Commit

Permalink
Merge pull request #460 from Zicchio/ro_typ
Browse files Browse the repository at this point in the history
typ in req obj jwt
  • Loading branch information
peppelinux authored Oct 25, 2024
2 parents 7699bcf + 63c361b commit abe7935
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en/remote-flow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ where a non-normative example in the form of decoded header and payload is shown
{
"alg": "ES256",
"typ": "JWT",
"typ": "oauth-authz-req+jwt",
"kid": "9tjiCaivhWLVUJ3AxwGGz_9",
"trust_chain": [
"MIICajCCAdOgAwIBAgIC...awz",
Expand Down Expand Up @@ -275,7 +275,7 @@ The JWS header parameters are described below:
* - **alg**
- 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.
* - **typ**
- Media Type of the JWT, as defined in [:rfc:`7519`].
- Media Type of the JWT, as defined in [:rfc:`7519`] and [:rfc:`9101`]. It SHOULD be set to the value ``oauth-authz-req+jwt``.
* - **kid**
- Key ID of the public key needed to verify the JWS signature, as defined in [:rfc:`7517`]. REQUIRED when ``trust_chain`` is used.
* - **trust_chain**
Expand Down

0 comments on commit abe7935

Please sign in to comment.