-
Notifications
You must be signed in to change notification settings - Fork 2
FIDO Conformance Testing
LinuxChata edited this page Jan 24, 2026
·
3 revisions
- Open the solution file:
src/Shark.Fido2.sln. - Set the
Shark.Fido2.Sampleproject as startup project. - In the
launchSettings.jsonfile, set the environment variableASPNETCORE_ENVIRONMENTtoTest. - Start the application.
- Launch the FIDO Conformance Testing Tool.
- In the FIDO Conformance Testing Tool, select the desired tests to run.
- In the TESTS CONFIGURATION section, set the server URL to:
https://localhost:8082. - Click RUN and wait for the tests to complete.
Alternatively
- In the
src\Shark.Fido2.Sample\Properties\launchSettings.jsonfile, set the environment variableASPNETCORE_ENVIRONMENTtoTest. - Navigate to
src\Shark.Fido2.Samplefolder. - Run
dotnet build -c Releasecommand. - Run
dotnet run -c Releasecommand. - Launch the FIDO Conformance Testing Tool.
- In the FIDO Conformance Testing Tool, select the desired tests to run.
- In the TESTS CONFIGURATION section, set the server URL to:
https://localhost:8082. - Click RUN and wait for the tests to complete.
FIDO® and FIDO2® are trademarks of FIDO Alliance, Inc.