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

Cookie not in headers, Google identity toolkit on App engine

I am using the Google Identity Toolkit on app engine. Everything works fine when testing on localhost But when I deploy on app engine, the gtoken cookie is not sent to the server. It is not present in the headers request as shown in the first…
0
votes
1 answer

Force Email Verification For New Signup With Google Identity Toolkit

For google identity toolkit, does anybody know how to force email verification of a password account (rather than through a provider i.e. google, facebook etc) immediately after signup? I've come across this response from google --…
Dennis
  • 249
  • 1
  • 4
  • 17
0
votes
1 answer

Google Identity Toolkit returns "A system error has occurred" with googleplus provider

I my android app I have 2 providers: facebook and google+. There are not problems with Facebook (and password) access. With googleplus always I have this response: Response from verifyAssertion: {"error":{ "message":"A system error has…
0
votes
1 answer

How to use UIManager in Android GITKIT

first excuse me for my poor English i'm looking for some sample code or Tutorial on how to use UIManager in Android GITKIT to produce customized UI for user Authentication, but i didn't find anything. please guide me thanx
Soheil
  • 99
  • 1
  • 10
0
votes
1 answer

How to get user's image from google identity toolkit

The google identity toolkit PHP Quick Start app provides the following block of code that displays some information about the user once they have successfully logged in. Welcome back!

Email:
yaryar123
  • 185
  • 1
  • 8
0
votes
1 answer

Using new Facebook SDK with Google Identity Toolkit

Google Identity Toolkit won't work with the new Facebook SDK (version 4+) which I need to use in my project. Does anybody else has this problem?
File
  • 171
  • 1
  • 2
  • 13
0
votes
0 answers

Google identity toolkit for python incomplete response

I have a python/flask app set up with google identity toolkit. When I run it on localhost, when I perform gitkit_instance.VerifyGitkitToken I get back all of the user's details, including user id, name, email, and photo url. However when I deploy…
tdc
  • 8,219
  • 11
  • 41
  • 63
0
votes
1 answer

Implementing GIT Kit in .NET Web Api

I'm attempting to implement the GITKit in a Asp .NET Web Api 2 application. I followed the instructions on the google developer kit. When I go to my sign in page, it redirects to accountchooser.com. So far, so good. I have a google account shown, so…
Jim Jenkins
  • 123
  • 1
  • 2
  • 6
0
votes
1 answer

Handling error codes in Google Identity Toolkit

I am using Google Identity Toolkit for login into app I am working on. The problem is, when I get an error (INVALID_IDP_RESPONSE, some error codes without explanations and so on), the Toast with an error code appears. I tried to use a custom UI…
File
  • 171
  • 1
  • 2
  • 13
0
votes
1 answer

Creating a user account based on the info in a GITkit JWT idtoken payload?

What is the best way to uniquely identify a user starting from the data inside the JWT payload? I will not use the email address alone (or a salted hash of it for that matter) as the primary key of the user account, as I'm not certain if doing this…
Daniel F
  • 13,684
  • 11
  • 87
  • 116
0
votes
1 answer

How to manage the GITkit account without an JWT idToken?

If I'm not supposed to keep the JWT idToken around (the "gtoken" cookie), but only use it for authentication, then how can I use the ...?mode=manageAccount feature, which depends on the existence of idToken in the gtoken cookie? Keep it stored on…
Daniel F
  • 13,684
  • 11
  • 87
  • 116
0
votes
1 answer

OpenID Connect & Mobile Authentication Options for AppEngine for apps with multiple simultaneous login

Does Google Identity Toolkit support OpenID Connect? Does it support multiple simultaneous logins (can you be logged in with both Facebook and Google+)? Twitter isn't supported, so can you add your own identity service to it? I'm setting up an…
ZakTaccardi
  • 12,212
  • 15
  • 59
  • 107
0
votes
1 answer

GITkit and MITM security between and Android app and a backend server

Is it correct to assume that the idtoken offers no more security than replacing it with a (possibly salted) SHA2 hash of itself in any follow-up communication with the backend server? The indended flow would be the following: The Android app…
Daniel F
  • 13,684
  • 11
  • 87
  • 116
0
votes
1 answer

Error adding Google Identity Toolkit with Gradle

I am trying to add the Google Identity Toolkit to my Google App Engine backend in Android Studio using Gradle. But I'm new to Android Studio and Gradle. I have added the following to my backend build.gradle: repositories { …
0
votes
1 answer

Invalid verify algorithm sha256 error

Hi I have configured the node.js app and in most part it is working fine. But at the last step after logging in I am getting this error : Invalid token: Unable to verify the ID Token: Invalid verify algorithm sha256 I can see the gtoken being set.…
Anubis05
  • 1,234
  • 2
  • 13
  • 17
1 2 3
15
16