All Questions
Tagged with google-identity google-cloud-functions
10
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....
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>
<...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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:
...
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 = ...