I know that fido is for authentication in web applications. But my question is whether fido is also suitable for authentication on a local .net application. The Fido server should be on the same computer as the .net application, since the computer is not on the Internet.
If that's possible in principle, I'm wondering how the authentication works. Does the app have to open the browser on which the WebAuthn API is located during the login process? Or is there a solution to use the WebAuthn API directly from the .net application?
Thanks in advance.