All Questions
Tagged with google-identity google-cloud-platform
89
questions
0
votes
0
answers
135
views
How to only enable GCP Identity Platform user once email is confirmed? [duplicate]
I registered a user using firebase.auth().createUserWithEmailAndPassword, however I require the email to be confirmed, before Enabling the user.
I am confused how to realise this simple "double ...
0
votes
0
answers
58
views
Google authentication not visible on mobile devices
Well, basically I'm working on a login for an access control I'm working on so I ended up with Google API, and since I'm new to this I have had a lot of troubles, currently I'm really happy because I ...
1
vote
1
answer
293
views
Google Identity Rest API Failed
I'm trying to access the Google Identity REST API for Firebase Authentication. After logging in with Firebase Admin SDK, I use:
const projectID = app.options.projectId;
const token = await app....
3
votes
0
answers
51
views
Is programatic creation of tenants with standard providers not possible with firebase auth/identity platform?
The documentation mentions:
Note: The default supported identity providers (such as Google, Facebook, Twitter, and Microsoft) cannot be configured using the Admin SDK; configure them manually using ...
0
votes
0
answers
53
views
Cannot update authorization callback URL for X (Twitter) provider in Google Identity Platform
I have encountered a question while attempting to configure Twitter sign-in on the Google Cloud Identity Platform.
According to the documentation provided at https://cloud.google.com/identity-platform/...
0
votes
0
answers
241
views
Using Google-signin API without billing
I was working on a website and needed to add a continue-with-google button. I am a kinda noob though, I was asked to pay before integrating it into my website from my google dev console
so, my ...
1
vote
0
answers
182
views
Does removing a scope from Google oauth2 client app invalidate tokens?
We need to remove an unnecessary scope from our Google Oauth2 client app.
Meanwhile, we have users who authorized our app with the previous scopes and we were granted their access and refresh tokens.
...
-1
votes
1
answer
394
views
No regions displayed in the dropdown when setting up external identities for IAP backend service on Google Cloud
I'm trying to set up Google Identity-Aware Proxy (IAP) to use external identities. However, when I try to choose a region during the process, the dropdown shows "No items to display" and ...
1
vote
0
answers
63
views
Default Firebase reset password email generates a malformed URL
I'm trying to reset the password for a Firebase (with Identity Platform) user. I am getting the email, but the URL for the link is missing everything before the ? (this is true for both the text and ...
1
vote
0
answers
191
views
Does Identity Platform Multitenancy not support authentication via phone number?
I'm experiencing difficulties implementing phone number authentication with the Identity Platform under a multi-tenant setup. When I specify a tenant from the Identity Platform dashboard, I seem ...
2
votes
0
answers
386
views
signing in with external emails on a SAML App configured in Google's admin console
My question is as follows:
can an external user from my organisation be authenticate with a SAML App I have configured the google admin console?
Why I'm confused:
There is the Identity Platform which ...
0
votes
2
answers
769
views
Invalid Firebase Email/Password Auth Handler (missing providerId)
After using createUserWithEmailAndPassword from firebase/auth, Firebase sends a verification email to the user. The verification link successfully verifies the email, but instead of redirecting back ...
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 ...
0
votes
1
answer
1k
views
Why does Google Identity Platform REST API not recognize my (Firebase) Provider API Key?
I have setup GCP's Identity Platform with the "Email / Password" Provider. I have created a User record for test purposes and was able to sign in with this user.
I am now trying to sign in ...
1
vote
1
answer
538
views
Firebase SAML Auth with Azure AD "auth/invalid-credential" after successfull login
I've a Firebase project with Authentication and also SAML works without any problem.
I now try to configure a second Firebase project with the same settings and the same SAML login.
I configured the ...