Skip to main content

Questions tagged [oauth2client]

[DEPRECATED] The oauth2client python library made it easy to connect to resources protected by OAuth2.0. The library is deprecated. Use google-auth and oauthlib instead.

oauth2client
0 votes
0 answers
19 views

Unable to fetch access token and refresh token from google OAuth2.0 using the authorized code

I'm trying to get the access token and refresh token from google oauth2. Let me take you through one step at a time until I got the error. What I'm trying to do is straight out of documentation ...
satya ashok dowluri's user avatar
0 votes
0 answers
109 views

Issue in Spring Authorization Server and Spring Cloud Gateway refresh_token flow

I have created Spring Authorization Server and Spring Cloud Gateway and everything looks perfect, but I found a problem in the gateway and specifically in the flow based on the refresh token. When ...
HDonev's user avatar
  • 1
1 vote
1 answer
31 views

Oauth2client StorageByKeyName deprecations Google App Engine

I'm working on an upgrade from python 2 to python 3. The app uses oauth2client.StorageByKeyName oauth2client was deprecated. Is there a recommended upgrade path?
ffejrekaburb's user avatar
0 votes
1 answer
84 views

Android publisher api encountered with 403 error

I'm trying to upload apk using android publisher API but running with issue when hit from python library and postman. Due to deprecated of python package oauth2client switch to google.oauth2 we are ...
Harish98's user avatar
  • 485
0 votes
0 answers
72 views

Can a plain java code act as a OAuth 2.0 client and retrieve data

We have a third part provider that hold our HR data (employee) and I need to retrieve employee data from their RESTful-based API that returns JSON-encoded responses and uses standard HTTP response ...
Sam's user avatar
  • 53
0 votes
1 answer
128 views

Select an Oauth2 identity provider programmatically at runtime in Spring Security reactive

I have a reactive Spring Boot 2 application, which acts as a web agent that initiates user authentication using Spring Security. The end users, who reach this application, come from either public or ...
Cosmin Ion's user avatar
0 votes
0 answers
44 views

Spring cloud gatewate as oauth2 client + React Front End. Problem Redirecting to login page after Refresh Token Expires

I have a spring cloud gateway as an oauth2 client that is serving a react front end. I am testing how it handles an expired refresh token. With no configuration it would throw a 500 internal server ...
Jake Gergen's user avatar
0 votes
1 answer
319 views

Redirect URL Problem Using oauth2_client Package Flutter

I want to get the access token and refresh token using Google OAuth2. I was unable to pass redirect url to the android app. So, I have tried using web app. This is My Code so far. I am unable to ...
Paras Palli's user avatar
0 votes
1 answer
164 views

Generating Access Token through OAuth2 Returns Null in Flutter/Dart

My app is in Flutter/Dart. I am trying to generate an access token through OAuth2 with Azure credentials. Once I login with my credentials, it successfully authorizes, but it doesn't redirect ...
serl's user avatar
  • 1
0 votes
0 answers
37 views

Protect a subset of endpoints using a different OAuth2 Client from the one used to log in a Spring Boot app

I'm developing a Spring Boot Web Application. Quickstarted the project using maven and Spring Initializer. I configured Spring Security so that the user must login via OAuth2 authorization code grant ...
Claff's user avatar
  • 36
0 votes
1 answer
71 views

iOS Google Sign In and Authenticating Token on Python Backend Not Working

On my backend, I am trying to extract credentials from the auth_code returned after the I successfully signs in using google on my iphone Simulator using the below code: credentials = client....
Tejas Sharma's user avatar
0 votes
1 answer
2k views

SOLVED: Keycloak + Spring Security OIDC Backchannel Logout: Unable to Trigger Redirect UI to Keycloak Login After SSO Session Max/ Idle

I have a Spring Boot application that is configured as a Spring Security OAuth2 Client. I use Keycloak as my OIDC provider. I serve a compiled Angular application from my Spring Boot application. The ...
Saketh's user avatar
  • 55
0 votes
1 answer
340 views

Implement OIDC authorization code grant flow for AngularJS SPA

I have an AngularJS application. I want to implement OIDC Authorization Code Grant flow. I first tried with the 'Okta Auth JavaScript SDK' library to integrate my application with Okta, and the ...
dasriyan's user avatar
0 votes
0 answers
40 views

Current Google Login Authorized redirect URIs how to fill exactly correct

I try to login google at https://www.MYDOAMIN.com/register/signUp but I get error Failed to load resource: the server responded with a status of 400 () and [GSI_LOGGER]: The given origin is not ...
weikang Ng's user avatar
0 votes
0 answers
842 views

Generate access token for Oauth2 Authorization code grant type & consume the secured Rest API using spring boot using that access token

I need to get the access token from oauth2.0 Authorization code grant. I have clientid, client secret, redirect uri, token uri etc. Using spring boot I hit an api so that it'll redirect into ...
Dev-eloper's user avatar

15 30 50 per page
1
2 3 4 5
15