@@ -191,10 +191,10 @@ The following example is the decoded header and payload of a JWT meeting the pro
191
191
}
192
192
.
193
193
{
194
- " iss " : " https://server .example.com" ,
194
+ " iss " : " https://attester .example.com" ,
195
195
" sub " : " https://client.example.com" ,
196
- " nbf" :1300815780,
197
- " exp" :1300819380,
196
+ " nbf " : 1300815780,
197
+ " exp " : 1300819380,
198
198
" cnf " : {
199
199
" jwk " : {
200
200
" kty " : " EC" ,
@@ -246,8 +246,8 @@ The following example is the decoded header and payload of a JWT meeting the pro
246
246
{
247
247
" iss " : " https://client.example.com" ,
248
248
" aud " : " https://as.example.com" ,
249
- " nbf" :1300815780,
250
- " exp" :1300819380,
249
+ " nbf " : 1300815780,
250
+ " exp " : 1300819380,
251
251
" jti " : " d25d00ab-552b-46fc-ae19-98f440f25064" ,
252
252
" nonce" : "5c1a9e10-29ff-4c2b-ae73-57c0957c09c4"
253
253
}
@@ -271,13 +271,13 @@ The following is an example of the OAuth-Client-Attestation header.
271
271
272
272
~~~
273
273
OAuth-Client-Attestation : eyJ0eXAiOiJvYXV0aC1jbGllbnQtYXR0ZXN0YXRpb24
274
- rand0IiwiYWxnIjoiRVMyNTYiLCJraWQiOiIxMSJ9.eyJpc3MiOiJodHRwczovL3NlcnZ
275
- lci5leGFtcGxlLmNvbSIsInN1YiI6Imh0dHBzOi8vY2xpZW50LmV4YW1wbGUuY29tIiwi
276
- bmJmIjoxMzAwODE1NzgwLCJleHAiOjEzMDA4MTkzODAsImNuZiI6eyJqd2siOnsia3R5I
277
- joiRUMiLCJ1c2UiOiJzaWciLCJjcnYiOiJQLTI1NiIsIngiOiIxOHdITGVJZ1c5d1ZONl
278
- ZEMVR4Z3BxeTJMc3pZa01mNko4bmpWQWlidmhNIiwieSI6Ii1WNGRTNFVhTE1nUF80Zlk
279
- 0ajhpcjdjbDFUWGxGZEFnY3g1NW83VGtjU0EifX19.pvZKZSdfEHMoc9Bb3liuLYDGWFl
280
- kxQUOVJ94H_GUKxYoCI6pfUffg18lKjlwE-8TeZ2k9vql1E0BR5Nu0Ed_kw
274
+ rand0IiwiYWxnIjoiRVMyNTYiLCJraWQiOiIxMSJ9.eyJpc3MiOiJodHRwczovL2F0dGV
275
+ zdGVyLmV4YW1wbGUuY29tIiwic3ViIjoiaHR0cHM6Ly9jbGllbnQuZXhhbXBsZS5jb20i
276
+ LCJuYmYiOjEzMDA4MTU3ODAsImV4cCI6MTMwMDgxOTM4MCwiY25mIjp7Imp3ayI6eyJrd
277
+ HkiOiJFQyIsInVzZSI6InNpZyIsImNydiI6IlAtMjU2IiwieCI6IjE4d0hMZUlnVzl3Vk
278
+ 42VkQxVHhncHF5MkxzellrTWY2SjhualZBaWJ2aE0iLCJ5IjoiLVY0ZFM0VWFMTWdQXzR
279
+ mWTRqOGlyN2NsMVRYbEZkQWdjeDU1bzdUa2NTQSJ9fX0.4bCswkgmUHw06kKdiS2KEySR
280
+ gjj73yCEIcrz3Mv7Bgns4Bm1tCQ9FAqMLtgzb5NthwJT9AhAEBogbiD5DtxV1g
281
281
~~~
282
282
283
283
The following is an example of the OAuth-Client-Attestation-PoP header.
@@ -584,6 +584,7 @@ This section requests registration of the following scheme in the "Hypertext Tra
584
584
585
585
We would like to thank
586
586
Brian Campbell,
587
+ Filip Skokan,
587
588
Francesco Marino,
588
589
Guiseppe De Marco,
589
590
Kristina Yasuda,
0 commit comments