Skip to content

Commit 9a1cfbc

Browse files
committed
Check in an MDS file (for testing)
1 parent b92ea6c commit 9a1cfbc

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed

mds.json

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
{
2+
"legalHeader": "https://fidoalliance.org/metadata/metadata-statement-legal-header/",
3+
"description": "FIDO2 Javacard Applet",
4+
"aaguid": "00000000-0000-0000-0000-000000000000",
5+
"alternativeDescriptions": {
6+
},
7+
"protocolFamily": "fido2",
8+
"schema": 3,
9+
"authenticatorVersion": 1,
10+
"upv": [
11+
{ "major": 1, "minor": 1 },
12+
{ "major": 1, "minor": 0 }
13+
],
14+
"authenticationAlgorithms": ["secp256r1_ecdsa_sha256_raw"],
15+
"publicKeyAlgAndEncodings": ["cose"],
16+
"attestationTypes": ["basic_surrogate"],
17+
"userVerificationDetails": [
18+
[
19+
{"userVerificationMethod": "none"}
20+
],
21+
[
22+
{"userVerificationMethod": "presence_internal"}
23+
],
24+
[{
25+
"userVerificationMethod": "passcode_external",
26+
"caDesc": {
27+
"base": 10,
28+
"minLength": 4
29+
}
30+
}]
31+
],
32+
"keyProtection": ["hardware", "secure_element"],
33+
"matcherProtection": ["on_chip"],
34+
"cryptoStrength": 128,
35+
"attachmentHint": ["nfc"],
36+
"tcDisplay": [],
37+
"attestationRootCertificates": [],
38+
"authenticatorGetInfo": {
39+
"versions": [ "FIDO_2_0", "FIDO_2_1" ],
40+
"extensions": [ "credProtect", "hmac-secret" ],
41+
"aaguid": "00000000000000000000000000000000",
42+
"options": {
43+
"rk": true,
44+
"clientPin": false,
45+
"up": true,
46+
"alwaysUv": true,
47+
"credMgmt": true,
48+
"makeCredUvNotRqd": false,
49+
"pinUvAuthToken": true
50+
},
51+
"maxMsgSize": 1024,
52+
"pinUvAuthProtocols": [1, 2],
53+
"maxCredentialCountInList": 10,
54+
"maxCredentialIdLength": 64,
55+
"defaultCredProtect": 3,
56+
"firmwareVersion": 1,
57+
"remainingDiscoverableCredentials": 50
58+
}
59+
}

0 commit comments

Comments
 (0)