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
When using config allowDeviceCredentials = true on android 11, then the authenticator that you used for the first time will fixed to the created key.
if use device credentials (PIN/Pattern/Password) to enable biometric (create the key this time), then later we must use device credentials to authenticate the prompt.
if use biometric, then later the prompt only accept biometric authen
Suggestion for this time: "Only set allowDeviceCredentials = true for device not android 11"
The text was updated successfully, but these errors were encountered:
When using config
allowDeviceCredentials = true
on android 11, then theauthenticator
that you used for the first time will fixed to the created key.device credentials
(PIN/Pattern/Password) to enable biometric (create the key this time), then later we must usedevice credentials
to authenticate the prompt.biometric
, then later the prompt only acceptbiometric
authenSuggestion for this time: "Only set allowDeviceCredentials = true for device not android 11"
The text was updated successfully, but these errors were encountered: