w3c / webauthn

Web Authentication: An API for accessing Public Key Credentials
https://w3c.github.io/webauthn/
Other
1.19k stars 172 forks source link

CredentialCreationOptions/mediation not yet defined in CredMan #2079

Closed emlun closed 3 months ago

emlun commented 5 months ago

{{CredentialCreationOptions/mediation}} is not yet defined upstream in CredMan, so the following passage in §5.1.3. Create a New Credential is currently invalid:

By setting options.mediation to conditional, Relying Parties can indicate that they would like to register a credential without prominent modal UI if user has already consented to create a credential. [...]

LINK ERROR: No 'idl' refs found for 'mediation' with for='['CredentialCreationOptions']'.
{{CredentialCreationOptions/mediation}}

This is blocked on https://github.com/w3c/webappsec-credential-management/issues/225 which must be resolved before we can release L3 (otherwise we'll have to revert PR #1951).

pascoej commented 5 months ago

https://github.com/w3c/webappsec-credential-management/issues/225 has been resolved.

emlun commented 3 months ago

Indeed the warning no longer occurs in my Bikeshed build (one might need to bikeshed update if the issue still occurs). Thanks!