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 cloud IAM workload identity federation with azure ad 'app registration'/'enterprise applications'

I'm trying to setup Azure AD 'Enterprise Application' to access google cloud from myapps.microsoft.com for both identity and access. I set up workload identity federation as described in…
0
votes
0 answers

How to do SSO with Google Cloud Identity Platform?

I have two react apps and i'm trying do SSO with Google Cloud identity Platform, but it's not working. can anyone help me here? At Google Cloud Platform: I have created a project named 'abc'. Enabled google cloud identity platform for this…
Arif Hossain
  • 311
  • 1
  • 5
  • 16
0
votes
1 answer

Firebase Admin NodeJS SDK: TenantAwareAuth.createSessionCookie() throws unsupported tenant operation

When implementing a tenant aware auth instance using Firebase Admin SDK I cannot use the following method. Code: // defined elsewhere: locals.tenantAuth = getAuth().tenantManager().authForTenant(tenantId) async createSession (locals) { …
0
votes
2 answers

Unable to decode credential from JWT

I am trying to implement the new "Sign in with Google" button as described in https://developers.google.com/identity/gsi/web/guides/display-button. Everything is fine, and I am able to get a response from the button with "credential" and…
xgretsch
  • 1,294
  • 13
  • 15
0
votes
1 answer

Create and manage Google groups

I learned that group management is done via "Google Workspace" and requires specific privileges that are outside of the scope of GCP roles. I'm looking for a simple way to directly (without impersonations) use a GCP service account in order to run a…
0
votes
1 answer

How to authorize calls after Google Sign-In flow

First things first, I've been trying to find an answer to this topic but most of the questions/answers refer to an already discontinued library Google Sign-In. Also, most examples cover the Authentication (sign in, sign up) process, without…
chris
  • 2,490
  • 4
  • 32
  • 56
0
votes
2 answers

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, I found that Identity Platform Admin SDK…
0
votes
2 answers

Google One Tap UI Not Showing

I am trying to show Google One Tap UI on a barebone template
Ashik72
  • 153
  • 2
  • 9
0
votes
1 answer

Error on creating a new google account using Google Directory API

I'm trying to create google accounts automatically using the Google Directory API in a Python script. But when I run my script, I get the following error : Traceback (most recent call last): File "./create_user.py", line 34, in
Romain L.
  • 21
  • 1
  • 3
0
votes
1 answer

why oauth 2.0 client id expired automatically?

Execute compute engine api(GET https://compute.googleapis.com/compute/v1/projects/{project}/zones/{zone}/instances/{resourceId}) with oauth 2.0 client id. I created an OAuth2.0 client ID and got access_token and refresh_token based on the steps on…
0
votes
0 answers

How to send additional attributes in POST Request of https://identitytoolkit.googleapis.com/v1/accounts:signUp

I am trying to send additional attributes along with standard values in request body of IdentityToolKit signUp and signIn APIs. for example POST API : https://identitytoolkit.googleapis.com/v1/accounts:signUpkey=mykey { "email":…
0
votes
1 answer

Firebase not accepting JWT acquired from Google Identity Platform's REST API: 'The custom token format is incorrect.'

I'm trying to enable multifactor auth in my Flutter project, which is only targeting the web platform. As I understand, the latest version of the FlutterFire SDK does not support MFA. This is why I'm trying to use the Google Identity Platform APIs…
zepolyerf
  • 1,098
  • 3
  • 16
  • 35
0
votes
1 answer

AWS Cognito - Create user with External Identity using API

Background: I have a webpage (internal tool) that uses API which is secured with cognito. Current way of creating user in the Pool looks like this: User goes into webpage Logins using Google Cognito creates the user in the pool with External…
0
votes
2 answers

Google Identity Platform pricing - Monthly Active User

I'm trying to pin pricing on a use case for Identity Platform and would appreciate if anyone can confirm how the pricing works. The pricing documentation states: Any account that has signed in within a given month is considered an active user.…
Ben V
  • 1
  • 1
0
votes
1 answer

Google Identity Platform - Disaster Recovery

Hi and thank you for your time! I want to use a IDaaS for my project and Google Identity Platform is one of the options I was considering. One of the considerations is the availably of the service, so I am trying to come up with a solution for…