Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
khowe085
3 months agoNew Contributor
Passkey Beta issues
Hello, Edit: Apologies in advance if this feels rant-y, please order the replies by oldest so that it makes sense! I just signed up for a test account to be able to use new login with Passkey bet...
khowe085
3 months agoNew Contributor
*Crickets*
Our allmighty AI overlords seem to think that this isn't supported. Can anyone from 1Password confirm?
1Password’s GUI unlock flow uses the browser‐style WebAuthn API (navigator.credentials.get) under Win32, which RDP WebAuthn passthrough does redirect back to your host’s CTAP stack and Windows Hello PIN/biometric.
1Password’s SSH‐agent feature, however, doesn’t use WebAuthn—it uses direct CTAP calls via Windows CNG/WinSCard on behalf of ssh.exe. RDP’s WebAuthn passthrough channel only covers the browser/WAM-style flows, not arbitrary CTAP provider calls from Win32 apps. Those fall back to the VM’s “local” USB/BLE/NFC providers—which of course don’t see your YubiKey—so you get errors like 0x52E, 0x80090035 or 0x8010002E in the host Event Log.