Skip to content

Commit 513ebdd

Browse files
authored
Merge pull request #121 from thomasdarimont/fix/fix-client-pop-jwt-example
Add missing +jwt in Client Attestation PoP JWT example
2 parents 78ed1e4 + cca859b commit 513ebdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

draft-ietf-oauth-attestation-based-client-auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ The following example is the decoded header and payload of a JWT meeting the pro
239239

240240
~~~
241241
{
242-
"typ": "oauth-client-attestation-pop",
242+
"typ": "oauth-client-attestation-pop+jwt",
243243
"alg": "ES256"
244244
}
245245
.

0 commit comments

Comments
 (0)