You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Security Key version 1.6.5
Ledger Flex OS version: 1.2.2
Chromium version: 135.0.7049.95
When attempting to register my Ledger Flex as a WebAuthn (FIDO2) security key, the object returned by navigator.credentials.create() always contains: "transports": []
According to the WebAuthn specification, this field should list at least one transport method (e.g. "usb", "nfc", or "ble").
Because it is empty, certain platforms (notably AWS IAM) reject the registration.