- From: gmandyam via GitHub <sysbot+gh@w3.org>
- Date: Thu, 04 May 2017 22:15:56 +0000
- To: public-webauthn@w3.org
gmandyam has just created a new issue for https://github.com/w3c/webauthn:
== Add required key protection to AuthenticatorSelectionCriteria ==
Regarding https://w3c.github.io/webauthn/#authenticatorSelection, add criterion for required key protection.
Suggestion is to define
enum KeyProtection {
"SW",
"HW",
"TEE",
"SE"}
If requireResidentKey=false, then this criterion will be ignored. If requireResidentKey=true, then the UA will raise exception if the key protection level does not meet level specified.
Please view or discuss this issue at https://github.com/w3c/webauthn/issues/446 using your GitHub account
Received on Thursday, 4 May 2017 22:16:03 UTC