[Webkit-unassigned] [Bug 224042] New: [Webauthn] navigator.credentials.create throws 'NotAllowedError.' error on MacOS11 M1 Chip

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 1 02:15:23 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=224042

            Bug ID: 224042
           Summary: [Webauthn] navigator.credentials.create throws
                    'NotAllowedError.' error on MacOS11 M1 Chip
           Product: WebKit
           Version: Safari 14
          Hardware: Mac (Apple Silicon)
                OS: macOS 11
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: siddharth.gupta26 at gmail.com

navigator.credentials.create throws 'NotAllowedError: This request has been cancelled by the user.' error when "direct" attestation is requested on MacOS Big Sur, Safari 14 browser 

Request
navigator.credentials.create({publicKey: {
    "rp": {
        "id": "",
        "name": ""
    },
    "user": {
        "name": "",
        "displayName": "",
        "id": 
    },
    "challenge":
    "pubKeyCredParams": [
        {
            "type": "public-key",
            "alg": -7
        }
    ],
    "authenticatorSelection": {
        "authenticatorAttachment": "platform"      
    },
    "attestation": "direct"
}})

Response 
NotAllowedError: This request has been cancelled by the user.

-- 
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/20210401/73429a0e/attachment.htm>


More information about the webkit-unassigned mailing list