Skip to main content

Questions tagged [google-oauth]

Google APIs use the OAuth 2.0 protocol for authentication and authorization. Google supports common OAuth 2.0 scenarios such as those for web server, installed, and client-side applications. When posting questions, it is most helpful if you could explain who owns the resource that is to be accessed.

google-oauth
0 votes
0 answers
8 views

How to solve CORS error encountered after receiving correct response from Google OAuth 2.0 Sign In

I am getting a CORS error along with my response while trying to Sign In using Google OAuth 2.0 . I am creating a React application where I want to add the Google OAuth Sign Up. I have set the ...
WebsteR7's user avatar
0 votes
1 answer
23 views

PHP Laravel Google OAuth gives error for some users

I own www.sweai.se I integrated Google login, and it works for me, friends, wife etc. No issues. However one user reported redirect error, and today I got a spike in users and I got a few reporting ...
Ironside Gaming's user avatar
0 votes
0 answers
19 views

Is there a way to keep oauth2 token for infinite time?

I am trying to build an app for scheduling youtube content, here is how the app works=> user signs in through google (I get his oauth2 token with youtube scope added) uploads a video on my site ...
Nikhil Singh's user avatar
0 votes
0 answers
26 views

what are the dangers of running google-auth-httplib2 [closed]

I am trying to build a calendar planning application for myself, and I thought it'd be cool to be able to import my google calendar using the google api, but when I follow the example given by google: ...
venom's user avatar
  • 3
1 vote
0 answers
14 views

How to test Google's OAuth granular consent screen for TV & Device Apps

We received a notice from Google "OAuth clients must support granular consent, starting June 17, 2024". Our apps OAuth Client is TV and Limited-Input Devices. We tested to display granular ...
Y.Shigemitsu's user avatar
0 votes
0 answers
14 views

Authlib for Flask response state from Google OAuth missing

I'm currently building a flask based web app - and using the Lepture/authlib library. I've read that using a randomly generated state object or variable in the request, is best practice for avoiding/...
rtob's user avatar
  • 186
0 votes
0 answers
20 views

Login in google page with requests or Oauthlib

Good day, I have a task to fill out and submit data on this site: Click Quality Form using Python code, and I encountered the following issues: I cannot find which Google API corresponds to this site (...
Refusion's user avatar
0 votes
0 answers
15 views

How to set the SP certificate in google as IdP with SAML?

I want to use google as an IdP for SPs using SAML. I have integrated an SP with google as IdP and for this I have followed the documentation provided by google at Google SAML. I have created my custom ...
Jorge Domingo's user avatar
1 vote
0 answers
44 views

Add GOOGLE_APPLICATION_CREDENTIALS to deploy functions for Firebase un Github Actions CI/CD pipeline

After reading all of the forums on the topic I still haven't found an answer to my question. I want to deploy Firebase functions via a GitHub actions workflow. For this I cannot use firebase login, I ...
A B's user avatar
  • 11
0 votes
0 answers
75 views

Google account logout error in web application

I have an application in which you log in with a Google account to see the calendar with the events of that account, my problem comes when it comes to logging out, the code below is the function in ...
Hugo Jiménez's user avatar
0 votes
1 answer
36 views

Multiple Google OAuths Clients for a single application?

I am currently developing an application that incorporates three distinct roles: admin, employee, and candidate. We are utilizing Google OAuth for login purposes. However, a colleague suggested ...
Avinash Muralidharan's user avatar
0 votes
0 answers
41 views

How to Retrieve Last/Current Signed-In User Information When Migrating from Legacy Google Auth to CredentialManager?

Problem : I have migrated GoogleSignIn Legacy to the New Credential Manager Library. Now In the Old App, I have checked every time before performing any operation is the user SignIn Already? But In ...
axita.savani's user avatar
0 votes
0 answers
26 views

Getting Error 2771 on a Web Browser Object in MS Access

I'm trying to create and run the Google OAuth2 from an MS-Access 2016 Application. I realize this is old code but it's the most readable OAuth2 VBA code to get an authorization code that I've found in ...
Mary P's user avatar
  • 1
0 votes
0 answers
18 views

How to Configure Google Auth Redirect URI for a Node.js Application on AWS EC2?

I'm currently deploying a Node.js application that uses Google OAuth 2.0 for authentication on an AWS EC2 instance. However, when users attempt to log in using Google, they receive an "access ...
ASHWIN C's user avatar
1 vote
2 answers
39 views

Stuck on openAuthSessionAsync - How to Close Browser After Successful Google OAuth Login?

I'm currently working on a React Native app where I'm using Google OAuth for user authentication. I'm leveraging the openAuthSessionAsync method from the Expo AuthSession API to handle the ...
paradoxioi's user avatar

15 30 50 per page
1
2 3 4 5
677