Questions tagged [google-one-tap]

108 questions
0
votes
0 answers

Android Google One-Tap signin fails on devices with MDM

I have successfully implemented and tested Google One-tap signin on android. But it fails on Samsung devices that are managed by MDM. I have tested on 3 different devices with different gmail accounts. Android 12 and 13. I get the following error…
0
votes
1 answer

Is Google OneTap compatible with Google APIs?

I'm trying to create an android app that will access the user's Google Calendar, thereby needing access to the Google Calendar API. To do so, I need to authenticate the user. As far as I know there are two different ways of doing so, Google's new…
0
votes
0 answers

Google one tap Login With Django ( The given origin is not allowed for the given client ID issue )

I'm trying to connect Google One Tap Login with Django framework, but I'm having issue. I'm not sure why this is displaying an issue. I followed all of the guidelines described in the Google documentation. issue - The given origin is not allowed for…
0
votes
0 answers

Revoke access for OneTap Sign-In when user disables the Google Account sign-in prompts

I implemented Google One Tap Sign-In in my Android Kotlin app and I want to logout the user from server and revoke access when user disables the Google Account sign-in prompts from Third Parties Apps. Is there any way of checking if the user has…
0
votes
0 answers

Google One Tap Sign In With React and Firebase

I have a web-app completely based in react, we use firebase for authentication and maintain the copy in aws dynamo db as well. Authentication in our app is done via firebase completely. We're trying to implement google one tap sign in. I tried doing…
0
votes
1 answer

Infinite Redirect Loop on Google One Tap Signin

I'm having trouble finding any documentation in regards to Google One Tap UX and how to persist signin state after a signin redirect. I am using the html api, check the code here: setTimeout(function () { let target =…
Adrian
  • 3,332
  • 5
  • 34
  • 52
0
votes
1 answer

Google One Tap Login on nextjs

so i was implement this feature on my next app but weirdly enough when i using dark mode it will show like white border around the iframe but it dissapear on light mode and i using next-auth and tailwind and when i switch theme from light first to…
0
votes
0 answers

Android GIS one tap authentication unable to get the phone number

I have one tap authentication in my application. I am trying to do sign up request with setRequestVerifiedPhoneNumber. Sign up request return the result with profile details but doesn't return the phone number. My code looks like as…
nilkash
  • 7,408
  • 32
  • 99
  • 176
0
votes
1 answer

Origin is "not allowed" for given client ID when origin was added

Note: My site is in production mode, not testing. It is pending verification due to me adding an icon. This issue persisted before the verification was started. Whenever my browser makes a request to Google for the one-tap widget or the pill, both…
0
votes
1 answer

Google OAuth [GSI_LOGGER]: The given origin is not allowed for the given client ID

i set up google cloud api for client google signin. I did api, OAuth 2.0 client ID also I did Approved JavaScript source(http://localhost, http://localhost:80, my test server page..). Localhost is fine. perfectly work. but problem is my test server…
0
votes
0 answers

Android: Why does OneTap beginSignIn never return for some users

We have integrated One Tap into our app following the instructions at https://developers.google.com/identity/one-tap/android/get-started This works great, but there are some scenarios where the call to beginSignIn never returns. For example, when…
0
votes
0 answers

Google Save Credentials Android Programmtically

Objective: I want to save custom credentials into the password Manager & later get that from the saved password list in Security-->Password Manager-->List of passwords. What I have done: I tried the following approaches: Save passwords with…
Noman
  • 4,049
  • 10
  • 38
  • 59
0
votes
1 answer

Google one-tap sign in error: "unregistered_origin"

I have implemented Google One-Tap Sign In on my site, and it works fine on localhost. However, when testing it on my any other device on the network I get the following error message: unregistered_origin What is this and how do I fix it?
vaid
  • 1,390
  • 12
  • 33
0
votes
0 answers

Android: How to close Google one tap bottom sheet programmatically?

I want to close the google one tap bottom sheet when user doesn't interact within 10 secs in android app. I am not able to see any code in google docs. oneTapClient = Identity.getSignInClient(this); signInRequest =…
Rummy
  • 117
  • 2
  • 9
0
votes
1 answer

Delay in Google OneTap SignIn / SignUp popup display on Android

I have implemented Google Onetap SignIn in my application. Everything is working fine, the only issue that I am observing is that on certain devices the pop-up often takes 7-10 seconds to display. Especially in case of Sign-In popup. Since I have…
SMagic
  • 317
  • 2
  • 10