-
-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FIDO Alliance Conformance Test Failures #318
Comments
These should be all fixed in #277 which is pending. |
I might be missing something then. I ran the FIDO conformance tests (now version 1.7.5) against the demo-update branch to get confidence that this branch when merged will address this issue. I selected all the core tests but none of the optional tests. I downloaded the test metadata (in a "Conformance" folder under the Demo folder) and set the appsettings.json to find it (fido2:MDSCacheDirPath="")
If anyone else has seen passing FIDO conformance tests against either the demo-update or the master recently it would be great to know (so I know whether to investigate code issues or environment/setup issues) This is an example of an error I am getting against both demo-update and master branches (which I highlight this one because I think it relates to the "example.extension.bool" reported on this issue 318 originally (suggesting to me that demo-update alone does not address all conformance issues:
|
I just ran the test from that branch with all optional stuff turned on and got 161 pass 15 fails.
|
I just ran the test from that branch with all optional stuff turned on and got 161 pass 15 fails. |
FYI: |
While we still have some tests that are failing, most of this has been adressed. |
When running the FIDO Alliance conformance tests (v1.7.2) against the latest fido2-net-lib master several errors are seen that were not present before the MDS3 support was added. In one of the server "MakeCredential Request" tests we see the conformance test tool making reference to a json extension named "example.extension.bool" whereas in the fido2-net-lib demo project the property is referenced as "example.extension" which causes the test to fail. This issue is to address these current failings so that the fido2-net-lib demo project can pass all the conformance tests.
The text was updated successfully, but these errors were encountered: