Skip to content

Commit 9561b98

Browse files
committed
remove annex as key attestations are moved out of scope for now
1 parent 52766bc commit 9561b98

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

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

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -359,39 +359,6 @@ This section requests registration of the following scheme in the "Hypertext Tra
359359

360360
--- back
361361

362-
# Additional Examples
363-
364-
## Wallet Instance Attestation
365-
366-
This non-normative example shows a client attestations used as an wallet instance attestation in the context of eIDAS 2.0 {{ARF}}, e.g. to secure a Type-1 configuration credential. The additional claims describe the wallet's device binding und user binding capabilities and the achievable level of assurance.
367-
368-
~~~
369-
{
370-
"typ": "wallet-attestation+jwt",
371-
"alg": "ES256",
372-
"kid": "1"
373-
}
374-
.
375-
{
376-
"iss": "https://attestation-service.com",
377-
"sub": "https://wallet-provider.com",
378-
"iat": 1541493724,
379-
"exp": 1516247022,
380-
"attested_security_context" : "https://eu-trust-list.eu/asc/high",
381-
"cnf": {
382-
"jwk" : {
383-
"kty": "EC",
384-
"crv": "P-256",
385-
"x": "TCAER19Zvu3OHF4j4W4vfSVoHIP1ILilDls7vCeGemc",
386-
"y": "ZxjiWWbZMQGHVWKVQ4hbSIirsVfuecCE6t4jT9F2HZQ"
387-
},
388-
"key_type" : "STRONGBOX",
389-
"user_authentication" : "SYSTEM_PIN"
390-
}
391-
}
392-
393-
~~~
394-
395362
# Document History
396363

397364
-04

0 commit comments

Comments
 (0)