-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
Touch security key to continue... #46
Comments
Which browser? With Chrome should work out the box, with Firefox works partially and some parameter needs to be tuned in config params. Other browsers have not been tested yet. |
FF 126 as snap package And I moved a bit forward: I've patched the firmware to "Yubikey 4/5 OTP+FIDO+CCID" with https://www.picokeys.com/pico-patcher/ . This made FF "to see" the token, and now FF asks for a pin on "registration". Is it some default PIN? Since I don't know the pin, I reset the pin with ykman tool
And when I provide a new pin to FF, it accepts it asks to push the button. After the push I see this
which one? Thank you! |
There's no default PIN. Actually, if no PIN is detected, your client should ask you to set one. With Chrome, if you go to webauthn.io for the first time, it asks you to set a PIN. I do not know how Firefox is handling it but from what I saw the support for FIDO2 is partial.
It seems your browser denied the action but I am not sure why. I'll debug with Firefox to see what's happening.
Here's some users tested it with Firefox: I forgot to ask you: which Pico board do you use? |
Seems a common problem with Firefox. I tried with FF 126 with macOS and got the same result as you. It works for some people, which makes it more weird. Probably is a problem with permissions. |
Hello,
I've just flashed RPI PICO 2020 (c)
With this firmware
https://github.com/polhenarejos/pico-fido/releases/download/v5.8/pico_fido_pico-5.8.uf2
after pico reboot I see
in dmesg (I use Linux box 6.8.7-arch1-1) and according to green led it's in "Active mode".
And when I go to https://webauthn.io/ to run registration test, I get "Touch security key to continue". I push BOOTSEL button, but nothing happens.
What am I doing wrong?
I use FF 126 as snap package and it works fine with yubikey.
Thank you!
The text was updated successfully, but these errors were encountered: