-
Notifications
You must be signed in to change notification settings - Fork 36
Problems with WebAuthn and Chrome #27
Comments
@mdp thanks for the bug report. I can confirm the popup doesn't close in some cases. I think the login behavior is because you've already registered with Krypton...it might be the case that if you register multiple times it saves both keys on the pseudo account. Maybe try changing the user name? |
Yep, you were right. Changing the username fixes the login issue. Is there any way to "clear" the accounts? |
Maybe clear the session cookies? |
Thanks, Alex. The login seems like a minor issue with the UI on Chrome. There might not even be an easy way to fix it since it's probably more on Chrome's end. Here's the issue/how to reproduce it:
The workaround: |
I think this is the same issue that occurs for Google sites, where Chrome's own dialog does not close when the Krypton request is approved. The underlying website processes the request properly, and logs in, but Chrome's dialog does not recognise that the 2 factor transaction has already completed. |
There seems to be some funkiness around WebAuthn. Currently, I'm testing against https://webauthn.io
Registration:
Registration succeeds, but the browser provided pop-up never goes away. On the client side javascript, the registration callback is successfully being called.
Authentication/Login:
The Login prompt automatically assumes TPM mode, but maybe that's because I've previously authenticated with it. In this case, it seems to be impossible to revert back to cross-platform/USB key mode.
Details:
Extension Version: 1.0.17
Chrome Version: 73.0.3683.103 (64-bit OSX)
Website: https://webauthn.io
The text was updated successfully, but these errors were encountered: