fido-alliance / iot-fdo-conformance-tools

FIDO Alliances Reference FDO Implementation and Conformance Testing
https://fidoalliance.org/intro-to-fido-device-onboard/
Other
5 stars 2 forks source link

[BUG] Error generating voucher: 90 is an unsupported SgType for the device #57

Closed quanvincss closed 1 year ago

quanvincss commented 1 year ago

To simplify issue resolution process, please provide network logs, and or test voucher. API response:

{
    "status": "failed",
    "errorMessage": "Failed to generate vouchers. Internal server error"
}

Conformance server log:

2023/10/04 21:12:02 Starting FIDO_TEST_VOUCHER_BAD_HDR_HMAC
2023/10/04 21:12:03 Done FIDO_TEST_VOUCHER_ENTRY_BAD_SG_TYPE
2023/10/04 21:12:03 Generate vouchers. Error generating voucher f1d0fd00-8cd6-4e52-980b-678b2e7b3ae1 for test FIDO_TEST_VOUCHER_ENTRY_BAD_SG_TYPE. 90 is an unsupported SgType for the device.
2023/10/04 21:12:03 Responding error: Failed to generate vouchers. Internal server error. HTTP code 500
2023/10/04 21:12:05 Done FIDO_TEST_VOUCHER_BAD_EMPTY_ENTRIES
2023/10/04 21:12:05 Done FIDO_TEST_VOUCHER_BAD_CHAIN

What part of the spec are you testing?

What protocol are having issue with?

Issue description

yackermann commented 1 year ago

Addressed