Yubico / Yubico.NET.SDK

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

Getting Attestation Object for new FIDO2 credential #30

Closed igalfsg closed 1 year ago

igalfsg commented 1 year ago

Hi,

When Making the FIDO2 credential using the SDK I am trying to also get the attestation object (https://w3c.github.io/webauthn/#sctn-attestation) I know the MakeCredentialData has all the information required to create my own but wanted to double check if the SDK had a function I missed that I could use before encoding my own Attestation object.

Thanks in advance

GregDomzalski commented 1 year ago

No, I don't think the SDK unpacks that all for you. What you get in MakeCredentialData and AuthenticatorData is all that is available in this release.

igalfsg commented 1 year ago

ok thanks :)