[webauthn] What extension data is in AuthenticatorAssertionResponse.authenticatorData?

jyasskin has just created a new issue for https://github.com/w3c/webauthn:

== What extension data is in AuthenticatorAssertionResponse.authenticatorData? ==
It's documented as
> This attribute contains the authenticator data returned by the authenticator. See [ยง5.1 Authenticator data](https://w3c.github.io/webauthn/#sec-authenticator-data).

and that section says the extension data is "a CBOR [RFC7049] map with extension identifiers as keys, and authenticator extension inputs as values". It's odd to see inputs stored in a returned structure. Should that be "client extension outputs" instead?

Please view or discuss this issue at https://github.com/w3c/webauthn/issues/418 using your GitHub account

Received on Friday, 21 April 2017 01:09:38 UTC