fido2-net-lib icon indicating copy to clipboard operation
fido2-net-lib copied to clipboard

FIDO2 .NET library for FIDO2 / WebAuthn Attestation and Assertion using .NET

Results 116 fido2-net-lib issues
Sort by recently updated
recently updated
newest added

I think this might got lost in the most recent package configuration. It's currently missing: ![image](https://user-images.githubusercontent.com/357283/62297894-48133300-b472-11e9-84a0-acb890937157.png) It's as simple as adding `true` to the csproj but we get a lot...

I have a second sample credential store (on prem active directory) nearly ready to test. Currently it is fairly messy to switch the code in the controller out from one...

I would like to propose to generate a documentation for the API by using [docfx](https://github.com/dotnet/docfx). Related to: #53.

enhancement
help wanted

I get a lot of emails about how this can be integrated with both on-premise AD and Azure AD. @aseigler You have worked on this. Can we do a write-up...

https://docs.microsoft.com/en-us/dotnet/standard/library-guidance/

This issue should be closed once: - All classes in the library has well written intellisense xml documentation notes - Configuration options and notes are clearly described in readme

enhancement
help wanted

~~LibLog: https://github.com/damianh/LibLog~~ ~~And we should add error logs when running without MDS.~~ We should use https://www.nuget.org/packages/Microsoft.Extensions.Logging.Abstractions and add informational logs thought out the library.

enhancement

Link to the demos were broken.

Posting for early feedback. - Introduces a Fido2ErrorCode to check for specific exception cases more easily - Update the Cbor namespace to use file-scoped namespaces - Eliminates linq usage in...