python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Unable to authenticate application using Twitter OAuth with Spring Security OAuth2 Client
I’m trying to authenticate users from Twitter using Spring Security OAuth2 Client. I have the following configuration:
spring:
security:
oauth2:
client:
registration:
twi...
cbender
Votes: 0
Answers: 1
I'm getting "social_core.exceptions.AuthForbidden: Your credentials aren't allowed" error in Django python-social-auth/social-auth-app-django
I am using social-auth library to authenticate user with OAuth2. I can authenticate user with accessToken and check infos included in this token. The token is valid. The problem appears in line:
user ...
Karls
Votes: 0
Answers: 0
What is the role of the refresh token flow within the modern authentication/authorization space?
I am having some trouble grasping the role of the refresh token flow within modern SAML/OAuth/OIDC methods.
I understand that authentication is about proving a user is who they say they are, while aut...
ByronPark
Votes: 0
Answers: 1
Python requests POST call with OAuth2 token returns 401
I have the following Python function which takes an access_token from my company's access token provider and hits the URL stored in matter_hydration_url:
def hydration_request(access_token, matter_hyd...
Jason
Votes: 0
Answers: 1