Skip to content
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

Random before/after-hook unknown error #720

Open
4 of 17 tasks
Brad7711 opened this issue Sep 5, 2023 · 2 comments
Open
4 of 17 tasks

Random before/after-hook unknown error #720

Brad7711 opened this issue Sep 5, 2023 · 2 comments
Assignees
Labels

Comments

@Brad7711
Copy link

Brad7711 commented Sep 5, 2023

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

If you have privacy concerns, please email [email protected]

FIRST PRE CHECK

The documentation marked as TODO.

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

What protocol are you implementing?

  • FIDO2 Server
  • CTAP2.0
  • CTAP2.1
  • UAF 1.1
  • U2F 1.1
  • U2F 1.2

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

What is your implementation class?

  • Security Key / FIDO2 / U2F authenticators
  • Server
  • UAF Client-ASM-Authenticator combo
  • UAF Client
  • UAF ASM-Authenticator

If you are platform authenticator vendor, please email [email protected]

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

  • OSX
  • Windows
  • Linux

For UAF mobile tools

  • iOS 14.7.1 & 16.1.1
  • Android

Issue description

  • The error code 255 which happened in before-hook or after-hook appeared randomly.
  • Could happen in any test cases at registration, deregistration or authentication.
  • All the responses were recorded in our Client-ASM-Authenticator app, and they seemed correct yet got unknown error 255.

Screenshots

IMG_4199

Related issues

#674

@yackermann
Copy link
Collaborator

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

@Brad7711
Copy link
Author

@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.

@iirachek iirachek added the bug label Apr 17, 2024
@iirachek iirachek self-assigned this Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants