Re: [webauthn] Support for FIDO passkey with HMAC-Secret extension (#1830)

> but it seems that when you try to create a discoverable credential it will always now show the "Passkey" UI and give no option to select a security key anymore.

`prf` isn't specific to discoverable credentials. Windows currently only supports it for discoverable credentials, however, so you'll need to use discoverable credentials to use `prf` with security keys on that platform.

You didn't say which OS you're working with, so I'll try to give generic hints, but you should be able to use security keys for WebAuthn operations. Are you sure that you aren't setting [`authenticatorAttachment`](https://www.w3.org/TR/webauthn-2/#dom-authenticatorselectioncriteria-authenticatorattachment)`=platform`? Setting it to nothing should allow security keys and setting it to `cross-platform` should hint towards security keys.

-- 
GitHub Notification of comment by agl
Please view or discuss this issue at https://github.com/w3c/webauthn/issues/1830#issuecomment-1400895117 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 23 January 2023 19:54:43 UTC