Skip to content

Commit afe68d2

Browse files
committed
Add attestation metadata for YubiKey Bio
1 parent 798f5e9 commit afe68d2

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

NEWS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
== Version 1.10.0 ==
2+
3+
webauthn-server-attestatiton:
4+
5+
* Added attestation metadata for YubiKey Bio.
6+
7+
18
== Version 1.9.1 ==
29

310
* Added missing `<dependencyManagement>` declaration to

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

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"identifier": "2fb54029-7613-4f1d-94f1-fb876c14a6fe",
3-
"version": 15,
3+
"version": 16,
44
"vendorInfo": {
55
"url": "https://yubico.com",
66
"imageUrl": "https://developers.yubico.com/U2F/Images/yubico.png",
@@ -302,6 +302,24 @@
302302
}
303303
}
304304
]
305+
},
306+
307+
{
308+
"deviceId": "1.3.6.1.4.1.41482.1.9",
309+
"displayName": "YubiKey Bio",
310+
"transports": 4,
311+
"selectors": [
312+
{
313+
"type": "x509Extension",
314+
"parameters": {
315+
"key": "1.3.6.1.4.1.45724.1.1.4",
316+
"value": {
317+
"type": "hex",
318+
"value": "d8522d9f575b486688a9ba99fa02f35b"
319+
}
320+
}
321+
}
322+
]
305323
}
306324
]
307325
}

0 commit comments

Comments
 (0)