Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
selfissued committed Jan 22, 2025
2 parents 2832abb + 576440e commit 0517ac6
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions draft-jones-oauth-rfc7523bis.xml
Original file line number Diff line number Diff line change
Expand Up @@ -353,8 +353,9 @@
<t>
Authorization grant JWTs MUST be explicitly typed by using the
<spanx style="verb">typ</spanx> header parameter value
<spanx style="verb">authorization-grant+jwt</spanx>.
Authorization grant JWTs not using this explicit type value
<spanx style="verb">authorization-grant+jwt</spanx> or
another more specific explicit type value defined by a specification profiling this specification.
Authorization grant JWTs not using the explicit type value
MUST be rejected by the authorization server.
</t>
<t>
Expand Down Expand Up @@ -394,8 +395,9 @@
<t>
Client authentication JWTs MUST be explicitly typed by using the
<spanx style="verb">typ</spanx> header parameter value
<spanx style="verb">client-authentication+jwt</spanx>.
Client authentication JWTs not using this explicit type value
<spanx style="verb">client-authentication+jwt</spanx>
another more specific explicit type value defined by a specification profiling this specification.
Client authentication JWTs not using the explicit type value
MUST be rejected by the authorization server.
</t>
<t>If the client JWT is not valid, the
Expand Down

0 comments on commit 0517ac6

Please sign in to comment.