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
2
votes
0 answers

Google Identity Toolkit failing to sign-up new user: Error code: Internal error encountered

New users trying to setup logins that aren't @google.com are hitting issues using Google Identity Toolkit. This has been working fine for a long time so not sure what's up. Looks like this: In the console seeing a 500 error coming back when calling…
yaryar123
  • 185
  • 1
  • 8
2
votes
0 answers

Google developers console API

Is there an API to manage Google developers console projects and creating credentials, f. e. creating/managing an OAuth consent screen? I only know that Google Cloud Resource Manager API allows to create projects.
2
votes
0 answers

Can't reset user's password in Google Identity Toolkit: "CAPTCHA_CHECK_FAILED"

I'm trying to setup my Google Identity Toolkit so users can reset their passwords. I'm following the documentation here: https://developers.google.com/identity/toolkit/web/required-endpoints#send_email_url I'm using the PHP Gitkit Client outlined…
yaryar123
  • 185
  • 1
  • 8
2
votes
1 answer

Google one tap sign up/sign in approval request

I requested one tap signup/signin for website API as documented in https://developers.google.com/identity/one-tap/web/ However, there has been no update or hear an update from them for more than a week. Does anybody know how long it usually takes to…
2
votes
2 answers

Firebase Authentication with Google Identity (GoogleYOLO)

Is it possible to combine Google Identity (GoogleYOLO) with the Firebase Authentication web stack? If so, how? Thanks!
2
votes
1 answer

java.lang.UnsupportedOperationException: JsonObject

I'm trying to make the Identity Toolkit work on my Java App Engine on Eclipse. It works fine until I have to choose my account on AccountChooser.com. After it's chosen, I'm getting the following error: HTTP ERROR 500 Problem accessing…
Carlos Kochhann
  • 138
  • 3
  • 8
2
votes
1 answer

Integrating GitKit login into my project

Im tring to put the activity i've taken from GitKit website and implement it in my code so i'll have a facebook and google login to my app. I have the following dependency in my gradle: compile…
2
votes
0 answers

Appengine User and Google Identity Toolkit

What is suggested way to utilise the Google Identity Toolkit with Appengine. In such a way that all request are validated for authorised Client(device) and also the authorised User.
arvindwill
  • 1,960
  • 1
  • 23
  • 39
2
votes
1 answer

Google Identity Toolkit add third-party authentication

I'm looking for a way to add social sign-in to our website and I found the Google Identity Toolkit solution. It looks great and easy to set-up, however I am wondering if there is a way to customize this Toolkit in order to add other third-party…
Théo camb.
  • 198
  • 1
  • 5
2
votes
1 answer

POST Request to sendEmail endpoint causes org.json.JSONException: JSONObject["oobCode"] not found. after calling gitkitClient.getOobResponse(request);

I am trying to implement the "Trouble Signing In" link endpoint on my back end. I followed the steps enumerated here, and I am successfully getting a POST request via my Gitkit Widget JavaScript, but there seems to be some missing information in the…
Adam Nelson
  • 111
  • 1
  • 11
2
votes
1 answer

With Gitkit, how to verify the email address of users who register with a password?

The Google Identity Toolkit (Gitkit) documenation still has a patchy coverage of topics. One of the cases which doesn't have proper documentation is the verification of email addresses of users who create a password account instead of signing in…
Price
  • 2,683
  • 3
  • 17
  • 43
2
votes
1 answer

Which Golang Packages to use for Google App Engine

I recently started to explore the Google Identity Kit using golang on the App Engine. I was going off of the samples in the googlesamples/identity-toolkit-go. In looking at the code, I found some appengine packages for the…
John F.
  • 4,780
  • 5
  • 28
  • 40
2
votes
1 answer

How to show all supported login options in Gitkit when a Gmail address is used to sign up?

I am trying to implement Google Identity Toolkit (Gitkit) based login in my webapp. I have supplied the following sign-in options in the sign-in widget configuration: signInOptions: ["google", "password"]. Now if I enter a Gmail address to sign up,…
2
votes
1 answer

Google cloud endpoints and Google Identity Toolkit

On the client side I have Android users I wish to authenticate using Google Identity Toolkit. I'll mainly be using email/password authentication but i'm also looking into federated logins. I'm just not sure how to use the Identity Toolkit on Google…
2
votes
1 answer

android gitkit custom UIManager - how to use the system's UI in showPasswordAccountLinking

I'm implementing my own UIManager in the login gitkit process of android app. Even so, I want the system only to handle the UIManager callbacks: public void showPasswordAccountLinking(String s, IdProvider idProvider); public void…
A-_-S
  • 680
  • 5
  • 21