Skip to Content

Rock Solid Knowledge has released 4 new online tutorials to help you implement our “FIDO2 for ASP.NET” component. These tutorials cover common use cases such as ASP.NET Identity integration, IdentityServer integration, and how to switch to a completely passwordless authentication system.

ASP.NET Identity

This tutorial shows how you can integrate FIDO2 for ASP.NET with the default ASP.NET Identity template from Microsoft (see “Individual Authentication”), adapting the existing user authentication screens to use Multi-Factor Authentication (MFA) via FIDO2.

 

Source code

IdentityServer4

This tutorial shows how you can integrate FIDO2 for ASP.NET with the IdentityServer4 QuickStart UI with ASP.NET Identity. This again uses FIDO2 for MFA.

Source code

@github/webauthn-json

Learn how to improve your WebAuthn usage by using the webauthn-json library created by GitHub. Using this library involves a bit of webpack configuration, but overall, it removes the need for much of the JavaScript you wrote as part of the previous tutorials.

Source code

Passwordless

This tutorial shows how you can use FIDO2 for ASP.NET to completely remove passwords from your system. In this case, the FIDO authenticator is providing MFA using a single form-factor, where the second factor is a PIN or biometric local to the authenticator itself.

Source code

Next Steps & Tutorial Source Code

To get a demo license for FIDO for ASP.NET, simply complete the demo form on identitysever.com.

Make sure you subscribe to our YouTube channel for more tutorials or comment below with your idea for our next tutorial.

Related Articles

Related Links