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

Google Smartlock/Googleyolo did not return saved password

According to the documentation (https://developers.google.com/identity/one-tap/web/retrieve-credentials), we can get our saved password, just like when we use Credential Management API on Chrome. I'm already currently logged in to Google in my…
0
votes
1 answer

Latest version of chrome 63.0 is not supported in library Google One Tap

I am using the latest version of chrome Version 63.0.3239.108 (Official Build) (64-bit) on OSX High Sierra 10.13.2. Everything was working okay on the previous version of Google Chrome, but with new update I get error unsupportedBrowser I checked…
0
votes
1 answer

Google Identity API signOut() Explained

I've been looking through the Google Sign-In guides and it says to use the signOut function (https://developers.google.com/identity/sign-in/web/sign-in) for it's self-described purpose. I understand that it doesn't sign you out of Google (that would…
Rice_Crisp
  • 1,242
  • 1
  • 16
  • 33
0
votes
1 answer

Asp.net Google Sign In

I'm trying to implement Google Sign In in my ASP.net application. I have implemented the javascript code from Integrating Google Sign-In into your web app and that works but I need to store a Google User ID in my Database for identification in…
0
votes
1 answer

GoogleCredentialsBuilder OAuth 2.0

We currently have a batch job that refreshes the access token using the refresh token every 50 minutes or so. This is how we currently construct the GoogleCredentials object to construct the gmail api. Credential cred = new…
iart
  • 286
  • 1
  • 3
  • 8
0
votes
1 answer

Making a Google sign in plugin for Unity

So I'm trying to get a google sign in working for Unity I'm stuck however. I'm trying to convert an example into a Android library, which would call the sign in intent. I've tried searching but with no leads. This shows that you need to extract all…
Mykolas
  • 25
  • 1
  • 6
0
votes
1 answer

Google IAP Public Keys Expiry?

This page provides public keys to decrypt headers from Google's Identity Aware Proxy. Making a request to the page provides its own set of headers, one of which is Expires (it contains a datetime). What does the expiration date actually mean? I…
0
votes
1 answer

can't get user profile info using Oauth2 in server using id_token provided by client

I tried to log in using the google id on my web page. I logged the id_token from the user in console. Then I copied that and passed to a server and tried to get user info. But I get an error in golang server as err is oauth2: cannot fetch token:…
IhtkaS
  • 1,314
  • 3
  • 15
  • 31
0
votes
1 answer

Chrome.identity.getProfileUserInfo randomly returns empty e-mail

We have a Chrome extension, which is used mainly on Chromebooks and heavily relies on retrieving the user's e-mail address via chrome.identity.getProfileUserInfo. This works most of the time, but I've noticed that at random times among our customers…
0
votes
1 answer

How to add Google IAP (Identity Aware Proxy) resources?

I am testing Google IAP on an Appengine project. This project consit of 3 services (formerly known as modules). Each one represent an environment (default is dev, staging and prod). My problem is that only one resource is listed in the IAP…
0
votes
1 answer

Google Sign-In for Website - Login State Management

I'm incorporating Google Sign-In for my website and the basic setup is working fine, however I face a problem to manage the user's login status. I came across the below SO question, which suggested to use sessionStorage/localStorage to carry the…
CLDev
  • 1,467
  • 1
  • 15
  • 19
0
votes
1 answer

Appengine users and admins - render template elements depending on user type

I am using the Google Identity platform for Python and I have two types of users - Provider and Consultant. Both will have an account in the Google Apps domain. In order to separate my app workflows I think Provider should be a regular…
TimothyAURA
  • 1,329
  • 5
  • 21
  • 44
0
votes
1 answer

Google login to app (domain users only) - correct setup

Beginning to secure my App with Google Login (for users on my domain). I'm using this as an overall reference: https://cloud.google.com/appengine/docs/standard/python/users/ I have added the code to my MainPage handler: class…
TimothyAURA
  • 1,329
  • 5
  • 21
  • 44
0
votes
2 answers

The Google access token can not be updated

I'm using Google Identity Platform for an application I'm developing. I've introduced it to many schools. But in recent years, there is a problem with the system: The access token can not be updated. (This problem is occurring in many schools and…
0
votes
1 answer

Getting the user's google identity from a chrome app

I thought I had things rolling but I've discovered I have this error after calling getAuthToken with interactive:false : OAuth2 request failed: Service responded with error: 'Bad Request' 'Bad Request' really tells me very little. Ok, I understand…
Reinsbrain
  • 2,235
  • 2
  • 23
  • 35