mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-09 09:39:16 +08:00
added fido2 test json
This commit is contained in:
parent
dcfd75d1d0
commit
6d4552540b
1 changed files with 35 additions and 0 deletions
35
client/fido/fido2.json
Normal file
35
client/fido/fido2.json
Normal file
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"ClientDataHash": "000102030405060708090a0b0c0d0e0f000102030405060708090a0b0c0d0e0f",
|
||||
"RelyingPartyEntity": {
|
||||
"isMap": true,
|
||||
"id": "acme.com",
|
||||
"name": "Acme"
|
||||
},
|
||||
"UserEntity": {
|
||||
"isMap": true,
|
||||
"id": "00000000000000000000000000000000",
|
||||
"icon": "https://pics.acme.com/00/p/aBjjjpqPb.png",
|
||||
"name": "johnpsmith@acme.com",
|
||||
"displayName": "John P. Smith"
|
||||
},
|
||||
"pubKeyCredParams": [
|
||||
{
|
||||
"isMap": true,
|
||||
"type": "public-key",
|
||||
"alg": -7,
|
||||
"name": "ES256"
|
||||
},
|
||||
{
|
||||
"isMap": true,
|
||||
"type": "public-key",
|
||||
"alg": -257,
|
||||
"name": "RS256"
|
||||
}
|
||||
],
|
||||
"options": {
|
||||
"isMap": true,
|
||||
"up": false,
|
||||
"uv": false,
|
||||
"keyStorageDevice": true
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue