Yubico / Yubico.NET.SDK

A YubiKey SDK for .NET developers
Apache License 2.0
96 stars 48 forks source link

credBlob and largeBlob support #56

Closed barnabas90 closed 11 months ago

barnabas90 commented 11 months ago

Hey, I'm working on a small app that supports passkey registration/authentication and I'd like to try out the credBlob and largeBlob extensions as well. Unfortunately all my yubikeys (series 5) here lack the support for these extensions (according to the sdk's authenticator info class), and I couldn't find any reliable source of information about which yubikeys support these extensions. However I found some hints that the yubikey bio product line might support it, could anyone confirm that information?

GregDomzalski commented 11 months ago

Yes, our YubiKey Bio products have newer FIDO implementations than our standard keys.

barnabas90 commented 11 months ago

Thank you!