Bug 183652 - [WebAuthN] Reduce numbers of UI interactions to one
Summary: [WebAuthN] Reduce numbers of UI interactions to one
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks: 181943
  Show dependency treegraph
 
Reported: 2018-03-14 22:33 PDT by Jiewen Tan
Modified: 2020-02-19 21:05 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.