Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey

All Questions

0 votes
0 answers
60 views

Trigger functions on anonymous signin and account linking on google identity authnetication

I have rest services backend. I am using google identity platform to issue the token . There are some services which could be called anonymously, so I am using anonymous login in the identity platform....
Deibys's user avatar
  • 659
1 vote
0 answers
800 views

How to extend user session when Google Identity Token expires after 1 hour?

I am successfully creating and using a JSON Web Token based on the documentation available at https://developers.google.com/identity/gsi/web/guides/overview. <html> <head> <...
Tom Scheifler's user avatar
3 votes
1 answer
537 views

Google Cloud Platform before user created function not showing up in firebase auth/gcp identity to register

Context I have created a cloud-blocking function (beforeUserCreated) through the Firebase CLI (and the v2 identity Firebase API), this has deployed successfully and can be seen on both Firebase and ...
Toby Clark's user avatar
2 votes
0 answers
113 views

How to hookup a Cloud Function for Google Identity Platform's beforeSignIn event via Terraform?

I want to setup a cloud function via Terraform for beforeSignIn event in Google Identity Platform. Google cloud documentation explains how to do this manually as shown in this screenshot. My question ...
user1573278's user avatar
2 votes
1 answer
5k views

How to create signed Google Cloud Storage URLs in Cloud Function using Cloud Function service account?

I am aware that we can create signed GCS URLs using a service account file. https://cloud.google.com/storage/docs/access-control/signing-urls-manually In my case, what I want is to create signed URLs ...
Soumitri Pattnaik's user avatar
2 votes
5 answers
2k views

Is there a way to generate a firebase email verification link before a user is actually signed up?

I am currently implementing a MFA system with Firebase Authentication & Google Authenticator. Since my users are not allowed to authenticate with a non-verified email address, I'd like to prevent ...
Liyali's user avatar
  • 5,693
0 votes
0 answers
33 views

How do you uninstall Google Cloud Platform app from project

I wanted to test out the GCP "Identity Providers" app with an existing projected that I use for OAuth. I went through the whole process of installing and setting up a payment method before ...
VimUser's user avatar
4 votes
1 answer
1k views

Google Identity Platform authentication inside Cloud Functions

Although similar to Google cloud functions http authentication, my question is more specific towards Google Identity Platform (https://cloud.google.com/identity-platform). I am new to GCP. I have ...
MavWolverine's user avatar
0 votes
0 answers
143 views

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: ...
Tejas Sheth's user avatar
1 vote
2 answers
1k views

How to verify the authenticated user in a google cloud function?

I'm attempting to use Google's Identity Platform in my Google Cloud function. I'm not finding any information about it. I imagine that I should be able to do something like this: exports.helloWorld = ...
mj21's user avatar
  • 141