Questions tagged [google-cloud-identity]
107 questions
0
votes
1 answer
how to get Google groups contents by using directory API or Cloud Identity API
Can anyone please suggest to me how to get the content of google groups by using 2 different API
Cloud identity API
google directory API
We need to get the google group content.

Ankita Nayi
- 19
- 1
0
votes
1 answer
What happens to existing Firebase Auth users if multi tenancy is enabled?
I am considering enabling multiple tenancy on an existing app that uses Firebase Authentication, having read this https://cloud.google.com/identity-platform/docs/multi-tenancy-authentication
What I'm not clear on and therefore worried about, is what…

Mike Hogan
- 9,933
- 9
- 41
- 71
0
votes
0 answers
Do I need to allow allUsers invocation role for my signed url endpoint for my web application?
I have a serverless web application where I would like to authenticate my Identity Platform user and then allow them to upload to Cloud Storage directly from the browser. I've created a Cloud Function with some sample python code from:…

Christopher Lang
- 29
- 1
- 6
0
votes
1 answer
How to allow authenticated Identity Platform user to upload to Cloud Storage from web
I am not able to use Firebase Storage however I am using Identity Platform (firebase auth). Once a user is logged in to my web application, I would like them to be able to upload to a Cloud Storage bucket. The current way I am thinking about doing…

Christopher Lang
- 29
- 1
- 6
0
votes
1 answer
Force login/user creation through cloud identity for googel analytics
Is there a way to force the user creation and login through cloud identity and don't allow marketing to add users to analytics as they please?
Thank you

The O G
- 13
- 3
0
votes
1 answer
error Identity Platform on delete user with malformed uid
i import a wrong file using the command: firebase auth: import FILE.csv which it generate in some out of format uid. I am trying to clean all logs using the firestore and python SDK but I am getting the following error:
ValueError" Invalid uid: \…

Damian Nahmiyas
- 23
- 4
0
votes
0 answers
Google Cloud Identity API - missing hostname fields/data
Thank you beforehand for taking the time to check out my question.
While using Cloud Identity API to query for managed devices (Windows, Mac) details from our Google Workspace, I am able to query successfully by the "device ID" assigned by google,…
0
votes
0 answers
Google Cloud Identity API - missing device fields/data
and thank you beforehand for taking the time to check out my question.
While using Cloud Identity API to query for managed devices (Windows, Mac) details from our Google Workspace, I am able to query successfully by the "device ID" assigned by…
0
votes
1 answer
Alternative of user pool of cognito [AWS] in google identity platform [GCP]
AWS Cognito has a concept of userpool and each pool has its app clients. We are trying to implement the same in GCP and found that Google Identity platform is an alternative to cognito. But I am not able to find any such option for user pools in GCP…

code tutorial
- 554
- 1
- 5
- 17
0
votes
1 answer
How to Authenticate users in Azure AD to a custom web app deployed in Google cloud run?
I have experience in integrating AWS cognito with Azure AD (SSO). But I don't know how to implement similar authentication in GCP.
I want to authenticate the users in Azure AD to use the custom web app deployed in Google cloud run.
I see three…

Frank David
- 187
- 1
- 3
- 9
0
votes
1 answer
When creating a device-based access level in Google Access Context Manager, Device Policy attributes not an option via console
I am attempting to follow this tutorial. My end goal is to apply device-based access levels on Identity-Aware Proxy (IAP)-secured resources, specifically App Engine. However, as the documentation states:
In the New Access Level pane, in the…

Ryan Stack
- 1,231
- 1
- 12
- 25
0
votes
1 answer
Google Cloud Identity API group memberships Error 403
I want to retrieve the users that belong to a specific group.
The request I'm trying to make is described here:
https://cloud.google.com/identity/docs/reference/rest/v1/groups.memberships/list
For the parent parameter I use…

user13321574
- 11
- 2
0
votes
0 answers
GCP - Enabling External Identity Provider
Trying to add external provider (github) to authenticate user. However, I am running in to following error during Google Cloud Identity Platform setting
There was an error in updating the GCIP settings. You can return to
your configuration and…

tronline
- 117
- 1
- 9
0
votes
2 answers
identity.v1beta1.devices create 403 error
I am trying to create a new device with this resouce:
https://cloud.google.com/identity/docs/reference/rest/v1beta1/devices/create.
I have defined the scopes for the API like below.
@Override
protected List getScopes() {
…

Berk Öztürk
- 227
- 1
- 4
0
votes
1 answer
API - Customer ID is not easy to find - please support my_customer
The new Cloud Identity Groups API is great - now our customers can pick from their groups without needing admin roles.
However they need to know the customer ID, which afaik can only be found in the control panel.
The Admin SDK allows us to use…

Ian Weatherhogg
- 126
- 1
- 6