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

How to allow mobile apps to login with Facebook and Google to access web service on GAE?

This is in relation to my other question about the need to create a Facebook app. I've been reading a lot about how to best approach login for mobile apps users (iOS and Android) that access my web service running on Google App Engine. I'm still not…
3
votes
2 answers

Google API Explorer and Google Identity Toolkit API not working

I'm trying to explore the Google Identity Toolkit API using the Google API Explorer. The API hints that "No auth required", however when I try to execute a request there is an error message: This method requires you to be authenticated. You may need…
Dewiniaeth
  • 1,123
  • 3
  • 18
  • 30
3
votes
0 answers

Google Identity Toolkit offline scope for Android apps

I would like to retrieve an offline access token for a web back-end as described here: https://developers.google.com/identity/protocols/CrossClientAuth#androidIdTokens That page gives the following scope as an…
T. Monkey
  • 59
  • 3
3
votes
2 answers

How to get the sign-in options without first getting a recommendation?

So I am trying to implement Google Identity Toolkit for my website. Now what happens is when I try to login and put up my Email Id, If its a gmail id, it directly goes into google login. If any other domain is used, then we get options to sign-in…
3
votes
1 answer

Google Cloud endpoints with google Identity tool kit

My overall goal is to create a mobile and web app that allows for multiple identity providers (google, Facebook, email/password) and uses a google cloud endpoint (python) that preform a user authorization check. I am trying to figure out the best…
2
votes
0 answers

Google Identity Platform Authentication using OIDC (in Dart/Flutter)

I need some assistance setting up OIDC auth in Google's Identity Platform. I have setup Oauth2 authentication before, but this is slightly different, and I feel like I'm missing something basic, and that's why it's not working. I'm following the…
2
votes
1 answer

How does new Firebase Authentication billing work?

My app supports only login via Email/Password, Google, and Facebook using Firebase Authentication. Inside the Authentication -> Settings tab, Firebase said to me "Upgrade to Firebase Auth with Identity platform to access this feature." I upgraded…
2
votes
0 answers

problem with Google identity sign-in with redirect (server-side)

I've been trying to update Google sign-in button on my website from old javascript method to new identity library, it works fine when I use callback function but the redirect option (for server-side verification) doesn't send credentials in POST…
2
votes
1 answer

Google Identity Service (GIS) and id_token

I'm using the new Google Identity Services to login a user to my web app, calling google.accounts.id.initialize(). I then send that id_token as credentials to the server on every request, which uses OAuth2Client.verifyIdToken() to verify the user's…
2
votes
0 answers

Unable to configure SAML Single Logout url in Google Cloud Identity Platform SAML provider

We are using SAML provider in GCIP (SP) to integrate with Salesforce as external IDP. Our web application authentication happens via Firebase app (google identity toolkit proj) and works as expected. We want to destroy GCIP session and SAML SSO…
2
votes
0 answers

Google Identity Toolkit v3 Email enumeration through reset password functionality

When using the Google identity toolkit with angular and a node backend I stumbled upon the following problem. There is the Password Reset Function to reset a user password and the request is directly sent from the client to the Google API. However,…
Avasdream
  • 21
  • 1
2
votes
0 answers

"Error 404" when posting SignOutUser to Firebase

I write a code to access Firebase. I use HTTPRequest to login, register, delete account etc. All work well but one method - logout = SignOutUser - always returns with 404 Error, unknown URL. Links that work with…
2
votes
0 answers

Google Apis sendVerificationCode returns backendError 39

All of a sudden the sendVerificationCode auth (/identitytoolkit/v3/relyingparty/sendVerificationCode) POST call returns 503 backendError. I couldn't find the error code in any of the Google API documentation as well. Appreciated any help. Thank…
J K
  • 754
  • 6
  • 12
2
votes
1 answer

Firebase Authentication: Calling `createUserWithEmailAndPassword` calls `createAuthUri` on error

Calling firebase.auth().createUserWithEmailAndPassword(email, password) is causing "QUOTA_EXCEEDED : Exceeded quota for email lookup." if a user tries to create an account with an existing email. Here is my code (using "firebase": "7.6.2"): …
2
votes
2 answers

Disable Identity Toolkit when using Firebase Authentication

I just set up a new project for Firebase and it is requiring me to enable Identity Toolkit API. This is a problem because, even though I'm wrapping the firebase.auth().signInWithEmailAndPassword() in a try catch, the Identity Toolkit still posts…
1 2
3
15 16