Closed
Bug 1409220
Opened 7 years ago
Closed 6 years ago
Move mPubKeyCredParams processing to U2FTokenManager
Categories
(Core :: DOM: Device Interfaces, enhancement, P2)
Core
DOM: Device Interfaces
Tracking
()
RESOLVED
DUPLICATE
of bug 1522145
Future
Tracking | Status | |
---|---|---|
firefox57 | --- | unaffected |
People
(Reporter: jcj, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [webauthn] [webauthn-cleanup])
WebAuthnManager's MakeCredential method takes parameters describing what kind of keys the RP would like to use -- P-256 curve keys from FIDO U2F, for example, or maybe only something newer from CTAP.
WebAuthnManager doesn't know enough to filter this information, so we need to move the "for Options.mPubKeyCredParams" logic down into the U2FTokenManager where it knows enough to only accept U2F-capable parameters.
Updated•7 years ago
|
status-firefox57:
--- → unaffected
Reporter | ||
Comment 1•7 years ago
|
||
Unblocking WD-07 on this; it's not critical.
No longer blocks: 1384776
Updated•6 years ago
|
Priority: P1 → P2
Reporter | ||
Updated•6 years ago
|
Reporter | ||
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•