google-cloud-identity Questions

0

I'm initializing the firebase config as following, firebaseAdmin.initializeApp({ credential: applicationDefault(), projectId: "${my_project_id}", }); Verify ID token is working, fireba...

3

Solved

If I turn on the Organization Policy constraint "Domain Restricted Sharing" (doc) and set it to allow only my org domain foo.com, will this prevent the slew of platform service accounts f...
Razorback asked 10/1, 2021 at 19:44

2

Solved

We are migrating an application from AWS to GCP. In AWS, we use Cognito service for maintaining different types of users inside userpools (for example: SSO users has different userpool and users wi...

0

The Google Identity Platform documentation only mentions MFA via SMS. Are procedures like TOTP really not supported? Is that planned for the near future? For a sophisticated corporate application, ...
Sabrinasabsay asked 4/3, 2021 at 14:48

2

Solved

The Firebase Rules docs suggest building conditions comparing the authenticated user's token (i.e., request.auth) with the target Firestore document(s). Something like: match /posts/{postId} { all...
Charette asked 6/8, 2020 at 20:39

1

Solved

I am trying to understand the difference between: Cloud Identity, Firebase Auth, Identity Platform I've read the following documents: https://cloud.google.com/identity-platform/docs/product-compari...
1

© 2022 - 2025 — McMap. All rights reserved.