Skip to main content
Filter by
Sorted by
Tagged with
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 ...
Norrec's user avatar
  • 553
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 ...
Maxi Gorynski's user avatar
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 ...
Cuyer's user avatar
  • 64
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 ...
Yoon's user avatar
  • 81
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 ...
GMoney's user avatar
  • 43
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’...
Tural Karimli's user avatar
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 ...
Dev Web's user avatar
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,...
Igor M's user avatar
  • 11
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 ...
Ian Tunbridge's user avatar
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 ...
Renaud Cerrato's user avatar
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://...
Stefan Walther's user avatar
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 ...
TinyTiger's user avatar
  • 2,255
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....
Pieter's user avatar
  • 13
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. ...
Kevin Miller's user avatar
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 ...
erkolini's user avatar
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: ...
Deusnominus's user avatar
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 ...
spiderbaby's user avatar
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 ...
corradolab's user avatar
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 ...
AR Sharif Uddin JUMMAN's user avatar
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 ...
AR Sharif Uddin JUMMAN's user avatar
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....
Hendrik Volschenk's user avatar
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") ...
Martin Zeitler's user avatar
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 ...
Arshad Ali's user avatar
  • 3,274
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 ...
EthanML's user avatar
  • 184
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 ...
GeoGalvanic's user avatar
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 ...
ndreisg's user avatar
  • 1,179
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 ...
Pedro Almeida's user avatar
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( ...
Abdullah Al Nahian Kanon's user avatar
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....
futurebaby's user avatar
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 ...
hendry's user avatar
  • 11.1k
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....
Jonathan's user avatar
  • 4,125
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 ...
Ben Brumfield's user avatar
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/...
Minh Danh's user avatar
  • 290
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 ...
Ceased's user avatar
  • 27
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 ...
Andre's user avatar
  • 385
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 ...
Sophia's user avatar
  • 43
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....
Karthik Siva's user avatar
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, ...
hjdjoo's user avatar
  • 21
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 ...
Stephen Matthew's user avatar
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. ...
memoricab's user avatar
  • 453
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 ...
PeakGen's user avatar
  • 23.1k
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 ...
Иван Иванов's user avatar
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 ...
Govind Avireddi's user avatar
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 ...
Always Learner's user avatar
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 ...
Always Learner's user avatar
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 ...
Tiji V T's user avatar
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 ...
Deep Thought42's user avatar
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, ...
Ashok Budha's user avatar
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 ...
thebeancounter's user avatar
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" ...
nurlantig's user avatar

1
2 3 4 5
11