[webauthn] Add required matcher protection to AuthenticatorSelectionCriteria

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

== Add required matcher protection to AuthenticatorSelectionCriteria ==
Regarding https://w3c.github.io/webauthn/#authenticatorSelection, add criterion for required matcher protection.  This field will describe the RP requirement for what type of environment the matching algorithm used for user verification is performed. 

Suggestion is to define
enum MatcherProtection {
"SW",
"TEE",
"HW"}


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

Received on Thursday, 4 May 2017 22:16:06 UTC