Here is the screenshot and logs from logging into passkeys.io via Firefox on Android via NFC Bridge using a Passkey that was successfully enrolled via Chrome + Bridge
it looks like passkeys.io is making a request that allows auth without pin.
to be sure let’s try this.. turn off debug mode to clear the log file, turn it back on, then on Firefox exclusively, perform a complete registration at passkeys.io, then be sure to click “sign out”, then perform an authentication, then send the log.
after that, clear the log file again, re-enable debugging, then do the same on chrome and post the log. we’ll see if we can determine what’s going on and if there is a difference with browser.
yeah.. i def want to see all that in log form. in fact i’m improving log output for human readability but the current version should capture everything just fine. just call out what scenario each log file is for.
failure: Same failure mode as Android + Chrome. NFC Bridge modal gives a generic “device has been disconnected”
Enrollment: Windows - Firefox/Chrome - via direct NFC reader
No longer working (worked on both browsers last week) – might have something to do with me setting up Windows Hello between then. After entering PIN, the card immediately goes into a disconnect/reconnect cycle and the Windows dialog never goes away.
From the log it looks like multiple tag connect events occurred, which indicates NFC connection with the tag was lost and recovered. This could boil down to a coupling problem, which is not uncommon when dealing with full size cards on some phones.
For whatever reason, passkeys.io requested a non-discoverable credential;
This is expected behavior, and authentication should succeed if you provide the same user name aaa@b6bb.com when attempting to authenticate.
this is likely a coupling problem as well.. at least it looks that way from the log.
I will update the UI to make it more clear about what’s happening with the token as the process proceeds. I may also call out the type of credential being registered as a basic UI element as well, not just debug data while debug is enabled.
I’m installing via the flex secure applets … I think the build is v0.18.6.
It looks like there is a slightly newer version of the open-source fido2 applet. I’ll try using that one later and see if it makes a difference.
I’m not creating or provisioning any personal attestation certificate. I don’t think that should matter for these tests, since enrollment/auth is working via Windows without attestation
I agree that’s how it looks, but I really don’t think it is a coupling issue. I’ve tried multiple orientations, case on, case off, repeater on, repeater off. It is taking the same amount of time to show the disconnection error no matter how the card is presented.
That part is really weird because passkeys.io isn’t asking for a username. I also ensured that I cleared local/session storage after enrollment, before logging in. I even tried logging in in a private tab, and I still get the auto-login without a PIN request. Somehow they are linking my card and/or discoverable credential to an account without a PIN requirement.
I did notice that if I have two different passkeys.io credentials on the same card, only the first is used when logging in.
The same non-PIN, non-asking for a username happens with a new incognito tab on Android Chrome.
Maybe this is a back end passkeys.io issue? But on Windows 10 + Firefox, I’m definitely prompted for the PIN then after entering it given a choice of which account to select
Thanks. Yesterday, I uninstalled/reinstalled the applet, then used VK NFC PM to set the PIN. That was how I ran the previous tests with the logs.
Just now I uninstalled/reinstalled the applet, attempted to enroll passkeys.io via Firefox + Windows, and Windows prompted me to create a PIN. I created the PIN and enrollment was successful.
So either the uninstall/reinstall or the setting of the PIN via Windows made a difference in direct enrollment on Windows.
This could be a samsung nfc stack issue, not you. They heavily modify their NFC stacks for “beam” and samsung pay. Try disabling any other NFC service and try it?
I think this might be a shortcoming of bridge - multiple resident keys for the same RP.. I think bridge will just pick the first one it finds. I will have to write a UI for presenting multiple options.. on the “to do” list now.
don’t know why but glad it’s working on Windows now hah