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

Google One Tap signout

I am implementing Google One Tap in my website, however I am unable to prevent the popup from spawning immediately after the logout. I know I could manually set a cookie for that, however the official documentation suggests to add the class…
mcafi
  • 1
  • 3
0
votes
0 answers

Google Identity Platform, unable to enable

I have attempted to enable Identity Platform for my Google App Engine project. I get the message: We are unable to enable identity platform on your project... Try again later Subsequent attempts also product the message: Page not viewable for…
jptknta
  • 787
  • 6
  • 15
0
votes
1 answer

SSO: Authorized Users Management on Google vs. other IdP

My goal is to implement an SSO Service Provider in my web application, but I'm having trouble understanding SSO with Google as Identity Provider vs. other IdPs. I've created two POCs, one which uses SAML and another one which uses OpenID Connect.…
0
votes
1 answer

Cannot view/create tenants in Google Identity Platform

I've got a GCP project shared with me with the "project owner" access. So, I can open and manage the "Identity Platform" users. But I can't open the "Tenants" page (it's loading infinitely). So, maybe it requires some additional roles, although I'm…
Code4Art
  • 741
  • 8
  • 9
0
votes
1 answer

Using Google OAuth2 and OpenId Connect in a mixed environment (GCP apps and on-premise)

Migrating on-premise services and applications to Google Cloud Platform and during an extended transition will be in a blended GCP, on-Prem, third party service provided platform. Looking to standardize on GCP OAuth2 provider with the OpenIdentity…
0
votes
1 answer

OpenID Connect - Implicit Flow Nonce

I'm very confused as to how the nonce parameter is actually used for OpenID Connect. I am trying to authenticate users via Microsoft Azure and Google, sign in with Azure and Google respectively. Here is my current (implicit) flow. When the user…
skyguy126
  • 457
  • 1
  • 5
  • 17
0
votes
1 answer

Redirecting from Identity Platform SAML ACS (Integrate Okta with Google Identity Platform)

I am trying to integrate a Google Identity Platform SAML provider with Okta. Typically the flow that have used to use a GIP provider, is this process where you provide the provider ID, and wait for the callback. This works correctly with Okta as an…
Nic Capdevila
  • 1,495
  • 14
  • 27
0
votes
1 answer

Website App smart lock password association not confirmed yet

I have implemented smart-lock in my android app and submitted form for website app password association. As this feature is not yet released to production I have uploaded apk to beta track with the changes mentioned in Enable automatic sign-in…
0
votes
0 answers

Does Google Identity Platform support groups (of users)

Can we model "business" type in Google Identity Platform - i.e. groups and group administrators? Where a business or group administrator has full control over its members?
0
votes
2 answers

How to define UID in Firebase Auth on provider sign in

I need to define the UID consistently weather the user was created via a custom token on the server, or via third-party provider. If there is no way to define the UID initially, is there a process for either: Creating a new user BEFORE the…
Nic Capdevila
  • 1,495
  • 14
  • 27
0
votes
1 answer

How do I find a Google user's ID without the user logging in, in advance?

I don't where to ask questions at https://developers.google.com/identity/ so I am asking here. I've been tinkering with using Google as an authentication provider. I've setup my app with: GOOGLE_CLIENT_ID GOOGLE_CLIENT_SECRET Though now I'm…
hendry
  • 9,725
  • 18
  • 81
  • 139
0
votes
1 answer

Google Sign-In for server-side apps: exchange of a valid authorization code to a token - Bad Request Error (Error: redirect_uri_mismatch)

I'm trying to implement Google Sign-In (https://developers.google.com/identity/sign-in/web/server-side-flow) for my application. I've managed to successfully get an authorisation code, but when I try to exchange it to a token, I get the following…
0
votes
1 answer

can the google plus open ID requests be replaced with the standard google requests?

I've been working on an application that has been previously using many open ID providers, including google signin and google profile. As I understand it, the google profile APIs are being deprecated, and I need to transition off. That being said,…
0
votes
1 answer

Adding a pre integrated cloud application on G Suite

I have a SAML-enabled web app, and many of our customers use G Suite as an identity provider. We have been working with each of them to set up a custom SAML app so they can use G Suite to SSO onto our app, but we would really like to be listed as a…
0
votes
1 answer

How to use Google Identity API and Sign in without a popup window?

I am new to StackOverflow and I am implementing a Google Sign-in for my application.I am following the guide from here https://developers.google.com/identity/sign-in/web/sign-in But i do not not want a popup window to sign-in.Is it possible to click…