Replies: 2 comments 2 replies
-
Hi, Support for the hybrid transport via the libfido2 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm writing a program that registers a passkey in WinHello and then uses it to authenticate.
After enabling winhello in the build settings I've been able to successfully register a passkey and authenticate against it when I am storing the passkey into my windows store.
But if I try to pick the ipad/iphone option from the WinHello dialog and then try to scan the QR code with my iphone I get HERROR hr=0x800704c7 (ERROR_CANCELED) from the WebAuthNAuthenticatorMakeCredential().
I then tried the libfido2's native command line tools (fido2-cred in specific) but that doesn't even get me the WinHello dialog.
I'd appreciate any insights in how you register a passkey on an iPhone from a windows device via libfido2 APIs.
Beta Was this translation helpful? Give feedback.
All reactions