Skip to main content

All Questions

2 votes
0 answers
565 views

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 ...
Grey's user avatar
  • 421
2 votes
0 answers
1k views

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 ...
Cyrus's user avatar
  • 21
2 votes
1 answer
1k views

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 ...
codedread's user avatar
  • 1,382
7 votes
1 answer
755 views

CORS issue only when revoking Token by calling (Google Identity Services) GIS's google.accounts.oauth2.revoke

I am trying to invoke GSI Javascript google.accounts.oauth2.revoke method. Under the hood it sends a request to https://oauth2.googleapis.com/revoke. However there is CORS issue: await new Promise(r =&...
Luke Vo's user avatar
  • 20.2k
5 votes
1 answer
2k views

Migrating off of GAPI to Google Identity Services (GIS), server side question

How do I get a refreshed id token using the new system (GIS)? I have a web app that uses Google sign-in and sends an id_token to my servers to use some GCP services. I was using GAPI signin2/auth2 in ...
codedread's user avatar
  • 1,382
0 votes
1 answer
981 views

sendOobCode Google Identity Platform

I'm trying to use Google Identity platform api's with my firebase project ( I configured a payment method to use the identity platform sendOobCode and sendVerificationCode methods. But I keep ...
Ibra's user avatar
  • 1,062
1 vote
2 answers
689 views

Identity platform auth blocking function deploy in typescript

I am trying to write an auth blocking function to prevent users creating accounts from the client side in google identity platform. I have written it in typescript but I am struggling to deploy it ...
h11's user avatar
  • 148
3 votes
1 answer
3k views

Google Identity Services implement manual and automatic signout function

I'm using Google's Identity Services for the Signin button: https://developers.google.com/identity/gsi/web/guides/personalized-button Now once a user logins to my website via Google I also trigger my ...
Adam's user avatar
  • 6,052
1 vote
2 answers
610 views

Can we enable 'Sign in with Google' for Google Identity Platform multi-tenants programmatically?

As a B2B SaaS provider, we currently create and manage tenants from Google Identity Platform. As we expect to grow, we would like to automate the tenant creation flow with Sign in with Google. However,...
thanks.gaga's user avatar
1 vote
2 answers
1k views

Assign users to a group in Google Cloud Identity Platform

Is there a way to assign users to a group in Google Cloud Identity Platform. For example : I have 5 users in my Google Cloud Identity Platform. Now I want to group all these 5 together so that in ...
code tutorial's user avatar
1 vote
1 answer
476 views

How to get user data from okta when using it as IdP via GCP Identity Platform?

I've added okta as a SAML provider and as a OIDC provider in GCP Identity Platform (for a firebase project), and from the authentication point of view, everything works great. When using OIDC, the ...
Jonathan Wasserman's user avatar
0 votes
1 answer
500 views

Do we really need to host assetlinks.json file for an Android App?

According to Google FIDO Documentation, Only websites require digital asset link file for interoperability. https://developers.google.com/identity/fido/android/native-apps#...
albeee's user avatar
  • 1,472
3 votes
1 answer
1k views

Google One-Tap Sign In / YOLO project status

we are trying to enable the One Tap sign-up from Google. It seems there was some security concern (reading online not officially by google) and the official document has been taken out by Google. Is ...
Dushyant Sharma's user avatar
3 votes
0 answers
383 views

Google Sign-In on web page, token validated in ASP.NET backend, no client secret used?

I followed instruction given here to expose Google Sign In button. https://developers.google.com/identity/sign-in/web/sign-in To confirm the token on server side, I am calling GoogleJsonWebSignature....
kennethc's user avatar
  • 844
3 votes
0 answers
680 views

Unable to enable Identity Platform on Google Cloud

We currently use Google Identity Toolkit on a web project on Google App Engine. We need to migrate to Google Identity Platform or Firebase Auth since Toolkit is being deprecated. Every time I work ...
Joey's user avatar
  • 464

15 30 50 per page