-
Notifications
You must be signed in to change notification settings - Fork 84
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
Transportation hybrid #74
Comments
Thanks for logging an issue. This will be added once webauthn level 3 is ratified, there is no obvious benefit to adding it before then as it's just a documentation related change; unless I'm missing something. Regardless of what transport the FIDO2 authenticator claims the credential was using we pass those values through, as per the specification directives for RP's. |
the only thing maybe to mention is that safari (Version 16.1 (18614.2.9.1.12)) already sends this value.
|
extended AuthenticatorTransport type with new hybrid value incl. description from official documentation Fixes go-webauthn#74
As previously mentioned this does not cause the library to discard it. This is per the following specification areas:
See the subtest of https://github.com/go-webauthn/webauthn/blob/master/protocol/credential_test.go#L34-L94 Even if an authenticator attachment of See also the issue you linked:
|
extended AuthenticatorTransport type with new hybrid value incl. description from official documentation Fixes #74
Adds the hybrid AuthenticatorTransport type and official documentation. Closes #74 Co-authored-by: Tobias Albrecht <[email protected]>
Description
FIDO announced to add hybrid as transport method see here and Safari under macOS already sends hybrid.
Use Case
Safari running on macOS sends already transportation hybrid.
Documentation
https://github.com/w3c/webauthn/blob/main/index.bs#L3818
The text was updated successfully, but these errors were encountered: