Bug 192446 - webauthn fails in safari technology preview 71
Summary: webauthn fails in safari technology preview 71
Status: RESOLVED DUPLICATE of bug 191517
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: Safari Technology Preview
Hardware: Mac macOS 10.14
: P2 Normal
Assignee: Jiewen Tan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-05 19:08 PST by maxwellswadling
Modified: 2019-06-17 11:05 PDT (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 maxwellswadling 2018-12-05 19:08:00 PST
See screenshots in https://twitter.com/mxswd/status/1070507752575787009.

Both the domains fail to register a user (the first step).

Both those web pages don't load the real version of the website if you have the experimental feature disabled. The experimental feature was enabled before loading the web page.

It was using a FIDO2 Yubico Security Key (the one with the little 2 printed on it).
Comment 1 Jiewen Tan 2018-12-05 22:46:29 PST
(In reply to maxwellswadling from comment #0)
> See screenshots in https://twitter.com/mxswd/status/1070507752575787009.
> 
> Both the domains fail to register a user (the first step).
> 
> Both those web pages don't load the real version of the website if you have
> the experimental feature disabled. The experimental feature was enabled
> before loading the web page.
> 
> It was using a FIDO2 Yubico Security Key (the one with the little 2 printed
> on it).

I got both of them working with STP 71 and the exact same blue "2" YubiKey. From the second screenshot, it looks like that a request is pending while you issued another one. Now, our implementation is designed to only process one request at a time. Requests come at the same time internal other that the first will get "NotAllowedError: A request is pending."
Comment 2 Jiewen Tan 2019-06-17 11:05:47 PDT

*** This bug has been marked as a duplicate of bug 191517 ***