Testing WebAuthn via REST tool?

后端 未结 2 589
陌清茗
陌清茗 2021-01-22 16:42

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\'

相关标签:
2条回答
  • 2021-01-22 16:55

    You can request FIDO conformance tools here

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

    See the screenshot below

    If you want some data to test with

    0 讨论(0)
  • 2021-01-22 17:18

    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

    0 讨论(0)
提交回复
热议问题