proxmark3/client/fido/fido2.json

29 lines
602 B
JSON
Raw Normal View History

2018-11-19 01:18:18 +08:00
{
"ClientDataHash": "000102030405060708090a0b0c0d0e0f000102030405060708090a0b0c0d0e0f",
"RelyingPartyEntity": {
"id": "acme.com",
"name": "Acme"
},
"UserEntity": {
2018-11-22 02:39:26 +08:00
"id": "00000000000000000000000000000001",
2018-11-19 01:18:18 +08:00
"icon": "https://pics.acme.com/00/p/aBjjjpqPb.png",
"name": "johnpsmith@acme.com",
"displayName": "John P. Smith"
},
"pubKeyCredParams": [
{
"type": "public-key",
"alg": -7,
".name": "ES256"
2018-11-19 01:18:18 +08:00
},
{
"type": "public-key",
"alg": -257,
".name": "RS256"
2018-11-19 01:18:18 +08:00
}
],
"options": {
"uv": false,
2018-11-22 19:41:44 +08:00
"rk": false
2018-11-19 01:18:18 +08:00
}
}