Bug 203200
Summary: | [WebAuthn] Support appidExclude enrollment extension | ||
---|---|---|---|
Product: | WebKit | Reporter: | Casey Piper <piperc> |
Component: | WebCore Misc. | Assignee: | pascoe <pascoe> |
Status: | NEW | ||
Severity: | Normal | CC: | jiewen_tan, nuno.sung, pascoe, piperc, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Safari Technology Preview | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=181943 |
Casey Piper
For relying parties that previously enrolled security keys via the U2F enrollment protocol, keys are bound to an application identifier, rather than the relying party id to which WebAuthn enrollments are bound.
Since WebAuthn is meant to be backwards compatible with enrollments via U2F, the authentication extension appid can be provided during authentication [1]. Similarly, to prevent reregistration of the same credential when doing a WebAuthn enrollment, an extension [appidExclude] was added to the WebAuthn specification to first check if a key was enrolled via U2F before completing the WebAuthn enrollment [2][3] and report the key already registered if so.
[1] https://bugs.webkit.org/show_bug.cgi?id=143491
[2] https://github.com/w3c/webauthn/pull/1244
[3] https://w3c.github.io/webauthn/#sctn-appid-exclude-extension
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Jiewen Tan
Will track this in an upcoming level 2 umbrella.
Jiewen Tan
*** Bug 217050 has been marked as a duplicate of this bug. ***
Radar WebKit Bug Importer
<rdar://problem/96257224>