Skip to main content
The 2024 Developer Survey results are live! See the results

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

Document AI - Processor location issue

I'm using a Mac and I have created a simple Document AI processor on the Google Cloud Platform (PDF splitter). This processor was trained, tested and deployed. I'm now desperately trying to make use ...
AlexCT's user avatar
  • 35
0 votes
1 answer
22 views

Where can I find my Google Developer API key? [closed]

Some while ago, I have created an API key to access Google Drive. This API key is still working today. I can download files from Google Drive with this API key. I am making an http request to https://...
Michel Diemer's user avatar
0 votes
0 answers
13 views

getCredentialAsync claims no provider dependencies found from a module which works on different app

I have a library myLibrary which contains all authentication logic which being used in 2 apps, one for android mobile app and the other for androidTV app. The authentication works in the mobile app ...
Guy Sadoun's user avatar
1 vote
0 answers
20 views

Google oauth2 requires client_secret while using PKCA

I'm having some issues with the google login flow while usign byteowls/capacitor-oauth2 library in an ionic + angular app. The same plugin works fine for microsoft and okta, but when trying to use it ...
Manolo's user avatar
  • 135
0 votes
0 answers
21 views

Google OAuth Account suggestions after Sign-in breaks Authentication Flow

I've recently implemented Google Auth in our web application, and we are encountering an issue that disrupts the authentication flow for certain accounts. Here's a detailed description of the problem: ...
Víctor González Martínez's user avatar
0 votes
0 answers
24 views

facing invalid credentials error while implementing oauth2login authentication using microservice architecture through API gateway

I have two services i.e. API-gateway which is running on port 6051 and auth-service which is running on 6052 port. I have added dependency and configuration in auth-service and sets redirect url which ...
Akshay Deshmukh's user avatar
0 votes
1 answer
29 views

Implement google login with django

I have a django application in which I want to deploy google login auth. My frontend framework is flutter. After login with flutter in to the google, it sends auth_code received from google to the ...
Emad Helmi's user avatar
0 votes
1 answer
34 views

Auth Setup for NextJS frontend and ExpressJS backend with MongoDB

I am building a full stack app with Next JS frontend and Express JS backend with MongoDB as the database. I want to implement authentication using email and password, as well as with Google Provider. ...
shivesh_anand's user avatar
0 votes
0 answers
10 views

Getting AADSTS65001 error (invalid_grant) when trying to refresh access_token for ordinary outlook.com email with valid refresh_token

I'm trying to use the OAuth2 flow to authenticate for IMAP/SMTP usage for various email services (mainly Gmail and Outlook)[1]. Learning from various existing examples, it basically requires ...
Xiyue Deng's user avatar
0 votes
0 answers
17 views

Ensure the token is verified in a React Native application before utilizing it

I want to set up an authentication system with Google using @react-native-google-signin/google-signin. The login works well with the authorization prompt. My problem is that if the token has expired ...
Mampionona's user avatar
-1 votes
0 answers
16 views

Is Google Picker API affected with deprecation of client side javascript libraries?

I am looking to implement Google Picker modal into my product. However, while I was going through the documentation, I came across a page which mentions that the JS libraries are being deprecated. ...
InfiniteCoder's user avatar
0 votes
0 answers
16 views

Express nodemailer custom headers not getting set in the email which is being sent to the reciever user

I have a backend application built with Express.js, and I'm using Nodemailer to send emails. I need to set custom headers in the emails so that I can later read my inbox and group those emails ...
Shubham More's user avatar
-1 votes
1 answer
24 views

Google OAuth 2.0 Consent Screen Issue: Incorrect Consent Screen Displayed for Different Redirect URIs

I have two OAuth consent screens set up in the Google Developer Console. Both created form say [email protected] and [email protected]. Javascript origin for first website is say first.com and for second ...
DIVYASHANT KUMAR's user avatar
0 votes
1 answer
23 views

Google OAuth return http redirect uri when in setting it's https

I have set up Google OAuth for my website. With Publishing status, I set Testing and in credentials, the redirect URI is http://vya.daotao.ai/auth/complete/google-oauth2/, Sign in with Google action ...
Huy Vu The's user avatar
0 votes
0 answers
30 views

angular oauth oidc login with google does not return user information / token

I wanted to create an example of a simple Google oAuth Sign-in from my Angular application using the Angular oAuth OIDC library (angular-auth-oidc-client (version:17.1.0)). I have set the oAuth ...
user3294878's user avatar

15 30 50 per page
1
2 3 4 5
678