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

Wrong authenticatorAttachment after browser->startRegistration() with YubiKey #585

Open
kareha opened this issue Jun 20, 2024 · 0 comments

Comments

@kareha
Copy link

kareha commented Jun 20, 2024

Describe the issue

The result after a successful startRegistration() with a usb security key (Yubi key) is not correct.

authenticatorAttachment in this case is "platform" and I expect it to be "cross-platform"

response.transports includes "usb" (as the only value here)

Reproduction Steps

  1. Register a new Security Key
  2. See result. authenticatorAttachment

Expected behavior

authenticatorAttachment suppose to be "cross-platform"

Code Samples + WebAuthn Options and Responses

See docs

Dependencies

  • OS: macOS 14.5
  • Browser: Safari 17.5
  • Authenticator: YubiKey 5C Nano

SimpleWebAuthn Libraries

├── @simplewebauthn/[email protected]
├── @simplewebauthn/[email protected]

Additional context

@kareha kareha changed the title Wrong authenticatorAttachment after browser->startRegistration() Wrong authenticatorAttachment after browser->startRegistration() with YubiKey Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant