-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add required key protection to AuthenticatorSelectionCriteria #446
Comments
For the web, we'll probably want to spell out the acronyms. What do they stand for? I suspect these are still relevant for |
"SW" = software protection, "HW" = hardware protection, "TEE" = trusted execution environment, "SE" = secure element |
I suggest adding such changes to branch authnr-sel-addtl-fields and the related PR #442 |
See branch authnr-sel-keyprotection |
Closing for now as there is no interest |
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.
The text was updated successfully, but these errors were encountered: