Add support for handling multiple attached security keys for web authentication
Categories
(Core :: DOM: Web Authentication, enhancement, P3)
Tracking
()
People
(Reporter: chk2dpg6hpekhufq, Unassigned)
References
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.0.0 Safari/537.36
Steps to reproduce:
- I attached mutiple FIDO(2) security keys to my system
- I tried to login to a website with U2F authentication.
Actual results:
The browser is unable to make the right decision about which security key to use.
Expected results:
The browser should notice to the user that there are multiple security keys attached to the system and let the user decide which one to use in any specific U2F authentication scenario.
Comment 1•4 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::DOM: Web Authentication' component, and is moving the bug to that component. Please revert this change in case you think the bot is wrong.
Updated•2 years ago
|
Comment 2•2 years ago
|
||
FWIW, this works with security.webauthn.ctap2 = true
, which will be the default soon. I'll leave this open until we flip the pref.
Updated•2 years ago
|
Updated•2 years ago
|
Description
•