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

Description Casey Piper 2019-10-21 12:31:46 PDT
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
Comment 1 Jiewen Tan 2019-10-21 12:36:43 PDT
Will track this in an upcoming level 2 umbrella.
Comment 2 Jiewen Tan 2020-09-28 12:10:49 PDT
*** Bug 217050 has been marked as a duplicate of this bug. ***
Comment 3 Radar WebKit Bug Importer 2022-06-30 17:26:14 PDT
<rdar://problem/96257224>