- From: Emil Lundberg via GitHub <noreply@w3.org>
- Date: Thu, 10 Jul 2025 09:17:39 +0000
- To: public-webauthn@w3.org
No, that would throw an error: https://w3c.github.io/webauthn/#effective-user-verification-requirement-for-credential-creation >Let _userVerification_ be the **effective user verification requirement for credential creation**, a Boolean value, as follows. If `pkOptions`.[`authenticatorSelection`](https://w3c.github.io/webauthn/#dom-publickeycredentialcreationoptions-authenticatorselection).[`userVerification`](https://w3c.github.io/webauthn/#dom-authenticatorselectioncriteria-userverification) > >- is set to [`required`](https://w3c.github.io/webauthn/#dom-userverificationrequirement-required) > > 1. If `options`.[`mediation`](https://w3c.github.io/webappsec-credential-management/#dom-credentialcreationoptions-mediation) is set to [`conditional`](https://w3c.github.io/webappsec-credential-management/#dom-credentialmediationrequirement-conditional) and [user verification](https://w3c.github.io/webauthn/#user-verification) cannot be collected during the ceremony, throw a [`ConstraintError`](https://webidl.spec.whatwg.org/#constrainterror) [DOMException](https://webidl.spec.whatwg.org/#idl-DOMException). > [...] -- GitHub Notification of comment by emlun Please view or discuss this issue at https://github.com/w3c/webauthn/issues/2295#issuecomment-3056500304 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 10 July 2025 09:17:40 UTC