Skip to content

Commit 63d6af1

Browse files
committed
Update demo metadata.json
Update from https://developers.yubico.com/U2F/yubico-metadata.json
1 parent f2ecda9 commit 63d6af1

File tree

1 file changed

+44
-2
lines changed

1 file changed

+44
-2
lines changed

webauthn-server-demo/src/main/resources/metadata.json

Lines changed: 44 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"identifier": "2fb54029-7613-4f1d-94f1-fb876c14a6fe",
3-
"version": 17,
3+
"version": 19,
44
"vendorInfo": {
55
"url": "https://yubico.com",
66
"imageUrl": "https://developers.yubico.com/U2F/Images/yubico.png",
@@ -40,6 +40,46 @@
4040
]
4141
},
4242

43+
{
44+
"deviceId": "1.3.6.1.4.1.41482.1.1",
45+
"displayName": "Security Key NFC by Yubico",
46+
"transports": 12,
47+
"deviceUrl": "https://support.yubico.com/support/solutions/articles/15000019469-security-key-nfc",
48+
"imageUrl": "https://developers.yubico.com/U2F/Images/YK5NFC-CNFC.png",
49+
"selectors": [
50+
{
51+
"type": "x509Extension",
52+
"parameters": {
53+
"key": "1.3.6.1.4.1.45724.1.1.4",
54+
"value": {
55+
"type": "hex",
56+
"value": "a4e9fc6d4cbe4758b8ba37598bb5bbaa"
57+
}
58+
}
59+
}
60+
]
61+
},
62+
63+
{
64+
"deviceId": "1.3.6.1.4.1.41482.1.1",
65+
"displayName": "Security Key NFC by Yubico - Enterprise Edition",
66+
"transports": 12,
67+
"deviceUrl": "https://support.yubico.com/support/solutions/articles/15000019469-security-key-nfc",
68+
"imageUrl": "https://developers.yubico.com/U2F/Images/YK5NFC-CNFC.png",
69+
"selectors": [
70+
{
71+
"type": "x509Extension",
72+
"parameters": {
73+
"key": "1.3.6.1.4.1.45724.1.1.4",
74+
"value": {
75+
"type": "hex",
76+
"value": "0bb43545fd2c418587ddfeb0b2916ace"
77+
}
78+
}
79+
}
80+
]
81+
},
82+
4383
{
4484
"deviceId": "1.3.6.1.4.1.41482.1.1",
4585
"displayName": "Security Key by Yubico",
@@ -178,7 +218,7 @@
178218
"displayName": "YubiKey 5/5C NFC",
179219
"transports": 12,
180220
"deviceUrl": "https://support.yubico.com/support/solutions/articles/15000014174--yubikey-5-nfc",
181-
"imageUrl": "https://developers.yubico.com/U2F/Images/YK5.png",
221+
"imageUrl": "https://developers.yubico.com/U2F/Images/YK5NFC-CNFC.png",
182222
"selectors": [
183223
{
184224
"type": "x509Extension",
@@ -308,6 +348,8 @@
308348
"deviceId": "1.3.6.1.4.1.41482.1.9",
309349
"displayName": "YubiKey Bio - FIDO Edition",
310350
"transports": 4,
351+
"deviceUrl": "https://support.yubico.com/hc/en-us/articles/4407743521810-YubiKey-Bio-FIDO-Edition",
352+
"imageUrl": "https://developers.yubico.com/U2F/Images/BIO.png",
311353
"selectors": [
312354
{
313355
"type": "x509Extension",

0 commit comments

Comments
 (0)