You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 10, 2024. It is now read-only.
Whenever PublicKeyCredentialRequestOptions.userVerification is explicitly set to "preferred" or "required" Brave behaves as though userVerification="discouraged".
The behaviour is out of spec and always results in the browser not prompting the user to touch their authenticator.
Description:
Whenever
PublicKeyCredentialRequestOptions.userVerification
is explicitly set to"preferred"
or"required"
Brave behaves as thoughuserVerification="discouraged"
.The behaviour is out of spec and always results in the browser not prompting the user to touch their authenticator.
Steps to Reproduce
perform a create request
perform a get request with
userVerification="preferred"
oruserVerification="required"
Actual result:
There is no prompt for the user to interact with their authenticator.
The returned authenticatorData doesn't have the user presence (
UP
) flag set.Expected result:
The user should be prompted to touch their authenticator when
userPresence=true
and the user presence flag inauthenticatorData
should be set.Reproduces how often:
Consistently reproducible.
Brave Version:
Version 1.12 (19.09.13.06)
Device iPhone11,2 (iOS 13.1)
The text was updated successfully, but these errors were encountered: