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

Will Google Identity Toolkit for iOS support bitcode?

When building against the CocoaPods version of Identity Toolkit, the following error is encountered: ld: '{path to app}/Pods/GoogleIdentityToolkit/Libraries/libGITkit.a(GITAccount.o)' does not contain bitcode. You must rebuild it with bitcode…
Sam Gammon
  • 1,457
  • 10
  • 16
0
votes
1 answer

How to customize the sign-in button provided by Gitkit?

The Google Identity Toolkit (Gitkit) provides a convenient widget with the id 'navbar' that initially serves as a sign-in button and once the user signs in, it becomes a user info card. This is what it looks like: On clicking this user info card,…
Price
  • 2,683
  • 3
  • 17
  • 43
0
votes
1 answer

Gitkit_ServerException: Error code: 17

I'm attempting to implement the password reset flow for Google Identity Toolkit with the php sdk. I am able to use the sdk to do everything needed except setting up the mail endpoint which exits with the following error. Here is the code that…
George Bittmann
  • 143
  • 2
  • 11
0
votes
1 answer

What is the recommended way of deleting a user account from Google Identity Toolkit (Gitkit)?

I did not find guidance on deleting the user accounts from Gitkit database in the documentation. I was planning on creating some test accounts based on different providers as well as some password based accounts. What is the best way to clear all…
Price
  • 2,683
  • 3
  • 17
  • 43
0
votes
1 answer

Google Identity Toolkit - prevent safari popup and use webview instead

Is there anyway I can force the identity providers signin screens to open in a webview inside my own iOS app. At the moment, it always opens safari (default behavior).
user257543
  • 881
  • 1
  • 14
  • 35
0
votes
1 answer

Identity Toolkit unrecognized config parameter

The following error shows up when I run the gitkit widget: [ 0.004s] [identitytoolkit] Invalid config: "callbackUrl"rj @ gitkit.js:236pj.addLogRecord @ gitkit.js:236Li.log @ gitkit.js:219Q @ gitkit.js:236zl @ gitkit.js:273(anonymous function) @…
sam_dw
  • 159
  • 1
  • 13
0
votes
1 answer

Menu Item Customization for Google Identity Toolkit (Python)

I've been trying to incorporate gitkit login into our web application's (python + GAE) existing login system and UI layout so have been looking for ways to customize away from the default sign-in button and signed-in menu format I've seen a couple…
Dennis
  • 249
  • 1
  • 4
  • 17
0
votes
1 answer

Using appengine and google identity platform as a mobile app backend

I'm sending SOS message in a bottle here but who knows... So I'd like to use an AppEngine application as the backend for a mobile app (available on ios and android, but no browser-based app so far). I'd like to support anonymous users as well as…
0
votes
1 answer

pyOpenSSL version in identity-toolkit-python-client

While automating a clean system install I came across the following: I install sudo apt-get -y install libssl-dev libffi-dev pip install pyopenssl pip install service_identity And then later on I do a pip install…
Daniel F
  • 13,684
  • 11
  • 87
  • 116
0
votes
1 answer

Google Identity Toolkit for Android cannot sign in to existing accounts (Password login)

so we've been trying to implement logging in for our Android application, and we've hit a roadblock with the Google Identity toolkit where we have this exact problem: Android SignIn Flow (Password Login) Confusion Google forum post It seems like…
0
votes
1 answer

Gitkit Error MODE_MISSING: "mode"on Safari

My Python/Django project works with Gitkit on Chrome but Safari give me the following error on both MaxOS/iOS and do not displays the account chooser: Error MODE_MISSING: "mode" parameter was missing in the widget URL. Dismiss Does anyone have a…
vmenezes
  • 1,076
  • 2
  • 12
  • 21
0
votes
1 answer

Google identiy toolkit token validation exception with .NET JSON web token handler

I am trying to integrate GIT in my site. I have been successful in implementing the toolkit and want to validate the JWT sent from Google API with the *.p12 certificate provided during setup. Exception Details:…
0
votes
1 answer

Google identity toolkit widget code

so, I am trying to integrate google identity toolkit in my localhost website. According to the guide i should find a personalised Widget code in my developers console. This code as mentioned in googles documentation exists in "Google identity…
CodeAllDay
  • 54
  • 10
0
votes
1 answer

GITkit causing linker errors

I have written an application that uses Google Identity Toolkit login, and it was working well until I updated to the latest version of Xcode and began developing for iOS 9. I had to install GITkit using Cocoapods, which seems to have been…
Hersh Bhargava
  • 615
  • 4
  • 19
0
votes
2 answers

Api key and refer restriction

I'd like to use Google Identity Toolkit API to identify the user of a web site. I made the example program without problems, but when trying to push it on a remote web server it does not work. I made a new project (so I have new credentials for…