Questions tagged [google-identity]

The Google Identity Platform consists of identity tools from Google to help you quickly build an authentication system for reducing the friction of getting users into your app.

The Google Identity Platform consists of identity tools from Google to help you quickly build an authentication system for reducing the friction of getting users into your app.

Currently the Google Identity Platform is built of:

483 questions
0
votes
1 answer

Scenario: How to authenticate multiple users before accessing google drive document

I have a scenario where my application opens a document in google drive and allows user to edit. Now if I want multiple users to edit the document, how (what google api-oauth/openconnect/identity federation/sign in) should I use to authenticate…
0
votes
1 answer

Google Identity Toolkit without "Email First" option

I am planning to use Google Identity Toolkit and will integrate only with Google Provider (no other providers and no chance in the future too). Whatever example I have seen, flow is showing "Email First" option.After providing email based on…
MaX
  • 73
  • 6
0
votes
1 answer

Identity Toolkit for Websites v3 add access_type=offline to continue param value?

Identity Toolkit for Websites v3 provides authorization code signInSuccess callback tokenString argument. Though //www.gstatic.com/authtoolkit/js/gitkit.js is obfuscate and undocumented, I found .gstatic.com/authtoolkit/js/gitkit-debug.js Which…
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

Is there a way to force my website's users to use 2-step verification when they signin on my website with Google Identity platform?

I have a website where users can sign in with Google login. I would like to force some of them (who wish to better protect their account on my website) to sign-in with 2-step login even they haven't activated it for Gmail.
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
0 answers

How to specify server client id in google login with backend server

So I've followed the guide at: https://developers.google.com/identity/sign-in/web/backend-auth To add backend authentication with my javascript client for my API. However, using their code, at this line of code: idinfo =…
rockwotj
  • 433
  • 5
  • 9
0
votes
1 answer

Using OAuth 2.0 for Installed Applications

I am programming a command line tool (installedApp) that will need access to the Google Sheets of the user. For this I need to get an access token from the user. I am following these guidelines OAuth2InstalledApp. So far I managed to get the…
grandouassou
  • 2,500
  • 3
  • 25
  • 60
0
votes
0 answers

Using Google Sign-in for Internal Web App

I am trying to use Google Sign-in Web API to enable users to log in to an internal network web app. The app will never be hosted publicly. I have it working all well and fine from http://localhost but when users then access the web app over the…
Glenn Flanagan
  • 91
  • 1
  • 1
  • 4
0
votes
1 answer

How to get long-lived indentity provider tokens for JS code in browser

I am implementing Js browser side code login with Fb, Amazon,Twitter,google with cognito. Have gotten to the stage where I can get client tokens for all 4, but the problem these tokens are short-lived and expire in 1-2 hours. Research shows Google…
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

Google+ Sign in error in android

I'm trying to add Google+ sign in button to my android app, and I moved step by step on what written here: https://developers.google.com/+/mobile/android/sign-in and here: https://developers.google.com/+/mobile/android/getting-started But no matter…
Bokris Itzhak
  • 911
  • 9
  • 30
-1
votes
0 answers

FirebaseError: Firebase: Exceeded quota. (auth/quota-exceeded)

We're using Firebase Auth with sms. Tried the following: Linked Firebase Auth with Google Identity Platform Increases the short term quota 900 signups/hour (we are no where near this amount) Does anyone have an idea on how to get the site…
tintin
  • 107
  • 2
  • 6
-1
votes
1 answer

401 error with external users when using google identity services implicit flow

I have a web app that uses Google Identity Services and using the example for implicit flow at https://developers.google.com/identity/oauth2/web/guides/migration-to-gis#gis-only I was able to successfully able to do the integration. Initially I set…
Siva
  • 1,096
  • 7
  • 20
-1
votes
1 answer

Google One Tap SignIn with Azure B2C, .NET Core and Blazor Webassembly

I'm currently using Azure B2C as identity management server to give my Blazor Webassembly client access to a .NET core API, but find the sign in flow to be a bit clunky. I've looked at Google One Tap sign in which is much more smooth but I'm not…
1 2 3
32
33