Passwordless - FIDO2 for .NET

Enabling smoooth sign in using FIDO2 / WebAuthn

Custom

In this scenario we have removed the need for passwords. We will use the settings set by you when registering your credentials. This is useful if you want to try differences or browser support etc.

Note: When we say passwordless, what we mean is that no password is sent over the internet or stored in a database. Password, PINs or Biometrics might be used by the authenticator on the client

Register user

Sign in

Advanced settings

These settings are typically administred by the RP but for demo purposes we expose them to you for testing behaviours and browser support

UserVerification can be changed for both register & login

Read the source code for this demo here: custom.register.js and custom.login.js