223
questions with no upvoted or accepted answers
20
votes
1
answer
1k
views
App and website saved password is not sync
Google Smart Lock feature implemented in my Android App.
I am trying to sync password b/w my website and my Android App.
According to this document, I have done all required changes.
My website is ...
11
votes
1
answer
1k
views
Google Identity Services: How to preserve session
I'm migrating a web app that interacts with the google drive js api to the new Google Identity Services API and following this quickstart guide. GIS is mandatory, since the old one will no longer be ...
8
votes
0
answers
979
views
Android + Google One Tap Refresh Token?
Whenever I sign in with my Android app using Google One Tap, I receive a TOKEN ID which is valid for about an hour. How I'm supposed to get a REFRESH TOKEN to avoid signing in every hour when that ...
7
votes
1
answer
755
views
CORS issue only when revoking Token by calling (Google Identity Services) GIS's google.accounts.oauth2.revoke
I am trying to invoke GSI Javascript google.accounts.oauth2.revoke method. Under the hood it sends a request to https://oauth2.googleapis.com/revoke. However there is CORS issue:
await new Promise(r =&...
7
votes
2
answers
2k
views
How to get Firebase auth OAuthProvider to add additional scopes using OIDC provider
I have added a custom OIDC Provider to my Google Identity Platform. I can successfully authenticate with it, so I know it's not an issue with the provider configs, but for some reason when I try to ...
7
votes
1
answer
1k
views
Location of data stored by the Google Identity Platform
I'm looking for the information of where data processed by the Google Identity Platform is stored physically. I've found similar info for the Firebase Authentication (us region) but nothing like this ...
5
votes
0
answers
2k
views
Android One Tap SignIn, nonce is missing from the generated ID Token
According to the documentation setNonce
I expect the nonce will be included as a claim from the IDToken, however, after setting the nonce with the following code:
oneTapClient = Identity....
5
votes
0
answers
691
views
Google One Tap throws error with cryptic message
After implementing Google One Tap I noticed some JS errors on the client side (these client-side errors are caught in the browser and sent to the backend; I can see them in the backend logs but cannot ...
5
votes
3
answers
1k
views
Is Google one-tap Sign on available for firefox?
I tried using Google one-tap sign on on firefox. But, got an error saying:
{"type":"requestFailed","name":"OpenYoloError","message":"requestFailed: The API request failed to resolve: navigator....
5
votes
1
answer
423
views
Intermittent (but frequent) Google Identity Toolkit verification error: "Plaintext too large"
I'm sometimes - but not always - getting an error from Google Identity Toolkit that says "Plaintext too large". It appears to be in a section when it should be trying to verify the signature (using ...
4
votes
0
answers
340
views
Google Sign In For Web Migration to Google Identity Services
I have a single page web application that uses Google Sign-In for Web that is being deprecated. I have followed the migration guide and logging in works as expected.
However, when the app restarts I ...
4
votes
0
answers
1k
views
How can I use the Google Sign In button with the gsi CodeClient (Authorization code flow)?
The google sign in button doesn't render unless I use the google.accounts.id.initialize() method. However to use the authorization code flow I need to use create and use a CodeClient by calling google....
4
votes
0
answers
599
views
Implementing one-tap sign in for interaction with backend
I'm implementing one tap sign in like described here and everything is basically fine(I can get a token, verify it on backend and so on) but I have got one question.
Do I need to store this token ...
4
votes
0
answers
1k
views
Google one tap successfull login redirects to myaccount.google.com instead of my site
I have integrated the Google one-tap sign-in in my rails app.
It is working fine for some users but for few users after successful sign-in, it redirects them to myaccount.google.com instead of my site ...
4
votes
1
answer
1k
views
Copy / migrate users from Firebase Auth to Google Identity Platform
I've been using Firebase auth to handle sign-in / sign up in my application (react/express js) which contains now +2000 users.
We are going to migrate to use a new project in Identity Platform (to ...