513 questions
0
votes
0
answers
11
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,...
0
votes
0
answers
17
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 ...
1
vote
1
answer
103
views
+500
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
73
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
38
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
0
answers
75
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
0
answers
72
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
170
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
220
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
255
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
81
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
181
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
167
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
82
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
302
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")
...