[Webkit-unassigned] [Bug 271623] New: isConditionalMediationAvailable and isUserVerifyingPlatformAuthenticatorAvailable incorrectly returns false on Safari on macOS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 25 04:30:24 PDT 2024


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

            Bug ID: 271623
           Summary: isConditionalMediationAvailable and
                    isUserVerifyingPlatformAuthenticatorAvailable
                    incorrectly returns false on Safari on macOS
           Product: WebKit
           Version: Safari 17
          Hardware: Mac (Apple Silicon)
                OS: macOS 14
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: james at manger.com.au

PublicKeyCredential.isConditionalMediationAvailable() returns false (after the promise resolves) on Safari 17.4 on macOS 14.4 when it should return true.

PublicKeyCredential.getClientCapabilities() returns conditionalMediation: true. So passkey (aka WebAuthn) conditional mediation is supported, but the two ways to report that are inconsistent.

var icma = await window.PublicKeyCredential.isConditionalMediationAvailable();
console.log(icma);

PublicKeyCredential.isUserVerifyingPlatformAuthenticatorAvailable() also returns false incorrectly.
PublicKeyCredential.getClientCapabilities() correctly returns userVerifyingPlatformAuthenticator: true.

-- 
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/20240325/d7258bd2/attachment.htm>


More information about the webkit-unassigned mailing list