I am attempting to add FIDO support to an existing ASP.NET web application, the FIDO server I am attempting to communicate with is based on the FIDO 1.0 UAF spec.
I have tried to handle the FIDO 1.0 UAF operations in .NET, but thus far have had little luck in doing so.
Alternatively, I see there is a FIDO 2.0 WebAuthn library, however can this be used to communicate with the FIDO 1.0 UAF server? Looking at the FIDO 2.0 spec its not clear whether FIDO 2.0 is backwards compatible.