511 questions
1
vote
0
answers
279
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
243
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
171
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
104
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
112
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
226
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 ...
3
votes
1
answer
585
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
150
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 http://...
0
votes
0
answers
127
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
146
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
178
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
323
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
797
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
497
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
140
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 ...