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
In my application, users can login via auth0 universal login web flow, and then they are prompted to enable biometrics if they wish. Once they do, upon cold start they are prompted with biometrics as expected.
Problem is, if the user chooses to cancel faceid/fingerprint, and then hit login to go through the web flow, after successful web login, they are then again gated by faceid/fingerprint. I assume this is because getCredentials is still requiring biometric unlock for this appLifecycle even though the user Users should if they have biometrics enabled, be allowed to also fallback to using the regular web login flow if they wish. This does not seem to be possible using the SDK, unless I am missing something?
This I believe is a relatively standard biometrics flow, any help would be appreciated.
Here is snippet of how I am using the localAuthenticationOptions
The only workaround I have been able to find is to not use localAuthenticationOptions at all and control biometrics myself using LocalAuthentication directly
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In my application, users can login via auth0 universal login web flow, and then they are prompted to enable biometrics if they wish. Once they do, upon cold start they are prompted with biometrics as expected.
Problem is, if the user chooses to cancel faceid/fingerprint, and then hit login to go through the web flow, after successful web login, they are then again gated by faceid/fingerprint. I assume this is because getCredentials is still requiring biometric unlock for this appLifecycle even though the user Users should if they have biometrics enabled, be allowed to also fallback to using the regular web login flow if they wish. This does not seem to be possible using the SDK, unless I am missing something?
This I believe is a relatively standard biometrics flow, any help would be appreciated.
Here is snippet of how I am using the localAuthenticationOptions
The only workaround I have been able to find is to not use localAuthenticationOptions at all and control biometrics myself using LocalAuthentication directly
Beta Was this translation helpful? Give feedback.
All reactions