[Webkit-unassigned] [Bug 238146] New: [WebAuthn] Regression: Safari 15.4 on Intel no longer allows registering WebAuthn Credentials
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Mar 21 09:37:58 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=238146
Bug ID: 238146
Summary: [WebAuthn] Regression: Safari 15.4 on Intel no longer
allows registering WebAuthn Credentials
Product: WebKit
Version: Safari 15
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore Misc.
Assignee: webkit-unassigned at lists.webkit.org
Reporter: frederik.rothenberger at dfinity.org
Registering a new WebAuthn Credential on Safari 15.4 on Intel MacBooks always results in a "NotAllowedError: This request has been cancelled by the user.".
Credentials are being created using the following (example) code:
navigator.credentials.create({"publicKey":{"authenticatorSelection":{"userVerification":"preferred"},"attestation":"none","excludeCredentials":[],"challenge":{"0":60,"1":105,"2":99,"3":48,"4":46,"5":97,"6":112,"7":112,"8":62},"pubKeyCredParams":[{"type":"public-key","alg":-7},{"type":"public-key","alg":-257}],"rp":{"name":"Internet Identity Service"},"user":{"id":{"0":233,"1":93,"2":39,"3":244,"4":156,"5":154,"6":167,"7":102,"8":29,"9":152,"10":233,"11":59,"12":187,"13":89,"14":192,"15":131},"name":"Internet Identity","displayName":"Internet Identity"}}})
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220321/d83db6f4/attachment-0001.htm>
More information about the webkit-unassigned
mailing list