Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 423 Bytes

File metadata and controls

8 lines (5 loc) · 423 Bytes

HardwareKeyWithDesktop_POC

  • Create FIDO2 credentials (WebAuthService.MakeNewCredentialAsync)
  • Create Authenticator Assertion (WebAuthService.GetAssertionAsync)
  • And check if the AuthenticatorAssertionResponse matches the PublicKeyCredential generated earlier (WebAuthService.Validate)

My key supports only ES256, so creation and validation is limited to the WEBAUTHN_COSE_ALGORITHM_ECDSA_P256_WITH_SHA256 algorithm