style
[RRG-proxmark3.git] / client / resources / hf_fido2_defparams.json
blobabbfae5dce2071b47d708876fde7b972742570c3
2   "ClientDataHash": "000102030405060708090a0b0c0d0e0f000102030405060708090a0b0c0d0e0f",
3   "RelyingPartyEntity": {
4     "id": "acme.com",
5     "name": "Acme"
6   },
7   "UserEntity": {
8     "id": "00000000000000000000000000000001",
9     "icon": "https://pics.acme.com/00/p/aBjjjpqPb.png",
10     "name": "johnpsmith@acme.com",
11     "displayName": "John P. Smith"
12   },
13   "pubKeyCredParams": [
14     {
15       "type": "public-key",
16       "alg": -7,
17       ".name": "ES256"
18     },
19     {
20       "type": "public-key",
21       "alg": -257,
22       ".name": "RS256"
23     }
24   ],
25   "MakeCredentialOptions": {
26     "uv": false,
27     "rk": true
28   },
29   "GetAssertionOptions": {
30     "up": true,
31     "uv": false
32   }