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

Questions tagged [oauth]

OAuth (Open Authorization) is a specification for client applications to access protected resources on behalf of a user. It was developed as an alternative to users handing out their login credentials to third-party applications.

0 votes
0 answers
5 views

Keycloak Unable to login via OAuth (Portainer)

I'm trying to configure OAuth for Portainer via Keycloak. Everything is done as described in various guides, but I still can't get it to work. Here is my docker-compose.yaml: yaml Copy code version: '...
Vasilii Kazmin's user avatar
0 votes
0 answers
13 views

Enable wildcard redirect_uri and disable code verification

I am using Django OAuth toolkit in a intentionally vulnerable application. I am painting a scenario in which for example I there is a client application with redirect_uri abc.com. I want to show to ...
Johnny's user avatar
  • 1,747
-1 votes
0 answers
16 views

How to create refresh token without redirecting user for Authorization Code [closed]

We have multiple products on different domains and we created centralised login system where in background API call goes to central login system and get access token using laravel passport. now we ...
Sanket's user avatar
  • 1
0 votes
0 answers
14 views

Supabase OAuth redirect returning text document

I'm running a react native app using expo on my device and connecting to supabase running locally on my laptop. That connection seems to be working and I'm able to create a user with Spotify OAuth but ...
James's user avatar
  • 105
0 votes
0 answers
37 views

ASWebAuthenticationSession does not work for some reason for an OAuth Authorization Code grant

I'm having some trouble with getting a OAuth Authorization Code redirect with a custom scheme to work with ASWebAuthenticationSession. I am trying to build an app that integrates with an ...
johndo's user avatar
  • 71
0 votes
0 answers
10 views

Oauth check validity of creds and accessibility of server

I'm working on adding Oauth login for my website using Google account, and have stumbled upon one thing - how to validate provided information for Oath before executing login flow? To start with, i ...
Max Azatian's user avatar
1 vote
1 answer
40 views

Google OAuth (DRF + Djoser) "Invalid state has been provided." after POST request with state and code

I am following this video tutorial and trying to implement Google social authentication using DRF, djoser and React. Steps which leads to an error: Send GET request: http://localhost:8000/auth/o/...
Ivan's user avatar
  • 35
0 votes
0 answers
27 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
-1 votes
0 answers
40k views

A mail that has been sent to [email protected] [closed]

How can i access a mail that has been sent to [email protected] im trying to change pass my account but the link was sent to [email protected] i just need to access that mail please help, im not ...
Se Aquino's user avatar
0 votes
0 answers
86 views

Flutter App does not return back after Apple OAuth in Android

I am developing a Flutter app that is Supabase-backed and not self-hosting. All native and web sign-ins and Google sign-ins for Apple are working. However, apple sign-in for Android does not work. I ...
Abdurrahim Yılmaz's user avatar
0 votes
0 answers
17 views

OAuth service works locally but not on the server

I am using OAuth0.2 service and this page is my clinetID image It works on local ( 127.0.0.1:8000 ) but when I put it on the server ( hodkhan.ir ) it doesn't work. I use allauth And my project is ...
mahdi ahmadi's user avatar
0 votes
0 answers
114 views

Azure OAuth Token Exchange Issue

I'm trying to exchange the code for an access token, but it comes in a strange format. I expect a JWT token, but I get something like this: POST - https://login.microsoftonline.com/common/oauth2/v2.0/...
Hoppe's user avatar
  • 39
0 votes
0 answers
97 views

Access Token not returned by /token Azure B2C

I've started attempting to create a SPA with Web API connectivity through Azure AD B2C. I've successfully done this in the normal Microsoft Entra Id. I am following this guide. Here are details ...
Shawn Peery's user avatar
0 votes
0 answers
27 views

Can't fetch the following of tumblr accounts using the api

I wanted to create a python script that fetches the following/followers of specified tumblr usernames/username and exports it to a .json file. The problem is, every account except for mine can't be ...
CoffeMoth's user avatar
1 vote
0 answers
37 views
+50

oauth2-proxy `/oauth2/auth` returns 401 on valid JWT tokens

I'm using nginx to do an auth check against oauth2-proxy using the auth_request directive. Auth0 is my upstream authentication provider. Auth0 has a machine-to-machine JWT authentication API ...
David Parks's user avatar
  • 31.5k

15 30 50 per page
1
2 3 4 5
1357