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
1 answer

Authenticating GWT-RPC calls with Google Identity Toolkit for Java

I have a GWT-based app deployed on Google App Engine (Java). The app uses Google Account for authentication as described here: https://cloud.google.com/appengine/docs/java/users/ and uses GWT-RPC for communicating with the backend services. I use…
DFB
  • 861
  • 10
  • 25
0
votes
1 answer

Disable self registration

I'm trying to disable user self-registration in Google Identity Toolkit, or limit the emails that can register comparing them in a database I have. Is it possible? Thanks.
0
votes
1 answer

How to fix fail to resolve Error:Failed to resolve identitytoolkit api11 & fbv4

I'm trying to integrate the gitkit login into my app. In the guide it says that in need to add the following lines: compile(name:'identitytoolkit-api11', ext:'aar') compile(name:'identitytoolkit_fbv4', ext:'jar') But i'm getting 'Failed to resolve'…
0
votes
1 answer

Get user profile info instead of user card with Google Identity Toolkit

How do I get the user profile information such as user name, email id, profile picture, basically all the information that is displayed in the user card, in my Javascript client? I do not want to use the default user card that is displayed for a…
DFB
  • 861
  • 10
  • 25
0
votes
1 answer

GitKit Client - Uploaded users cannot connect

We have an existing user database with SHA1-encoded passwords. We upload them to the Google Federated Database (through the GitKitClient java lib), but then these uploaded users can't log in The verifyPassword always returns "Incorrect password" !…
SurfinJim
  • 51
  • 4
0
votes
0 answers

NPE when running quick start sample app for java

java.lang.NullPointerException at net.oauth.jsontoken.crypto.AsciiStringVerifier.verifySignature(AsciiS ringVerifier.java:47) at net.oauth.jsontoken.JsonTokenParser.signatureIsValid(JsonTokenParser. ava:177) at…
0
votes
1 answer

Freshness and single-use of an id_token

Can anybody help me...? I would like to use Google sign-in as a login in my App. As I need a proper authentication of my users in front my server, I need to verify the freshness and the single-use of the id_token. In other words, the id_token…
0
votes
1 answer

GitKit Java client library – emailVerify status of account with Facebook as provider

I was testing the following scenario. Sign in with GitKit and use Facebook as the provider. All works well, but and the token cookie contains a.o.: "provider_id":"facebook.com","verified":false Note that verified is false, albeit Facebook emails are…
robert
  • 978
  • 7
  • 17
0
votes
1 answer

SSL Error while trying to use google identity toolkit on google app engine

I'm getting SSL Error while trying to connect with identity toolkit. I just stuck to the guide but I must miss something. I did include the p12 key and the gitkit-server-config.json in the webapp folder This is my index.html: