Closed
Bug 1803832
Opened 2 years ago
Closed 2 years ago
Advertise CTAP2 support for more platforms in PublicKeyCredential::IsExternalCTAP2SecurityKeySupported
Categories
(Core :: DOM: Web Authentication, enhancement, P3)
Core
DOM: Web Authentication
Tracking
()
RESOLVED
FIXED
111 Branch
Tracking | Status | |
---|---|---|
firefox111 | --- | fixed |
People
(Reporter: jschanck, Assigned: jschanck)
References
Details
Attachments
(1 file)
In Bug 1526023 we added a non-standard isExternalCTAP2SecurityKeySupported
method to PublicKeyCredential
. This is used by login.live.com to determine whether a Firefox user can login with a security key, but it currently returns false
on non-Windows systems. Once Bug 1530373 is fixed, the method should check the security.webauthn.ctap2
pref on non-Windows systems.
Assignee | ||
Comment 1•2 years ago
|
||
Pushed by jschanck@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a1678e1157fa
advertise CTAP2 support on more platforms. r=dveditz
Comment 3•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox111:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 111 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•