Questions tagged [google-cloud-identity]

107 questions
0
votes
1 answer

How do I search a group by its displayName with Cloud Identity REST API?

I am trying to retrieve a group by its displayName using the Cloud Identity REST API. As described in Google docs, it should be possible using the search method with a query parameter as follows: parent == 'customers/{customerId}' && displayName ==…
Ricardo
  • 129
  • 11
0
votes
0 answers

Google Cross-Account Protection (RISC) API testing

I am following the documentation here: https://developers.google.com/identity/protocols/risc#overview My setup is working, when I hit the /stream:verify endpoint I can see logs in my REST API endpoint. To test the end-end scenario, I tried to delete…
0
votes
0 answers

how to solve consistent google siteverify No 'Access-Control-Allow-Origin' header is present on the requested resource

I found a good example on how to do Google reCAPTCHA v3 and it sucessfully gets the token by the reCAPTCHA but when I try to verify users response , I get following error when I try to run it in cloudshell , locally or on cloud run. Access to…
0
votes
0 answers

Firebase Identity Platform Release Version Authentication Problem

I wasn't having such a problem when using the old Firebase authentication methods. After accepting Identity Platform, my gmail and phone auth systems are not working in "android release" mode of my app (downloaded play store app). I'm currently…
0
votes
0 answers

How to query tenants on Google Cloud Identity Platform?

I am trying to setup a multi-tenant app using Google Cloud Identity Platform. So far I have successfully setup a small app that can create a tenant and a user in said tenant. When you create a tenant you pass it a displayName. In my testing I…
Ricky Nelson
  • 876
  • 10
  • 24
0
votes
0 answers

Google Cloud Identity platform untrusted providers

Looking at this document (https://cloud.google.com/identity-platform/docs/concepts-manage-users) that talks about email verification which is necessary for Google Cloud identity platforms automatic account linking and de-duplication features. Under…
0
votes
1 answer

Does Firebase charge for all active users?

I have included features to login via Phone, Email-password, Google and Facebook in my mobile app. I know the phone charges after 10k. But my question is, does firebase always charge when it exceeds 50k users? Let's say there are 1 million users…
0
votes
0 answers

Issue querying devices with Google Cloud Identity API

I am currently trying to query devices using the Google Cloud Identity API. When querying using a service account in the same account, I'm able to query the following endpoint successfully: …
0
votes
2 answers

Why is this obscure property necessary for Google Admin API to confirm that someone is a member of a Google Group?

I stood up OAuth2-proxy as a reverse proxy in front of my application, following their instructions. The reverse proxy uses Google accounts for authentication, and uses an existing Google Group for authorization, per those same…
0
votes
1 answer

How to change my Cloud Identity plan before I put in my billing information

nice to meet you. I am not good at English so sorry if I am wrong. I am a new user of Cloud Identity. I tried to sign up for the Free plan, but when I entered the required information, I was prompted to select a billing plan, which I thought was…
0
votes
1 answer

Python: Google Cloud Identity API > Devices > List

Using Google Cloud Identity API > Devices > List request with filter to include a query by serial number works as expected for records where the serial number does not include spaces i.e. 5HCS8767 but will return an empty response if the serial…
0
votes
1 answer

Access GCP project with company email "nongmail" and password

I am very new to GCP and need some help on how to access GCP project. I have an assessment given by an employer to install an application in GCP. I am provided with a company "non Gmail" emailID/password, and a link to the project. I have looked…
0
votes
0 answers

Azure function app to GCP Pub/Sub workload identity federation: 503 error: ('Unable to retrieve Identity Pool subject token', '')

I tried, to push messages from Azure function app to GCP Pub/Sub, using workload identity federation (for authentication). Observations : Instead of using Workload identity federation, if we use the service principal with private 'KEYs' of the GCP…
0
votes
1 answer

Request failed for https://cloudidentity.googleapis.com returned code 403

I'm trying to use this API manage company devices in my workspace. 1st step is pulling a list of current devices. Code is in apps script. I'm getting: Exception: Request failed for https://cloudidentity.googleapis.com returned code 403. Truncated…
0
votes
1 answer

What is the Firebase Auth Session Cookie JWK URL?

With a regular Firebase auth ID token we can verify using the JWK URL of https://www.googleapis.com/service_accounts/v1/jwk/securetoken@system.gserviceaccount.com If you make a Session Cookie instead, where the issuer is…