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

Migrating users to Google Identity Platform with pbkdf2_sha512

I'm migrating user authentication for a Flask app from Flask Security to Google Identity Platform (GIP). GIP includes a process for migrating users by providing password hashes and the details of the hashing algorithm as described here. My issue is…
0
votes
1 answer

How can I get the MAU per tenant in Firebase Auth / Google Identity Platform?

I see that the Firebase console only shows MAU at the project level with various filters. I didn't see a filter per tenant. When I enable multi-tenancy in Firebase Auth/Identity Platform, is there a way to find out the MAU count per tenant?
0
votes
1 answer

GCIP - enable authorization code grant flow using OIDC based external provider

Trying to configure GCIP with Salesforce Identity as IDP. Tried configuring OIDC based integration. Noticed that there is no field for providing (sfdc) client secret for OIDC based configuration. Also, the response_type=id_token is getting invoked…
0
votes
0 answers

Google Identity Platform pricing for custom tokens

The pricing for Google Identity Platform is covered here. Pricing per user falls in to one of two tiers depending on authentication method, and most methods are explicitly listed. However, creating and using a custom token is not among the methods…
Ben V
  • 1
  • 1
0
votes
1 answer

One tab Sign-In for web password credentials not showing

AFAIK One Tap Sign-In is a Smart Lock improvement for seamless sign-in and sign-up flows. It solve 2 key challenges about Developer Complexity and User Complexity According the docs…
Panup Pong
  • 1,871
  • 2
  • 22
  • 44
0
votes
2 answers

How to create a route guard with Vue + Firebase (Google Identity Platform)

I've implemented Firebase (aka. Google Identity Platform) into my Vue project. I want to protect specific routes, so I've added the following: // router/index.js { path: '/profile', name: 'Profile', component: Profile, …
Ari
  • 5,301
  • 8
  • 46
  • 120
0
votes
1 answer

understanding Google Identity Platform and OpenID connect

I'm using Google Identity Platform to connect my users using Email / Password, but I think of creating an oidc flow to connect my users into other applications. I found this provider in Google Identity Platform : Is this used to add a new oidc…
0
votes
1 answer

GCP Identity Platform with Google IDP

I have a web app deployed in Google Cloud Platform In this web app, we need to setup authenticate users on google identity and authorize them based on their roles. We tookup SAML based approach which involves Creating a SAML App to act as an…
0
votes
1 answer

Google One Tap library fails to fallback to native credential manager when there is no Google session

It seems like there is a bug in Google's One Tap client JS library that prevents the fallback to native credential manager when there is no Google session. Intended Behavior: If there is no active Google session and the One Tap prompt is thus not…
0
votes
1 answer

How to implement google smart lock one tap sign in

I want to implement Google's One tap sign-up and automatic sign-in in my website with the help of documentation https://developers.google.com/identity/one-tap/web/ but I am getting confused on how to implement in python. def smartlock(request): …
0
votes
1 answer

Limiting Access to GCP Resources with Google Identity and IAM

I have been looking all day for a solution to this, and have yet to come up with anything... I assume this is probably fairly simple. I have a Cloud Run instance, which I would like to secure using Google Identity. I have enabled Cloud Identity…
0
votes
0 answers

Notification of G Suite super admin user activity

Overview: We have multiple super admin users configured in Google Cloud Identity and its integrated with company AD. I want to set up activity notification for G Suite super admin users. Requirement: if any super admin user logs in and does any…
0
votes
1 answer

Spring Security 5 - How to SSO from id_token (Google one-tap)

I'm working on an application with Spring Boot 5 and OIDC. I've configured OIDC with Google and it works fine. I'm redirected to login at Google and then it redirects me to the app creating a new session. Now I'm trying to use Google One-Tap. It…
Nicolás Rossi
  • 153
  • 2
  • 11
0
votes
2 answers

Is assetlinks.json file hosting mandatory for FIDO?

I have a question regarding FIDO2. Little background: My company has decided to go with FIDO2 for user account management. So we've created a FIDO Server wrapper which mainly uses yubico webauthn library.   In Android side, we are using…
albeee
  • 1,452
  • 1
  • 12
  • 20
0
votes
1 answer

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#interoperability_with_your_website Do we really need to host…
albeee
  • 1,452
  • 1
  • 12
  • 20