Questions tagged [google-identity-toolkit]

Identity Toolkit is a complete authentication service for any site or app. By providing a secure authentication database and optimized sign-in flows, Identity Toolkit helps you get back to building the features that matter.

For more information, please see the Identity Toolkit documentation.

240 questions
4
votes
1 answer

Firebase web client and OIDC Provider issues

I have configured an OIDC provider (linked to a Keycloak OIDC provider) in Google Identity Platform console. This is the code in my single page app: provider = new…
4
votes
1 answer

Does google identity platform supports LinkedIn out of the box like it does for Facebook or Gmail

I am trying to use google identity platform for my application by following the below link Google Identity Platfrom But on this page, no identity provider mentioned for LinkedIn and same is not searchable on web. What I understood is Google's…
4
votes
3 answers

stormpath can't create groups for google sign in directory

Installed stormpath and using google sign in to register and sign in. Now I'm trying to create groups in the google directory in stormpath using this from stormpath.client import Client stormpath_client = Client(id=STORMPATH_CLIENT_APIKEY_ID,…
WebQube
  • 8,510
  • 12
  • 51
  • 93
4
votes
1 answer

Why should the GITkit.idToken be replaced by a Session Token?

The GitkitDemo on GitHub says Now use the idToken to create a session for your user. To do so, you should exchange the idToken for either a Session Token or Cookie from your server. Finally, save the Session Token or Cookie to maintain your…
Daniel F
  • 13,684
  • 11
  • 87
  • 116
4
votes
1 answer

Google Identity Toolkit: Link multiple accounts?

I am looking for an "auth as a service" provider for my website that can let my users sign up using google/facebook and/or their own username/password. Trouble is, I am not able to find out if Google Identity Toolkit will automatically merge…
3
votes
0 answers

Firestore VPCSC_CHECK_FAILED when trying to login using firebase

We use firebase for authentication. When users signs in the app, he gets successfully login on frontend (using signInWithEmailAndPassword), but the https://securetoken.googleapis.com/ api returns 403 error . I investigated a little bit and found out…
3
votes
0 answers

Firebase - sendVerificationCode API

I am trying to authenticate the user with phone number using firebase through sendVerificationCode API. It is expecting phoneNumber and either of (iosReceipt and iosSecret) or recaptchaToken or safetyNetToken. My app is on the Web, Android and also…
Mohan
  • 1,164
  • 15
  • 18
3
votes
1 answer

Google Identity Services implement manual and automatic signout function

I'm using Google's Identity Services for the Signin button: https://developers.google.com/identity/gsi/web/guides/personalized-button Now once a user logins to my website via Google I also trigger my own website's authentication mechanism (Forms…
Adam
  • 6,041
  • 36
  • 120
  • 208
3
votes
0 answers

"An account already exists with the same email address" without a switched account

I'm experiencing a very weird issue with the Firebase Auth using Facebook. A month ago I've created a test user in Facebook to log in with like I always do, when I try to use it now, I get this error: Error: An account already exists with the same…
S. Roose
  • 1,398
  • 1
  • 12
  • 27
3
votes
1 answer

Google One-Tap Sign In / YOLO project status

we are trying to enable the One Tap sign-up from Google. It seems there was some security concern (reading online not officially by google) and the official document has been taken out by Google. Is that API still working, can we integrate it or…
3
votes
0 answers

Google Sign-In on web page, token validated in ASP.NET backend, no client secret used?

I followed instruction given here to expose Google Sign In button. https://developers.google.com/identity/sign-in/web/sign-in To confirm the token on server side, I am calling GoogleJsonWebSignature.ValidateAsync() as described on these…
3
votes
0 answers

Unable to enable Identity Platform on Google Cloud

We currently use Google Identity Toolkit on a web project on Google App Engine. We need to migrate to Google Identity Platform or Firebase Auth since Toolkit is being deprecated. Every time I work up the nerve to work on it, I get stuck at the…
3
votes
3 answers

Google Identity Toolkit API for PHP returns INVALID_CLIENT

I'm trying to get the Google Identity Toolkit API working for a PHP based application. I've been following the Quick-start Guide from Google available here: https://developers.google.com/identity/toolkit/web/quickstart/php I've followed the steps…
J Lamb
  • 33
  • 5
3
votes
2 answers

Photo size in getPhotoUrl() method Google Identity toolkit

I did the login using Google Identity Toolkit, I have noticed that the class GitkitUser.UserProfile retrieves the photo url, but is too small. The google documentation do not say anything about photo size.…
3
votes
1 answer

How to not use accountchooser.com with google-identity-toolkit question

We've been using google identity toolkit for our login on our alpha and beta site, and it's been smooth, simple, and easy to do (Alpha and beta users were given specific login instructions). When we left beta we noticed that 100% of new visitors we…
Timmy
  • 366
  • 5
  • 10
1
2
3
15 16