Google One Tap integration
Sep 10, 2025
Overview
This article will cover the Google One Tap login with Auth0.
Applies To
- Google One Tap Login
Solution
Unfortunately, at this time, Google One Tap is not fully supported. Until this is supported "out of the box" a redirect flow will be required:
-
Retrieve the email for the user from the Google
id_token. -
Call the tenant's /authorize endpoint with
login_hint=<email>andconnection=google-oauth2. -
Users are redirected to Auth0, then Google, and given there’s an existing Google session, they get redirected back to the application automatically.