ynojima has just created a new issue for https://github.com/w3c/webauthn: == Does AuthenticationExtensionsClientOutputs key have to be extension identifier or not? == In section 9.3(https://w3c.github.io/webauthn/#sctn-extension-request-parameters), it is stated that > The entry key is the extension identifier But Credential Protection extension defined in CTAP2.1, whose extension identifier is `credProtect`, has following definition. Its key doesn't match the extention identifier and moreover, it has two keys. ``` partial dictionary AuthenticationExtensionsClientInputs { USVString credentialProtectionPolicy; boolean enforceCredentialProtectionPolicy = false; }; ``` Does the extension definision have to be updated? or Is the extension key naming rule to be relaxed? Please view or discuss this issue at https://github.com/w3c/webauthn/issues/1430 using your GitHub accountReceived on Saturday, 30 May 2020 12:08:05 UTC
This archive was generated by hypermail 2.4.0 : Tuesday, 5 July 2022 07:26:40 UTC