Google One Tap integration

Problem statement

Could you please confirm if Google One Tab login with Auth0 is possible or not?

Solution

Unfortunately at this time we do not fully support Google One Tap. 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 your tenant’s /authorize endpoint with login_hint=<email> and connection=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.