fido2-net-lib
                                
                                 fido2-net-lib copied to clipboard
                                
                                    fido2-net-lib copied to clipboard
                            
                            
                            
                        FIDO2 .NET library for FIDO2 / WebAuthn Attestation and Assertion using .NET
I've recently had to implement app validation on a REST API for Apple's App Attest Service (which is based around issuing a WebAuthn Attestation object). Apple's documentation is located at...
When running the FIDO Alliance conformance tests (v1.7.2) against the latest fido2-net-lib master several errors are seen that were not present before the MDS3 support was added. In one of...
When verifying an assertion, the API consumer already needs to look up the stored public key corresponding to the received `CredentialId` in order to call `MakeAssertionAsync()`. - That could be...
Is there an example in this repo for signing sha-3-512 hashes per these docs? https://developers.yubico.com/WebAuthn/Concepts/Using_WebAuthn_for_Signing.html
Fixes #419. Fixes #497.
Currently, the codebase contains public members without corresponding XML comments (CS1591 warning). This issue is created to track and ensure the addition of proper documentation for these elements.
I am using Blazor WASM .net 7 and have success with attestation / registration. I am testing using https://localhost . This issue happens on both Chrome and firefox latest versions...
passes: 128 failures: 19 -> passes:164 failures: 0 changes / fixed testcases TrustAnchor.cs : 32 Server-ServerAuthenticatorAttestationResponse-Resp-5 Test server processing "packed" FULL attestation F-10 Send ServerAuthenticatorAttestationResponse with FULL "packed" attestation, with...
I would be really helpful to annotate the nullability of the `Fido2.Models` types. In other words, to set `enable` in the `Fido2.Models` project. This way, it would become clear for...
I am having issues testing the use of the DevicePubKey proposed extension ([DevicePubKey](https://pr-preview.s3.amazonaws.com/w3c/webauthn/pull/1663.html#sctn-device-publickey-extension)) that seems to be supported (although the documentation for AuthenticationsExtensionsClientInputs.DevicePubKey is misleading). UserController enables this extension. I...