Skip to main content

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

A mail that has been sent to [email protected]

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
36 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
13 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
8 views

.NET: Authentication with OAuth2, why am I redirected?

The setup is as following. There are 3 applications running. Two of them are servers and the other is a webapplication written in the Angular framework. So we have Server App A, being the identity ...
Wouter Vandenputte's user avatar
0 votes
0 answers
57 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
  • 31
0 votes
0 answers
68 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
21 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
21 views

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.6k
0 votes
0 answers
14 views

ID.ME digital Identity fails for organization

Within ID.Me we've had an organization setup for a few years now using OAuth to validate users are military, nurses, firefighters, etc. Recently users have received the below error after selecting ...
bbotz's user avatar
  • 63
-1 votes
0 answers
20 views

How do I find the correct user info URL for my procore app?

I am trying to run my procore app and let users login with procore into my app. I get them to the authorization page where it says are you sure you want (my app name) to have access to your procore ...
AppleDev3's user avatar
-1 votes
0 answers
20 views

Multiple Oauth calls triggered for a single transaction in a webclient application with spring security [closed]

I have set up Spring-Security for my webclient application for grant-type as password. I am receiving the token successfully which is getting attached to my API call request. But on enabling debug ...
peanuts's user avatar
0 votes
0 answers
33 views

Is my ASP.NET Core 8 Web API endpoint respecting OAuth 2.0 standards?

I'm working on an ASP.NET Core 8 Web API to serve as an Auth API using OAuth 2.0 for our company's software. Here's the flow: when a user selects "Connect with [Company Name] account" in a ...
ArguablyADumbass's user avatar
0 votes
0 answers
15 views

Twitter media upload endpoint returning 32 could not authenticate you

index.ts const oAuthRequestToken = await requestToken(); const authorizeURL = `https://api.twitter.com/oauth/authorize?oauth_token=${oAuthRequestToken.oauth_token}`; console.log("Please go ...
David's user avatar
  • 1
0 votes
0 answers
27 views

Spotify api calls with flutter authorization problem returns PlatformException(CANCELED, User canceled login, null, null) even though user logs in

am using oauth2_client below is the authorization code Future<void> authorizeUser() async { try { AccessTokenResponse? accessToken; SpotifyOAuth2Client client = ...
Shristy Thapa's user avatar
0 votes
0 answers
53 views

I keep running into "Oauth Google Access blocked: This app’s request is invalid" with my python program is using Flask

This is one of many attempts to try and learn how to make a local program with Flask and run it from Google Cloud Shell. I have laid all the problem in the comments at the top of the program. I also ...
user23991531's user avatar

15 30 50 per page
1
2 3 4 5
1356