[Webkit-unassigned] [Bug 213895] New: WebAuthn problem with uv = required for getAssertion

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 2 12:26:54 PDT 2020


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

            Bug ID: 213895
           Summary: WebAuthn problem with uv = required for getAssertion
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: iPhone / iPad
                OS: Other
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: loginllama at gmail.com

In iOS 14 developer beta
The authenticator has a pin set:

The Authenticator is attached over USB/Lightning.

If in WebAuthn uv is unset, or set to preferred authentication works as expected the user is prompted for a pin and the credential is asserted with uv=1 in authenticator data.
If in WebAuthn uv is set to discouraged authentication works as expected the user is not prompted for a pin and the credential is asserted with uv=0 in authenticator data.

If in WebAuthn uv is set to required, the user is prompted to insert and activate the security key.  After doing UP the dialogue is stuck until it times out.

NFC attachment seems to have the same issue. 

Strange preferred works but not required.

-- 
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/20200702/c0854fc2/attachment.htm>


More information about the webkit-unassigned mailing list