Questions tagged [google-cloud-identity]

107 questions
2
votes
2 answers

Firebase Auth on a project other than the one the Android application is added to

I have a very specific set up, where we have one project that is handling our Auth, but another project where the actual Android/iOS applications are actually added to the project. When using auth for our custom backend, that's fine, but when we try…
2
votes
1 answer

How to allow users in Cloud Identity to access Google Drive and other services in Google

I administrate users in Cloud Identity Free Edition now. They can't use Google Drive, Colaboratory, Spread Sheet, and so on after they started being controlled in Cloud Identity. What should I do to allow them to use those services again with…
Tommy F.
  • 33
  • 5
2
votes
0 answers

How do I programmatically set RelayState value for Google Cloud Identity SAML 2.0 flow to redirect user to the original url

Assuming I'm understanding the usage of RelayState properly, I'm thinking of using the RelayState value to redirect users to the originally requested page after going through the login flow. While OKTA functions as expected (I'm programmatically…
1
vote
0 answers

OIDC Discovery URL does not match issuer

I am using Google Cloud Identity Platform and trying to configure LinkedIn as a provider. I went through all the steps to register the app and have a client id and secret. I also configured the proper redirect uri. The issue seems to be with the…
1
vote
1 answer

Firebase authentication - identity platforom - pricing

Still, I can't understand about firebase pricing on authentication with the identity platform. I have a question. I own an app that integrates Firebase authentication which is the type of Social, Anonymous, and Email+Password. The question is did…
1
vote
1 answer

Failed to modify Google Cloud Identity enterprise policies: "Caller is not authorized to manage enterprise."

I'm trying to provision a dedicated device using Android Management API I have created an organisation with its account from my personal Gmail account, enabled Android Management API, created an app in Google Play Console and granted the Android…
1
vote
1 answer

How to protect against email enumeration on sign-up

Google suggest to Enable email enumeration , but despite that being enabled, when a user (with intention to discover if the given email address exists on the app) tries to sign up ( register) with a email and if the email exists, the Google…
1
vote
0 answers

How we can auto re-enroll android devices after the factory reset without Zero Touch Portal account

I want that if someone completes a hard reset on the Android device, then the device re-enrolled automatically by their serial number. The zero-touch portal provides this feature but we are trying without a portal I already apply the zero touch…
1
vote
2 answers

Does Google Cloud have anything similar to Managed Identity offered by Azure?

Does Google Cloud have anything similar to the managed identity offered by Azure. Refer the video in below link: https://learn.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/overview As I understand Managed Identity…
1
vote
1 answer

Bulk delete users from Google Cloud Identity Platform

I've been googling around, reading the google cloud platform docs but can't find the answer to bulk deleting users from the Identity Platform. We have a dev application that we use for testing. We want to remove all authenticated users and start…
1
vote
0 answers

Rights needed to view group members using gcloud identity groups memberships list

As stated in the question. I know that within the GCP cloud identity API and CLI tool I can pull the list of members of a group with the following command. gcloud identity groups memberships list --project=mygcpproject…
1
vote
0 answers

Google Cloud Identity Api to list or get devices

I am trying to get or list devices via the Device API in Golang but I keep getting Error 403: The caller does not have permission, forbidden. I did the following steps: Created a service account and retrieved the service account key in .json…
1
vote
1 answer

Preselect account for Google OAuth2 consent screen to prevent redundant account selection

In my webapp I want to implement the following flow User clicks Log in with Google button User selects account in the redirected screen I recieve a JWT with the account ID and email address I set the account ID as login hint and set the prompt for…
1
vote
1 answer

Google Cloud Identity: Group Managers cannot delete group members

I am listed as MANAGER in a group that I am managing on a Google Cloud Platform organisation via the IAM Groups interface on https://console.cloud.google.com/iam-admin/groups. But they delete icon is greyed out, and displaying a message: You need…
Overbryd
  • 4,612
  • 2
  • 33
  • 33
1
vote
1 answer

Google Identity Platform with Firebase SDK - What are the appropriate IAM permissions / roles?

I am struggling to provide a service account with exactly the permissions it needs to fully use the Identity Platform via the Firebase SDK, including programmatically managing tenants. According to the documentation it needs the following…