Skip to content

FIDO Conformance Testing

LinuxChata edited this page Sep 5, 2025 · 2 revisions

Running FIDO Conformance Testing

  1. Launch the FIDO Conformance Testing Tool.
  2. Open the solution file: src/Shark.Fido2.sln.
  3. Set the Shark.Fido2.Sample project as startup project.
  4. In the launchSettings.json file, set the environment variable ASPNETCORE_ENVIRONMENT to Test.
  5. Start the application.
  6. In the FIDO Conformance Testing Tool, select the desired tests to run.
  7. In the TESTS CONFIGURATION section, set the server URL to: https://localhost:8082.
  8. Click RUN and wait for the tests to complete.

Clone this wiki locally