-
Notifications
You must be signed in to change notification settings - Fork 72
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
ctap2_discoverable_creds
-example fails for mooltipass
#242
Comments
Yes, the screen on the device shows all the accounts for a domain, and allows one to choose the right one with a scrollwheel. |
Could you try with the latest nightly build of Firefox (and |
Hmm, I tried the latest nightly (2023-03-30), but it still fails on the pin protocol error: Should this build already have the recently merged changes or not yet? In any case, it used to work with my patches, so I assume the fallback path is fine. |
The version in Firefox doesn't have #237 yet. |
I tried to build firefox nightly (without any changes to the authenticator crate for now as a test) but I'm getting
Not sure what's going on there, maybe I'm missing some dependency. I will wait then until the #237 has landed in firefox nightly. |
#237 will land in Firefox as part of Bug 1827748. Hopefully in the next day or so. |
I have gotten around to testing this with the latest patches and the fallback in firefox works well. |
Originally posted by @VincentVanlaer in #237 (comment)
Thanks @VincentVanlaer!
Also note: It is only our example-binary that fails here, which just stupidly
unwrap()
s on the User name. In Firefox, there is a fallback, so we shouldn't error out there.But especially for discoverable credentials, it would be very helpful for the mooltipass to return the username, otherwise it's hard for the user to decide as which account he wants to log in (e.g. if you have 2 different accounts on the same webpage). Or does the account selection happen in the device-UI itself?
The text was updated successfully, but these errors were encountered: