0

I'm currently building a server library for WebAuthn / FIDO2 registration and authentication. What I have found is that there are a LOT of permutations of what kind of attestation objects that can be sent. I want to be sure that the tests I'm writing for the library will cover at least the most common combinations of Attestation formats with their signing keys and hashing algorithms.

In order for me to do this is there any pre-existing examples I can use as a reference?

Samuel Hawksby-Robinson
  • 2,652
  • 4
  • 24
  • 25

1 Answers1

0

You might want to check this answer: Testing WebAuthn via REST tool?

Note that the test suite doesn't work on Linux as of June 2019.

Tangui
  • 3,626
  • 2
  • 26
  • 28