Skip to content

Commit

Permalink
Make JWK format validation language more specific
Browse files Browse the repository at this point in the history
  • Loading branch information
twiss committed Oct 21, 2024
1 parent f6d2b01 commit 9cd8b2e
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions spec/Overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -10535,7 +10535,8 @@ <h4>Operations</h4>
<ol>
<li>
<p>
If |jwk| does not meet the requirements of Section 2
If |jwk| does not meet the requirements of
the JWK private key format described in Section 2
of [[RFC8037]], then [= exception/throw =] a {{DataError}}.
</p>
</li>
Expand All @@ -10559,7 +10560,8 @@ <h4>Operations</h4>
<ol>
<li>
<p>
If |jwk| does not meet the requirements of Section 2
If |jwk| does not meet the requirements of
the JWK public key format described in Section 2
of [[RFC8037]], then [= exception/throw =] a {{DataError}}.
</p>
</li>
Expand Down Expand Up @@ -11389,7 +11391,8 @@ <h4>Operations</h4>
<ol>
<li>
<p>
If |jwk| does not meet the requirements of Section 2
If |jwk| does not meet the requirements of
the JWK private key format described in Section 2
of [[RFC8037]], then [= exception/throw =] a {{DataError}}.
</p>
</li>
Expand All @@ -11413,7 +11416,8 @@ <h4>Operations</h4>
<ol>
<li>
<p>
If |jwk| does not meet the requirements of Section 2
If |jwk| does not meet the requirements of
the JWK public key format described in Section 2
of [[RFC8037]], then [= exception/throw =] a {{DataError}}.
</p>
</li>
Expand Down

0 comments on commit 9cd8b2e

Please sign in to comment.