512 questions
0
votes
0
answers
54
views
How to include email in Microsoft Entra External ID Google Configuration AttributesCollectionSubmit payload
I currently have an azure Entra External ID tenant working with a signupsignin user flow for local account that collects a few user attributes: name, surname, country, displayname. I then use the ...
0
votes
0
answers
153
views
Why do Google's OAuth consent screen internal endpoints return 400/405 errors in production?
I'm implementing Google OAuth 2.0 with PKCE for a web application. The OAuth request generation works perfectly and users can select their Google account, but Google's internal consent screen ...
0
votes
1
answer
143
views
Credential Manager fails to sign user with Google 2 times when launching app for first time
When I try to sing user with Google, I launch 2 flows, one if user already has account in my app and second one if they don't. The issue is that when first downloading app from Play Store, they try to ...
1
vote
0
answers
350
views
Firebase Google Sign-In returns null email despite receiving other user data (name, photo)
Issue
I'm implementing Google Sign-In with Firebase Authentication on Android using the new Identity Platform Credentials API. While I successfully receive the user's name and photo URL, the email is ...
0
votes
0
answers
341
views
How to apply custom styles for Sign In With Google button
I'm setting up Google's newest FCM version of the Sign In With Google button documented here.
According to their HTML reference, the button is served from an so seemingly the only way to control the ...
0
votes
2
answers
236
views
Unable to Retrieve gender and birthday from Google Identity Provider in Keycloak
I'm using Keycloak with Google as an Identity Provider. While I can successfully retrieve the user's name, email, and profile picture, I am unable to fetch the gender and birthday attributes.
What I’...
0
votes
1
answer
141
views
SignIn with Google Button (GIS) in Django encounter CSRF verification Failure
Using the help from here: The given origin is not allowed for the given client ID (GSI).
I have managed to get the google sign in button to work. However, I encounter a CSRF verification failure. It ...
0
votes
0
answers
141
views
Google Context-Aware Access, MS Windows Chrome - Certificate fetching issues
I am testing setting up Google CEL based context-aware access policy checking for presence of MDM certificate. The policy works with no issues with MacOS based Chrome with Endpoint Verification plugin,...
1
vote
0
answers
315
views
google.accounts.id.initialize callback not firing
I'm trying to setup the ability for the Authenticated User to manage the OAuth accounts they have linked. Here's the code I'm using in my Angular Component:
linkGoogle(): void {
debugger; // this ...
4
votes
1
answer
708
views
Google Identity Authorization (Android) : how to get refresh token?
I'm willing to add some kind of Google Drive synchronization to my (native) android app - no backend involved (everything will happen in the app).
As seen in the Google Identity documentation, I'm ...
0
votes
1
answer
185
views
Google Identity Platform (with Discourse for SSO/OICD)
I am confused by the offering of Google's IDP solution. At present we use a mix of KeyCloak & Auth0 which both have served as login provider for our discourse community. While using the https://...
0
votes
0
answers
158
views
How to configure Firebase Auth email action handler URL (callback URI) programmatically?
I am using Firebase with Google Identity Platform.
I need to configure the callback URL for Firebase Authentication email actions (password reset, email verification, etc.) programmatically. This is ...
0
votes
1
answer
176
views
"Popup window closed" on Google GIS requestAccessToken - in Joomla php environment
After succesfully initialising a tokenclient with:
function initializeGoogleSignIn() {
tokenClient = google.accounts.oauth2.initTokenClient({
client_id: 'xxxxxxxx.apps.googleusercontent....
0
votes
1
answer
202
views
How do I work around this Google Identity for iOS error?
I'm using Google Sign-In in a Flutter project with Firebase and AppCheck, but I can't sign in on development builds. I receive a Missing or insufficient permissions error for all Firestore calls. ...
0
votes
1
answer
392
views
Send events to Google Tag Manager when Google Sign-in button is clicked
I'm working on implementing custom events in Google Tag Manager for my website, and it’s mostly going well — except for one issue. I'm trying to trigger a GTM event when the Google Sign-in button is ...
3
votes
1
answer
932
views
Why doesn't Android Studio recognize the dependencies for googleId
I'm trying to build an app that uses Google sign in, but I get unresolved references errors for GoogleIdTokenCredential, GoogleIdTokenParsingException, and GetGoogleIdOption
in this code:
...
1
vote
2
answers
555
views
OAuth2 google drive AccesToken refresh using Google Credential Manager + AuthorizationClient
My question: How can I request a OAuth2 credential object to access the Google Drive API, that is automatically refresh after the accessToken is expired?
What I did:
I followed the latest suggestions ...
0
votes
1
answer
161
views
Blazor WASM OIDC authentication with Google fail
I've implemented a Blazor WASM application wiht Google authentication as described
here.
If I select "Log in", I get redirected to Google and I can insert my username and password.
At that ...
1
vote
1
answer
306
views
Getting warning message 'Misuse of Sign in with Google API' in 'Android Lint: Correctness'
I am seeing a warning message in Android Studio when I inspect my project.
in 'Android Lint: Correctness', the warning is:
Misuse of Sign in with Google API,
Use of :googleid classes without use of ...
3
votes
1
answer
238
views
Getting Integer value from googleIdTokenCredential.id but expected String
I want to create login system using 'GoogleIdTokenCredential'.
But the problem is sometimes googleIdTokenCredential.id returns integer and googleIdTokenCredential.displayName returns null value.
But ...
0
votes
0
answers
193
views
Google Identity Services CSP violation even with nonce
I am building a basic Sign in with Google button for web.
I have a Content Security Policy which allows the script and stylesheet:
https://accounts.google.com/gsi/client (script)
https://accounts....
0
votes
2
answers
412
views
How to use the Google Identity Credentials library?
I'm trying to use this relatively new :play-services-identity-credentials library (release notes):
implementation("com.google.android.gms:play-services-identity-credentials:16.0.0-alpha03")
...
1
vote
1
answer
266
views
Credential Manager causes ProtoDataStoreConfig<xgc> doesn't match previous call
From the official page of Sign in your user with Credential Manager, it is clearly written there
Credential Manager is a Jetpack API that supports multiple sign-in methods, such as username and ...
1
vote
1
answer
254
views
How to set up Google OAuth clients to split authorization and token exchange between client and server?
I'm developing a project in which I'll be gathering consent from Google users to make Google Business Profile API requests on their behalf.
I have a React front-end and a Rails back-end. I've been ...
1
vote
0
answers
266
views
Google Identity Services API requestAccessToken() closes immediately
I'm attempting to use Google's Developer API Identity Services.
I'm following along with this guide: https://developers.google.com/identity/oauth2/web/guides/use-token-model
I've already created an ...
0
votes
1
answer
208
views
Google OAuth Granular Permissions with Google Identity Service
Google is currently transitioning their OAuth sign-in flow to granular permissions.
In their recommended approach for Android applications they write:
If you use auth.api.signin SDK from Play ...
4
votes
2
answers
1k
views
Get serverAuthCode using Credential Manager
We are updating our application to use the CredentialManager for logging in, but we are not finding a way to get the serverAuthCode from this new implementation. We need this information to maintain ...
2
votes
1
answer
488
views
How to get authorized user's email and how to sign out the authorized user using Google Identity in android?
I am calling requestGoogleDriveAuthorization() method for a button click listener and authorize a user.
private val authorizationResultLauncher = registerForActivityResult(
...
1
vote
0
answers
204
views
Enable automatic sign-in across apps and websites in android
This is the doc I am trying to support from my app.
Enable automatic sign-in across apps and websites
To support this feature, I've followed all procedures that described here.
This is my https://my....
0
votes
0
answers
323
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 ...
1
vote
1
answer
354
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
60
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
70
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
1
answer
733
views
Im trying to implement a google sign-in for my web app, does it cost anything?
Im trying to implement google sign-in for my web app, Im wondering if it has any cost or something.
My web app has its own authentication/authorization, I just need the google sign in to get the user ...
0
votes
0
answers
243
views
Firebase Auth with Microsoft and OIDC-Microsoft results in different User-IDs
We have developed an Application that uses Firebase-Auth for authentication. As Login-Method we have configured Microsoft in Firebase.
If a new User logs in, Firebase creates a new User (with a Google ...
1
vote
0
answers
119
views
How to Exclude Email Address from JWT with Google Identity Services using Only openid Scope
I'm working on a React application and leveraging Google Identity Services for user authentication. My goal is to authenticate users without requesting or accessing their email addresses. According to ...
2
votes
0
answers
163
views
Google Consent Screen - Asking user consent for every login
I am implementing authorization code flow using Google's new Identity services library https://accounts.google.com/gsi/client.
I have the below code for initializing the code flow:
google.accounts....
2
votes
0
answers
636
views
How to consistently render Google Identity Services button in Next.js 13?
I'm currently building an app in Next.js 13 with the app router, and I've added a "Sign in with Google" functionality by utilizing the HTML + script template provided by Google. Originally, ...
0
votes
0
answers
307
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
252
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
vote
2
answers
3k
views
Understanding the difference between "Firebase Auth" and "Identity Platform"
I have a confusion regarding the "Identity Platform" and "Firebase Auth". In my app I am only using email+password method to signup and signin, with Firebase Auth.
My confusion is ...
2
votes
0
answers
131
views
Saved password between app and website is not sync
I am trying to sync password between our website and our Android App.
According to this document, I have done all required changes.
My website is here.
Digital asset link file is uploaded on this ...
1
vote
1
answer
219
views
Content Security Policy: The page’s settings blocked the loading of a resource
I have implemented Google Sign-In button in a ReactJS web client.
After successful sign-in the page fails to get redirected from "https://accounts.google.com/..."
back to my web-client URL ...
0
votes
1
answer
311
views
Which method to use SignInClient#signOut() or GoogleSignInClient#signOut()?
I'm trying to implement One Tap sign-in with Google. Now when I need to sign out my a user the docs say that:
When a user signs out of your app, call the One Tap client's signOut() method.
So we ...
0
votes
1
answer
97
views
Does the cancellation prompt apply to one user or all users of the app?
The docs say that:
It's important to implement your own rate limiting of One Tap sign-in prompts. If you don't, and a user cancels several prompts in a row, the One Tap client will not prompt the ...
2
votes
0
answers
139
views
Override MFA for a Google IDP provider in firebase authentication
I am using firebase authentication for login. Multiple login providers enabled. Means i can login via username and password, gooogle and microsoft idp also. I have enrolled the MFA using sms also. I ...
0
votes
1
answer
219
views
How to only require 2FA on certain pages with firebase
I'm making a website that requires the user to log in with email and password to see most the site, but also requires two factor sms authentication when trying to visit a certain high security page.
I ...
0
votes
0
answers
180
views
Google Drive Picker API asking for consent everytime even in the same session in authorization code flow approach
The client side implementation is currently this
function initClient() {
client = google.accounts.oauth2.initCodeClient({
client_id: CLIENT_ID,
scope: SCOPES,
...
0
votes
1
answer
116
views
Google sign-in how to logout without revoking user connection
on the new Google identity API, I can not find documentation as to how to log-out a user besides using the revoke method
What is the method of just logging out a user, without breaking the connection ...
0
votes
1
answer
2k
views
How to use the new Google API with scopes?
For a uni project, I was attempting to create a simple demo React app that would fetch some data from a Google Account – first the basic stuff, like name and avatar, but then "scoped data" ...