Bug 192446
Summary: | webauthn fails in safari technology preview 71 | ||
---|---|---|---|
Product: | WebKit | Reporter: | maxwellswadling |
Component: | DOM | Assignee: | Jiewen Tan <jiewen_tan> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | bfulgham, jiewen_tan |
Priority: | P2 | ||
Version: | Safari Technology Preview | ||
Hardware: | Mac | ||
OS: | macOS 10.14 |
maxwellswadling
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).
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Jiewen Tan
(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."
Jiewen Tan
*** This bug has been marked as a duplicate of bug 191517 ***