Add the residentKey field to AuthenticatorSelectionCriteria
Categories
(Core :: DOM: Web Authentication, enhancement, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox114 | --- | fixed |
People
(Reporter: jschanck, Assigned: jschanck)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-needed)
Attachments
(1 file)
The AuthenticatorSelectionCriteria dictionary has a residentKey field in WebAuthn level 2.
https://www.w3.org/TR/webauthn-2/#dictionary-authenticatorSelection
Updated•2 years ago
|
| Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Comment 3•2 years ago
|
||
Backed out for causing build bustages in AndroidWebAuthnTokenManager.cpp.
- Backout link
- Push with failures
- Failure Log
- Failure line: /builds/worker/checkouts/gecko/dom/webauthn/AndroidWebAuthnTokenManager.cpp:159:19: error: no member named 'requireResidentKey' in 'mozilla::dom::WebAuthnAuthenticatorSelection'
Comment 4•2 years ago
|
||
Failure may be related to https://bugzilla.mozilla.org/show_bug.cgi?id=1554397 ?
| Assignee | ||
Comment 5•2 years ago
|
||
Thanks for the suggestion. This patch will help us move Bug 1554397 forward. But, as for the backout, I just failed to update AndroidWebAuthnTokenManager in my patch.
| Assignee | ||
Updated•2 years ago
|
Comment 6•2 years ago
|
||
Android implementation doesn't use requireResidentKey in Java side. So you can remove https://searchfox.org/mozilla-central/rev/31f5847a4494b3646edabbdd7ea39cb88509afe2/dom/webauthn/AndroidWebAuthnTokenManager.cpp#159-162 to land this. I will add resident key code by Bug 1554397 again.
Comment 7•2 years ago
|
||
Backout merged to central: https://hg.mozilla.org/mozilla-central/rev/dcb12f0cfb12
Comment 9•2 years ago
|
||
| bugherder | ||
Updated•2 years ago
|
Description
•