Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
580 views

Using Google OAuth 2.0 (Authorization Code flow) and exchanging the code at https://oauth2.googleapis.com/token, we request the scopes openid email profile and decode the returned id_token. For almost ...
B Hund's user avatar
  • 1
0 votes
0 answers
272 views

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
245 views

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
230 views

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
  • 150
1 vote
0 answers
426 views

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
2 answers
307 views

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
166 views

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
1 vote
0 answers
406 views

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
965 views

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
259 views

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
1 answer
222 views

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
261 views

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
474 views

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
1k views

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
616 views

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

15 30 50 per page
1
2 3 4 5
34