We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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]
NOTE: UAF 1.0 certification have been officially sunset. U2F 1.2 only supported version of U2F.
If you are platform authenticator vendor, please email [email protected]
1.7.22
macOS 15.0.1
For desktop tools
For UAF mobile tools
According to https://fidoalliance.org/specs/mds/fido-metadata-statement-v3.0-ps-20210518.html#dom-metadatastatement-attachmenthint , attachmentHint "Must be set to the complete list of the supported ATTACHMENT_HINT constant case-sensitive string names defined in the FIDO Registry of Predefined Values", and "For FIDO2 the values of attachmentHint MUST correspond to the authenticatorGetInfo.transports if present."
But currently, this attachmentHint and authenticatorGetInfo.transports can be different. For example
"attachmentHint": [ "external", "wired" ]
but authenticatorGetInfo has
"transports": [ "nfc", "usb" ]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
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 [email protected]
What is the version of the tool are you using?
1.7.22
What is the OS and the version are you running?
macOS 15.0.1
For desktop tools
For UAF mobile tools
Issue description
According to https://fidoalliance.org/specs/mds/fido-metadata-statement-v3.0-ps-20210518.html#dom-metadatastatement-attachmenthint , attachmentHint "Must be set to the complete list of the supported ATTACHMENT_HINT constant case-sensitive string names defined in the FIDO Registry of Predefined Values", and "For FIDO2 the values of attachmentHint MUST correspond to the authenticatorGetInfo.transports if present."
But currently, this attachmentHint and authenticatorGetInfo.transports can be different. For example
but authenticatorGetInfo has
The text was updated successfully, but these errors were encountered: