All Questions
Tagged with google-oauth authentication
510 questions
0
votes
0
answers
11
views
What's the proper way to conclude the OAuth2 flow in Django?
To keep the story short, I've acquired all the necessary tokens from Google using the "auth code" flow.
So currently, I have the following tokens at my disposal:
1. access_token
2. ...
0
votes
1
answer
62
views
Google authentication for automatic email send (in Airflow)
I'm an admin of my GCP project (I can create and manage anything) and I have to build a workflow in python to send emails periodically using Airflow. Our team has a User Admin account and we have ...
0
votes
0
answers
23
views
How can I retrieve the JWT from Google authentication using Auth.js in Next.js?
//auth.config.ts
import type { NextAuthConfig } from "next-auth";
export const authConfig = {
pages: {
signIn: `/`,
},
callbacks: {
async jwt({ token, user, account }) {
...
0
votes
0
answers
19
views
Accesing express server for auth2 return cors error
Im on production trying to use google auth 2.0 with passport on my express js backend.
origin: function(origin, callback) {
if (!origin || allowedOrigins.includes(origin)) {
callback(null, origin);...
0
votes
0
answers
23
views
Unable to Access Custom Data Passed to signIn Function with Google OAuth Provider in NextAuth
I'm using NextAuth (^4.24.5) in my Next.js (14.2.15) application with the app directory. I've set up authentication with both the Email provider and the Google OAuth provider.
In my login form, I'm ...
1
vote
1
answer
152
views
Google signin HTML API redirect with data-state not working
I am using google signin (HTML API) in my application through redirect mode. But as per documentation, if we use 'data-state', it should post the value back in callback which is not happening, which i ...
0
votes
0
answers
49
views
"Sign In Via Google" intermediary step in django-allauth
I am implementing Google OAuth into my Django project. I set up settings.py and everything, I got this <a href="{% provider_login_url 'google' %}">Continue with Google </a> link, ...
0
votes
0
answers
49
views
My issue : There was an issue setting up your call Status code 400 { "error": "invalid_grant", "error_description": "Bad Request" }
About Oauth2.0, I retrieve the code correctly with my client identifier, the uri, the scope and the prompt=consent but it does not work and i got this error message :
There was an issue setting up ...
0
votes
0
answers
29
views
ERROR Error during sign in: [com.google.android.gms.common.api.ApiException: DEVELOPER_ERROR]. Using without firebase. Trying to signing with google [duplicate]
I'm using Google Sign-In with the following setup:
Library: react-native-google-signin/google-signin: 13.1.0
React Native version: 0.75.4
Credentials: I've added the required OAuth 2.0 credentials for ...
0
votes
0
answers
87
views
Supabase is not redirecting to my desired url with google oauth
I am using Supabase for my authentication. With Google OAuth, instead of redirecting to http://localhost:5000/dashboard, it redirects to http://localhost:5000/. How can I fix this?
In the Supabase ...
0
votes
0
answers
19
views
Why can any user access to my UAuth app that is in test mode?
I am building an app that uses Google OAuth 2.0 for user authentication. The app should only allow access to users registered as test users in the Google Cloud OAuth consent screen, which is currently ...
0
votes
0
answers
40
views
Appwrite Auth's Users vs. Collection
I developed a Vite ReactJS web application where users log in using Google OAuth 2.0. Upon logging in, I retrieve the user's email and given_name and store it in the users collection in Appwrite. ...
1
vote
1
answer
232
views
Google credential manager for API 26
I try to setup Google Authentication using Credential Manager from Google. But when I write the code below it says that it works only for API 34 and above. Instead it looks like they recommend Google ...
0
votes
1
answer
38
views
Is OAuth Sub claim sensitive data?
I have a question about the subclaim given by Google (but also in general for other providers) authorization servers. My question is, is the sub claim considered sensitive data? (Just the sub claim, ...
0
votes
0
answers
45
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 ...
0
votes
0
answers
94
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 ...
0
votes
0
answers
31
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 ...
0
votes
1
answer
59
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. ...
0
votes
0
answers
78
views
Custom Google Login Button Not Triggering Authentication
I'm trying to implement a custom Google login button using the Google Identity Services SDK. I want to style the button myself, instead of using the default Google button. However, when I click on my ...
0
votes
1
answer
137
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 ...
0
votes
0
answers
44
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 (...
0
votes
1
answer
66
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 ...
0
votes
0
answers
92
views
Testing Login function using Cypress on Chorme always get error 400 - Bad Request
I'm a new to Cypress and i want to test a login function by Cypress. Everything goes well but when i click the continue button, all i get is error 400. This error only occurs in Chorme, i have try ...
0
votes
0
answers
97
views
The oauth state was missing or invalid. in asp.net web api when trying to implament google outh
i am trying to implement google auth and i seem to missunderstand the auth flow , i looked through every sub and post allready and tried all the fixes there but nothing seems to work , i dont exectly ...
0
votes
2
answers
506
views
Module not found: Can't resolve 'child_process', while using NextAuth v5 and NextJs latest version
So I've tried to implement an authentication with Mongodb on my app, and after installing nextauth v5 (currently in beta), and trying to put any component or page on the "client side," my ...
0
votes
1
answer
17
views
Should I use, Google Auth Token to Verify my Client, If so then How?
I am implementing authentication on my website using Google Auth. After successfully logging in, Google returns a JWT (JSON Web Token). I need to decode this JWT to extract user information and verify ...
0
votes
1
answer
80
views
How to handle email/password, Facebook and Google authentication for app when our website uses Azure B2C?
We use Azure B2C on our ASP.NET website to authenticate our web users.
We are building our app in Flutter, and need the same user credentials to work across both the app and the website.
I have hit my ...
0
votes
1
answer
84
views
FlutterFire Android Google Authentication Fails
I am working from the codelabs tutorial: https://firebase.google.com/codelabs/firebase-auth-in-flutter-apps#0 I can log in with email and password. I have also added a Google authentication provider, ...
0
votes
1
answer
317
views
Im trying to implement a google sign-in for my web app, does it cost anything?
Im trying to implement google sign-in for my web app, Im wondering if it has any cost or something.
My web app has its own authentication/authorization, I just need the google sign in to get the user ...
0
votes
0
answers
102
views
Problem with Astro Auth. with Google OAuth
I am making a web application with Astro and at the same time using astro auth for authentication. I use Google as a provider, but when I click on the signIn button:
VM4243:1 Uncaught (in promise) ...
0
votes
0
answers
30
views
How do you use OAuth access tokens to authenticate subsequent requests
I'm trying to understand how to use the OAuth (authorization code) flow in the context of securing a backend API. Not sure if it matters, but I'll be using Passport.js to implement social logins (...
0
votes
1
answer
54
views
I installed react-google-login --legacy-peer-deps, and trying to use the GoogleLogin component
I provided the clientID, but I get this error
0
votes
0
answers
152
views
Nuxt 3 Authentication with Supabase using Google OAuth only
I've implemented sign-in with google oauth with supabase. It works, it can sign-in user in to the app but I don't know how to capture the data from user like profile picture, name and email from the ...
0
votes
0
answers
27
views
Google oAuth is sometimes returning error "redirect_url_mismatch" and sometimes redirecting correctly
Working sometimes, tried in 3 different browsers (firefox, chrome, brave) both incognito and normal, couldn't find any consistency.
Working Redirecting correctly
Not Working Returning Error
Video of ...
0
votes
0
answers
24
views
The firebase google login is not working on iOS facebook app
I have an firebase app. I'm using firebase auth. This works good. The problem, when the users open the link on facebook app these are getting something like this
0
votes
1
answer
239
views
Should I use OAuth2 Implicit flow for client side app?
I'm learning OAuth2 by writing a simple client-side React app. Currently, I don't know which of these 2 flows to choose:
Implicit flow: Suggested by Google OAuth (my test code use their OAuth service)...
0
votes
0
answers
155
views
Integrating Custom API with Google OAuth for GPT Action: with Auth URL and Token URL Routes
"Hello everyone,
I’m looking to integrate my custom API into a custom GPT action with OAuth using Google authentication. I want to use Google login to obtain an access token, which will then ...
0
votes
0
answers
192
views
How to implement Next-auth callback url 302 page
After using Next=auth's the google provider to authenticate myself, I get the redirect callback url which is http://localhost:3000/api/auth/callback/google?state=.... which shows up on the browser for ...
0
votes
0
answers
274
views
Can't get Google One Tap Sign In for Android working with OAuth tokens
I have been struggling with implementing Google One Tap Sign in. I can get it to store usernames and password but I can't get it to work with a Google token. I use Back4App (Parse) as my database.
I ...
0
votes
0
answers
20
views
Can I implement in my Express js application both JWT authentication and Google authentication? [duplicate]
I have created one simple application with React and Express where authentication is required and it is based on JWTs, every time user logs is, server sends him a new access token (by the way, in this ...
0
votes
1
answer
245
views
Error while integrating google OAuth with superset
To integrate Google authentication into my Superset application, which is running on a specific IP address, I followed these steps:
Created an OAuth client ID on the Google Cloud Platform. To create ...
0
votes
0
answers
80
views
Sign Up with Google in C# WPF without coding in the client secret
I am trying to add the classic sign up with google to my C# WPF application, without hardcoding client secret, not even mentioning it in the code. But the topic seem to be convoluted: in 2023 OOB was ...
0
votes
0
answers
200
views
Blazor WebAssembly + Google auth + authenticate API requests
My scenario:
Build a Single Page Application with Blazor WebAssembly (preferably .NET 8).
Have users sign in with their Google accounts. (Just any Google account, only need a unique user ID and ...
1
vote
2
answers
704
views
Request to Get Google OAuth Access Token Failing
I'm trying to get a refresh token and use it to issue an access token, but the request to generate the access token isn't working.
I'm calling this API to get the refresh token:
URL: https://accounts....
0
votes
0
answers
133
views
Popup Login Issue with react-native-app-auth in React Native
I'm encountering an issue with implementing a popup login using react-native-app-auth in my React Native project. I'm using the library for Google authentication and would like to have the login ...
0
votes
0
answers
36
views
OAuth2 and jwts am I using it securely?
I was build a CRUD web application React and Spring Boot.
Needed authentication and as such authentication. Instead of me storing users credentials and sensitive data I thought I would use google for ...
0
votes
0
answers
81
views
Uncaught GaxiosError Error: unauthorized_client
getting Uncaught "GaxiosError Error: unauthorized_client"
cross checked both front end back end client id
change the API call from get Token from 'googleapis' and 'google-auth-library'
...
0
votes
0
answers
158
views
GoogleAPI service account OAuth2 authentication fails with 'Syntax error'
CONTEXT:
Sending mail SMTP via Google API php ‘Client’ interface and smtp.gmail.com gateway using a service account (i.e. with 2-legged OAuth2 flow).
PROBLEM: Authentication with an access token ...
4
votes
1
answer
187
views
Site exists with Access violation when adding Google authentication
I'm trying to add google authentication and have installed the nuget oacjage Microsoft.AspNetCore.Authentication.Google v. 7.0.14
But when I try to add it to services, the site stop with message
The ...
0
votes
1
answer
4k
views
AWS amplify v6, using signInWithRedirect instead of auth.federatedSignIn, doesnt open the account.google.com page where I can choose account
Before aws-amplify v6, i was using federatedSignIn to make user login into the website using google. Where clicking the sign in with google button was calling the federatedSignIn method which then ...