mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-19 12:59:44 -07:00
add test file with options for fido2
This commit is contained in:
parent
230af6226c
commit
7d0562a4d7
1 changed files with 33 additions and 0 deletions
33
client/fido/fido2.json
Normal file
33
client/fido/fido2.json
Normal file
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"ClientDataHash": "000102030405060708090a0b0c0d0e0f000102030405060708090a0b0c0d0e0f",
|
||||
"RelyingPartyEntity": {
|
||||
"id": "acme.com",
|
||||
"name": "Acme"
|
||||
},
|
||||
"UserEntity": {
|
||||
"id": "00000000000000000000000000000001",
|
||||
"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"
|
||||
},
|
||||
{
|
||||
"type": "public-key",
|
||||
"alg": -257,
|
||||
".name": "RS256"
|
||||
}
|
||||
],
|
||||
"MakeCredentialOptions": {
|
||||
"uv": false,
|
||||
"rk": true
|
||||
},
|
||||
"GetAssertionOptions": {
|
||||
"up": true,
|
||||
"uv": false
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue