Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
8 views

How to properly implement a custom-styled authentication button?

I need to add Google authentication to my website (Vue.js), which should be triggered by clicking a button. I have the script: 'https://accounts.google.com/gsi/client' Initialization: window.google....
DestR's user avatar
  • 1
0 votes
0 answers
10 views

How to make sure token always fresh in google new credential manager for Android

is there a property, class, function of Google Credential Manager for android that make sure ID Token always fresh when making API call to backend. this API call will return Bearer Token to ...
Zen Shirayuki's user avatar
-1 votes
0 answers
29 views

Problems with CORS when using Google OAuth2 in Spring boot/React app

I'm working on a React frontend that communicates with a Spring Boot backend. My goal is to secure certain endpoints on my Spring Boot server using JWT, which includes role information. Current Setup: ...
Emma Johnson's user avatar
0 votes
0 answers
13 views

Can't set cookies with passport google oauth

I am using Passport's GoogleAuth20 to login. I can login successfully but in callback function can't set any cookies. This is my callback function after authentication: exports.googleCallback = (req, ...
Yunus Emre Tosun's user avatar
-1 votes
0 answers
19 views

Google Auth2.0 API rejects with IdentityCredentialError: Error retrieving a token

I'm using Google Auth 2.0 with a React frontend and ExpressJS/Node backend. I am trying to send an email using NodeMailer, but first I have to authenticate the user using the Google Auth 2.0 service. ...
Ethan Sroka's user avatar
0 votes
0 answers
26 views

AdonisJS 6 REST API social auth for React (TS) Front end

I'm using AdonisJS 6 to create a REST API for my web app (and mobile app in the future). The user can login using email + password or Google (OAuth). My API is running in URL https://api.example.com ...
andyr's user avatar
  • 193
0 votes
0 answers
27 views

OAuth Authentication for YouTube API fails for manager accounts after the beginging of August 2024

I have been using Google Apps Script in a Google Sheet with the OAuth2 library to interact with the YouTube API based on data from a Google Sheet. My Google account has been granted YouTube Manager ...
svika's user avatar
  • 1
0 votes
0 answers
38 views

Google OAuth2 login not working when using hosting site domain

So I have been implementing a google authentication with OAuth2. For react project part I am using a @react-oauth/google However, when I use a localhost, this does work, but whenever I reach my hosted ...
Mantofka's user avatar
  • 266
0 votes
1 answer
50 views

Combining GoogleOpenId and Cookie authentication in ASP.NET Core 8

I have an application that the primary authentication is using cookies and the standard auth pattern. I want to also have GoogleOpenId auth so particular functions can access Google Calendar. In ...
Craig's user avatar
  • 36.6k
-1 votes
0 answers
21 views

passportjs + googleoauth20 + express-session (valkey store optional) req.user undefined

I'm so tired i spent the whole day trying to fix it but no matter what i do it's not working all i get is undefined PLEASE PLEASE HELP!!!! I Uploaded All The code On GitHub https://github.com/Parag-47/...
Parag Yadav's user avatar
0 votes
0 answers
37 views

Why does a white rectangle appear behind the Google button when using Bootstrap's dark theme?

I am facing an issue with integrating the Google button. When using Bootstrap's dark theme (data-bs-theme="dark"), a white background appears behind the Google button. However, this does not ...
TraVVeL's user avatar
0 votes
0 answers
35 views

google authentication redirect doesn not work for me

I have python code to authenticate and authorize user to login app via google but in my code when ı click login with google , it just refreshs pages and doesn't direct me to login with google account ...
kadiirkkoc's user avatar
0 votes
0 answers
42 views

How to implement OAuth2.0 correctly in React app?

I have been trying to introduce authentication with Google account in my web application In the following code snippet in useEffect() I initialize the OAuth client and then, when the button is clicked,...
XterS's user avatar
  • 11
0 votes
1 answer
39 views

Next.js next-auth, getting CLIENT_FETCH_ERROR on production (vercel), while everything works locally

This is my [...nextauth].ts in pages\api\auth import NextAuth, { NextAuthOptions } from 'next-auth'; import CredentialsProvider from 'next-auth/providers/credentials'; import Google from 'next-auth/...
malle2002's user avatar
0 votes
0 answers
40 views

Google books API giving a 401 error that makes no sense to me

I must mention all of this was working perfectly and then stopped working suddenly. I was using a python script to upload epub files from my google drive to my google playbooks library. This is my ...
Varo OP's user avatar
  • 83
-1 votes
0 answers
28 views

Is there a need to have client id and all those metas for google auth, if all mygoogle authenticating is on my server

I've got a google auth provider and the whole process is managed using NestJS + (Google)Passport, thus it stores client id, client secret etc. So basically I need my (react) client website to have ...
Nboi's user avatar
  • 1
0 votes
0 answers
66 views

Google OAuth Authentication Fails for Under-18 Accounts

I'm having trouble authenticating some Google emails. For accounts created for users aged 18 and older, everything works fine. However, for accounts where the age is under 18, I encounter an error. ...
Samuel Renan Gonçalves Vaz's user avatar
1 vote
1 answer
78 views

Google OAuth consent: Is ownership confirmation by URL not enough?

I have a valid Google ID and for Google Analytics, I have activated a property with this ID, say app.mydomain.com. So I can fully use Google Analytics for app.mydomain.com. I verified the ownership ...
peter_the_oak's user avatar
-3 votes
1 answer
41 views

Any good steps to debug google sign-in button not even rendering?

I am following the [documentation here] (https://developers.google.com/identity/gsi/web/guides/client-library) I put this code in TWO apps(one working, one not working) at the end of the body in my ...
Dean Hiller's user avatar
  • 19.9k
0 votes
0 answers
21 views

Issues Retrieving User Email with Google OAuth 2.0 in Passport.js Integration

I’m encountering an issue with retrieving the user's email address during Google OAuth 2.0 authentication using Passport.js. Despite configuring the appropriate scopes and ensuring that the email ...
Ajay Kumar Gupta's user avatar
0 votes
1 answer
48 views

m=credential_button_library:66 [GSI_LOGGER]: The given origin is not allowed for the given client ID

I am trying to intergrate Signin with google and It is so unfortunate that even the previous answers did not help me at all. The Refferer-policy is done. My origin is 127.0.0.1:8000 but i keep getting ...
philip's user avatar
  • 349
0 votes
0 answers
24 views

Django rest framework Google OAuth best packages

I am currently building a webapp with backend in django and frontend in react (Later, I want to add mobile app for it too. I want to add login via Google as only option, so it would be easier for ...
VaclavJirka's user avatar
0 votes
0 answers
26 views

Gmail Oauth session in nodejs and nuxtjs

I am creating a NodeJS and NuxtJS displaying emails using Gmail API. But I'm having an issue once I deploy it in production. In my local, it can successfully log in but in production, it is not. I ...
AutoLoadMAX's user avatar
0 votes
0 answers
59 views

Handler after press button cancel Login with Google

I have a project with Hapi JS and use Bell for provide Sign in with Oauth Google. In handler for Sign up or Sign in, there problem i found it. If user press Cancel button after choose a account (in ...
Yunian Rezky's user avatar
0 votes
1 answer
57 views

Problems with ShinyApp and Google authentification, when making Public

I have a ShinyApp that should communicate (read and write) with a Google sheet. In local environment the code is working perfectly but when I deploy the app the google authentification with .json ...
therock7's user avatar
0 votes
0 answers
42 views

How can I fix Google OneTapClient's errors 16 (Cannot find a matching credential)?

I'm trying to code an Android app using Jetpack Compose. I've been following a tutorial to let the users authenticate with Google and, up to a few days ago, everything was working just fine. I've ...
Zay's user avatar
  • 1
0 votes
0 answers
22 views

How do I get Google authentication with offline /ServerAuth Code (Mac+Webapp) working?

I am trying to use google-sign-in on my Mac with the serverAuthCode. I have set up two Oauth Client IDs (iOS for Mac app and Web for the service that would run on localhost) I am able to sign-in and ...
Rolodex Guru's user avatar
0 votes
0 answers
50 views

Google Login Inside Telegram Mini apps

I am trying to implement Google login using @react-oauth/google package in Telegram's Mini App. The process is as follows:- user clicks on a button inside miniapp Google login opens in a window and ...
Bijan Kundu's user avatar
0 votes
1 answer
58 views

Issue with Google Sign-In on Android TV using CredentialManager and AuthorizationClient

I'm using CredentialManager and AuthorizationClient for Google sign-in in my app. While the sign-in process works as expected on Android phones, it fails on Android TV. Specifically, on Android TV, ...
Sreelakshmi P P's user avatar
0 votes
0 answers
19 views

Zendesk App Framework - Google OAuth login

I'm trying to build a Zendesk app which will basically be a single page application hosted on an S3 bucket. It will be on the ticket_sidebar. I'm having trouble getting past the google oauth setup as ...
Jonathan Espinosa's user avatar
-1 votes
0 answers
62 views

bad_oauth_state Error in Supabase and MakerKit

I have cloned repo from makerkit and trying to implement Google OAuth using supabase as email authentication method is also handled by supabase and it is the primary database I am using. I have spent ...
farhan jatt's user avatar
0 votes
0 answers
28 views

Google OAuth redirect_uri_mismatch when trying to launch localhost server from Flask app after using Pyinstaller

I have created a web app using Flask in Python, which I successfully linked to Google's OAuth system (or so I thought). When I run the app directly with Python from the command line on http://...
Netzu's user avatar
  • 1
0 votes
0 answers
29 views

How can I implement Google OAuth in my Next.js app without using any npm package like @react-oauth/google

I’m trying to implement Google OAuth in my Next.js 14 application without relying on any third-party npm packages like @react-oauth/google. I want to manage the OAuth flow manually, including loading ...
Hamza Yousaf's user avatar
-1 votes
0 answers
24 views

How do I get an element from another file to load on my main page when it requires oauth2 verification?

Using .jsp to create a simple login functionality with oauth 2.0 I'm trying to load a navbar from another file into my login page, using jsp files and a javascript function: <script> $(...
Gerald Dale's user avatar
0 votes
1 answer
43 views

OAuth2Client Error: The incoming JSON object does not contain a client_email field

I am using Google's OAuth2Client for my first time and running to some issues. I can login to OAuth2 just fine and generate a set of credentials I save in localStorage for future use. I am building ...
fluffybacon's user avatar
0 votes
1 answer
30 views

Can I include Google OAuth client secret in my desktop app?

I would think the answer is "NO!!" and it seems google agrees. "Installed apps are distributed to individual devices, and it is assumed that these apps cannot keep secrets" from ...
Eshy's user avatar
  • 401
0 votes
0 answers
14 views

Strapi Google Oauth Internal Server Error

I am trying to set google authentication with my Strapi app. I have gone through the setup and added the necessary links as shown from the screenshots below. However when I hit the endpoint https://...
Norbert's user avatar
  • 7,560
0 votes
1 answer
27 views

Google Classroom iframe, compare login_hint with signed in user

The Test Plan doc for Google Classroom Add-ons says ■ If you receive the login_hint query parameter, you must display a Google-branded sign-in button if the login_hint query parameter does not match ...
Mark Zamoyta's user avatar
0 votes
0 answers
27 views

Can we set cookies for a WebView in React Native?

I am working on a React Native mobile application which uses a WebView component to load a website in the app. The mobile application implements Google Login and get the JWT token from google and ...
farhanJS's user avatar
0 votes
0 answers
52 views

How do I properly authenticate with OAuth using google-auth-oauthlib and Django?

I am building a Django project that works with video and needs to upload to Youtube. For this, I need oauth credentials. I am unable to authenticate with Oauth even though my redirect URI is correct ...
Charlotte Harper's user avatar
0 votes
0 answers
56 views

OAuth State Missing or Invalid Error with Google Authentication in ASP.NET Core and Blazor App

I am integrating Google Authentication into my ASP.NET Core and Blazor application to enable users to sign in using their Google accounts. I followed the Google Sign-In documentation and implemented ...
Jelles's user avatar
  • 38
0 votes
0 answers
12 views

Pocketbase force user to select an account when loggin in with google

I'm using Oauth2 authentication with Google. When logging in, I don't get prompted to select the user I want to use. It just uses the last one. Now, I want to force the screen to select the user to be ...
Dion Christopher's user avatar
0 votes
0 answers
19 views

How to send mail in Yii2 using the Google Oauth2.0 protocol?

I have a system in Yii2 that sends emails and has a basic configuration where user and password is used as a sender. What I need is to change that configuration to use the Google Oauth 2.0 protocol, I ...
Jesús Soto Mitjans's user avatar
0 votes
0 answers
30 views

How do I set a Google OAuth 2.0 Redirect URI if the port it's sent from keeps changing?

I'm creating a program that requests information from the Google Calendar API, and I've gotten to the point that pretty much all authentication works properly so far. When I go to test the program, ...
cococococococo's user avatar
0 votes
1 answer
28 views

How to make Google Auth refresh token wont expired? (Gmail API)

I need to use Postman for testing, which includes reading Gmail content and deleting specific emails. However, my refresh token expires after 7 days, even though I have switched my app status from &...
BBnew's user avatar
  • 1
0 votes
0 answers
28 views

Force reapproval of Google prompt when using Auth0 universal login

I'm using Auth0 as the IDP of a .NET 8 application to let the users sign in via Google. I have managed to get the Google access and refresh tokens for the user from Auth0, but sometimes I need to ...
Joel's user avatar
  • 8,846
-1 votes
0 answers
36 views

Understanding Test Mode vs. Production Mode for Google OAuth Consent Screen

I am developing a project and want to integrate it with Google Calendar. I created an app called 'calendar-app' on console.cloud.google.com. I set up the OAuth Consent Screen and obtained my client ID ...
eytanmaden's user avatar
0 votes
0 answers
22 views

Oauth2 redirect URI is using the wrong account

hoping some can help me. I am using Oauth to authenticate users using their google credentials to grant access to an emmbeded iframe of LookerStudio in my web. Everything is working fine except, when ...
juaorpo's user avatar
0 votes
0 answers
34 views

Remove access to shared calendars / Delete calendars to a specific user

I was unable to find how to remove or delete a calendar for a user in my workspace. I think I understand how to determine which calendars are shared with a specific user, with the help of this thread: ...
Liad Brettler's user avatar
1 vote
1 answer
228 views

Unable to add any client ID on Domain Wide Delegation

When I'm trying to add a client ID on the Google Workspace Domain Wide Delegation, i'm getting an error 'Invalid client ID'. I have tried with a client ID that is already here, and same error. Does ...
Eliot's user avatar
  • 139

1
2 3 4 5
204