Bug 247339 - [WebAuthn] Handle security keys with a full key store
Summary: [WebAuthn] Handle security keys with a full key store
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: pascoe@apple.com
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-11-01 15:34 PDT by pascoe@apple.com
Modified: 2022-12-17 16:11 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pascoe@apple.com 2022-11-01 15:34:55 PDT
We should respect the residentKeyPreference by creating a non-resident key whenever the key store is full and preference = "preferred."

We should reject registrations and surface an error to the user whenever the key store is full and preference = "required" as they either need to use a different key or clear a slot.
Comment 1 pascoe@apple.com 2022-11-01 15:35:04 PDT
rdar://100241655
Comment 2 pascoe@apple.com 2022-11-01 15:48:42 PDT
Pull request: https://github.com/WebKit/WebKit/pull/6011
Comment 3 EWS 2022-12-16 07:44:25 PST
Committed 257989@main (4ad382e777de): <https://commits.webkit.org/257989@main>

Reviewed commits have been landed. Closing PR #6011 and removing active labels.
Comment 4 Karl Rackler 2022-12-17 16:08:15 PST
Reverted by https://github.com/WebKit/WebKit/pull/7822
Comment 5 EWS 2022-12-17 16:11:21 PST
Committed 258056@main (f7fba6d71160): <https://commits.webkit.org/258056@main>

Reviewed commits have been landed. Closing PR #7822 and removing active labels.