Bug 183652

Summary: [WebAuthN] Reduce numbers of UI interactions to one
Product: WebKit Reporter: Jiewen Tan <jiewen_tan>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: alex.gaynor, jonathan, jschoi, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 181943    

Description Jiewen Tan 2018-03-14 22:33:00 PDT
Reduce numbers of UI interactions to one. UI interactions are required to check user consent for
i) initiating the authenticatorMakeCredential and authenticatorGetAssertion operations,
ii) access SEP protected keys from Keychain, and
iii) use SEP protected keys to generate signatures.

We should reduce the numbers of UI interactions to one for most cases, i.e., the first one.
Comment 1 Radar WebKit Bug Importer 2018-08-15 13:40:38 PDT
<rdar://problem/43347894>
Comment 2 Jiewen Tan 2020-02-19 21:05:33 PST
Solved by Bug 207985.