From 15d8e0264d7be1e601dbad4f9c27991c99e45bc4 Mon Sep 17 00:00:00 2001
From: Alex Seigler
Bringing FIDO2 & WebAuthn to asp.net, .net core and full framework.
- Available on GitHub and Nuget. + Available on GitHub and Nuget.
@@ -74,7 +74,7 @@ - Device embedded authenticators aka platform authenticators , like Android Key and TPM) + Device embedded authenticators aka platform authenticators, like Android Key and TPM)The code for this demo can be found at the Fido2.net-lib repo and the original source here.
+The code for this demo can be found at the Fido2.net-lib repo and the original source here.
To see what's happening under the hood when you create a test user and login using WebAuthn below, you can open your web browser's console and see the output of the necessary credential objects being used. @@ -187,7 +187,7 @@
These settings are typically administred by the RP but for demo purposes we expose them to you for testing behaviours and browser support
diff --git a/Demo/wwwroot/js/custom.register.js b/Demo/wwwroot/js/custom.register.js index 85a07a80..6041bb1a 100644 --- a/Demo/wwwroot/js/custom.register.js +++ b/Demo/wwwroot/js/custom.register.js @@ -6,17 +6,25 @@ async function handleRegisterSubmit(event) { let username = this.username.value; let displayName = this.displayName.value; - // possible values: none, direct, indirect - let attestation_type = value("#option-attestation"); - // possible values:The code for this demo can be found at the Fido2.net-lib repo and the original source here.
+The code for this demo can be found at the Fido2.net-lib repo and the original source here.
To see what's happening under the hood when you create a test user and login using WebAuthn below, you can open your web browser's console and see the output of the necessary credential objects being used. @@ -187,7 +187,7 @@
These settings are typically administred by the RP but for demo purposes we expose them to you for testing behaviours and browser support
diff --git a/Demo/wwwroot/js/custom.register.js b/Demo/wwwroot/js/custom.register.js index 85a07a80..6041bb1a 100644 --- a/Demo/wwwroot/js/custom.register.js +++ b/Demo/wwwroot/js/custom.register.js @@ -6,17 +6,25 @@ async function handleRegisterSubmit(event) { let username = this.username.value; let displayName = this.displayName.value; - // possible values: none, direct, indirect - let attestation_type = value("#option-attestation"); - // possible values: