Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: webauthn not working? #451

Open
bbigras opened this issue Mar 4, 2022 · 3 comments
Open

[Bug]: webauthn not working? #451

bbigras opened this issue Mar 4, 2022 · 3 comments

Comments

@bbigras
Copy link

bbigras commented Mar 4, 2022

Steps to reproduce

  1. go to https://webauthn.io/
  2. enter a username
  3. click "test"

Expected behaviour

an Android dialog should open (it works with the official Firefox app)

Actual behaviour

nothing

Device name

Pixel 6 pro

Android version

Android 12

Firefox release type

Firefox

Firefox version

1.15.0

Device logs

No response

Additional information

No response

@BLucky-gh
Copy link

Can confirm webauthn is not working. I get an error message saying

UnknownError: The operarion failed for an unknown transient reason

@interfect
Copy link
Collaborator

I think this is the other side of #463.

We ship the libraries to talk to the Android trusted hardware token stuff, but Google checks to see if we're on their list of applications they like, and we aren't, so it doesn't let us. Someone could call up Google and say they really ought to let us use the trusted hardware stuff, or we could remove the libraries that are used to make the attempt (and break the feature forever) by changing our build process to build a patched GeckoView from source, because people don't trust the Google client libraries (or their licenses).

@thelastfantasy
Copy link

thelastfantasy commented Dec 18, 2022

I think this is the other side of #463.

We ship the libraries to talk to the Android trusted hardware token stuff, but Google checks to see if we're on their list of applications they like, and we aren't, so it doesn't let us. Someone could call up Google and say they really ought to let us use the trusted hardware stuff, or we could remove the libraries that are used to make the attempt (and break the feature forever) by changing our build process to build a patched GeckoView from source, because people don't trust the Google client libraries (or their licenses).

https://www.reddit.com/r/Bitwarden/comments/xpywl7/passkeys/
It seems 1Password and Bitwarden are both working on WebAuthn (Passkeys), and Bitwarden is on the Iceraven's addons list, so is it possible to log in WebAuthn websites like https://webauthn.io/ with Bitwarden addon on Iceraven?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants