Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Testing WebAuthn via REST tool?

Is it possible to test this locally via a rest tool. I've created the backend to generate the challenge etc for Registration of new creds, but without the WebAuthn response I'm at a loss if I have created the correct way to digest the response object from WebAuthn.

like image 329
Will Avatar asked Sep 02 '25 11:09

Will


2 Answers

If you're writing a FIDO2 / WebAuthn library, the FIDO Alliance does actually provide with a test suite that should be capable of generating tests: FIDO Alliance - Conformance Self‐Validation Testing (then clic on "registration" in the "FIDO2 Test Tools" section).

Note that the same FIDO Alliance proposes a non-mandatory standard way of exposing FIDO2 through a REST API: Transport Binding Profile

like image 191
Tangui Avatar answered Sep 04 '25 02:09

Tangui


You can request FIDO conformance tools here

I believe we will choose FIDO2 if we now start implementing FIDO

See the screenshot below enter image description here

If you want some data to test with

like image 22
Bao HQ Avatar answered Sep 04 '25 03:09

Bao HQ