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
Hey! I've got stuck trying to solve the issue with authentication through Google OAuth when 2FA is enabled. By default Google checks for the fingerprint and I see the dialog when I sign in in browser.
Google Chrome asks for a fingerprint, Safari asks for a security key. Both are configured for my Google account.
Screenshots of Google Chrome and Safari dialogs
I assume Google is trying to call something similar when authenticating in Tauri, but instead I just get "Something went wrong" message and nothing useful in Console.
Screenshot of "Something went wrong" message
When I sign in with a password I see next options for 2FA and security key is unsupported
Is there a way to enable support for security key, fingerprint authentication in Tauri app? What's required for this to work?
Here is how I trigger the authentication through Google in Rust command:
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
-
Hey! I've got stuck trying to solve the issue with authentication through Google OAuth when 2FA is enabled. By default Google checks for the fingerprint and I see the dialog when I sign in in browser.
Google Chrome asks for a fingerprint, Safari asks for a security key. Both are configured for my Google account.
Screenshots of Google Chrome and Safari dialogs
I assume Google is trying to call something similar when authenticating in Tauri, but instead I just get "Something went wrong" message and nothing useful in Console.
Screenshot of "Something went wrong" message
When I sign in with a password I see next options for 2FA and security key is unsupported
Is there a way to enable support for security key, fingerprint authentication in Tauri app? What's required for this to work?
Here is how I trigger the authentication through Google in Rust command:
google_auth_code
command (Rust)tauri.conf.json
Beta Was this translation helpful? Give feedback.
All reactions