fido-alliance / conformance-test-tools-resources

Certification Test Tools Resources. For security and privacy related issues email tools@certification.fidoalliance.org
https://fidoalliance.org/certification/functional-certification/conformance/
39 stars 14 forks source link

Random before/after-hook unknown error #720

Open Brad7711 opened 10 months ago

Brad7711 commented 10 months ago

By submitting this issue you are acknowledging that any information regarding this issue will be publicly available.

If you have privacy concerns, please email conformance-tools@fidoalliance.org

FIRST PRE CHECK

The documentation marked as TODO.

  • [X] I SOLEMNLY SWEAR THAT I HAVE SEARCHED DOCUMENTATION AND WAS NOT ABLE TO RESOLVE MY ISSUE

What protocol are you implementing?

NOTE: UAF 1.0 certification have been officially sunset. U2F 1.2 only supported version of U2F.

What is your implementation class?

If you are platform authenticator vendor, please email conformance-tools@fidoalliance.org

What is the version of the tool are you using?

V1.6.2

What is the OS and the version are you running?

For desktop tools

For UAF mobile tools

Issue description

Screenshots

IMG_4199

Related issues

#674

yackermann commented 10 months ago

@Brad7711 seems like your app returns error during pre-registration. Check app log

Brad7711 commented 10 months ago

@herrjemand

Thank you for replying.

We have checked all the messages between the conformance tool and our app, and it seemed fine. It happens randomly, and sometimes there is no error at all (no failure, all pass). The 255 error code is only returned by our app when the key 'fail_if_unknown' is set. However, the tool showed 255 even if our app returned the error other than 255, e.g., 0, 6, etc.