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

All Questions

Tagged with
0 votes
0 answers
121 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
1 vote
1 answer
48 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.6k
-1 votes
0 answers
22 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
0 votes
0 answers
43 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
1 answer
33 views

logto.io | get a jwt token on login to access my api

I'm using logto.io to manage my app authentication with React. When I only authenticate using the frontend, everything is fine as described on the docs. Let's say this is my AuthProvider component, ...
David Meir-Levy's user avatar
0 votes
1 answer
43 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 ...
Nikhil Singh's user avatar
0 votes
0 answers
22 views

django, djoser, simple jwt, google auth, Token has wrong type

i have react-django app, i'm using djoser with simplejwt for auth, and seperate have google auth, problem is that when i first time auth with google is creating new account and returning access with ...
itan mare's user avatar
-2 votes
0 answers
41 views

Most simple and secure authentication method for blazor app and web service

I'm trying to create a blazor web app with an external dedicated API service that should also provide authentication for both app and service. Some specifications: none of the app pages will be ...
user26030905's user avatar
0 votes
1 answer
31 views

Oauth invalid token signature issue

We are developing an application but facing issues with oauth verification and I am not sure how to proceed on the same. The app is developed using flutter and the backend is developed using Node.js. ...
stan3098's user avatar
0 votes
1 answer
59 views

Microsoft OAuth authorization code flow CORS

I have an SPA, where the user will login using Microsoft Entra using authorization code flow. Client is public, so I registered my app as SPA client, following Microsoft oath code flow documentation. ...
Karol Pawlak's user avatar
0 votes
1 answer
26 views

Reverse proxy HTTPS to HTTP switch causes signin issue witn MS Login in .NET

I have an application which I like to publish over a reverse proxy (in my case Traefik). So my calls look like this: Browser --> HTTPS --> k8s-ingress/Traefik --http --> App Container I ...
greg-e's user avatar
  • 404
0 votes
0 answers
17 views

Oauth manual configuration .net

i need to config the oauth in my app manually, anyone have a tuto or documentation i can follow ? authorization code flow the client program.cs `builder.Services.AddAuthentication(options => { ...
maatoug arken's user avatar
0 votes
0 answers
35 views

Yahoo OAuth Issues

I'm fairly new to OAuth and have a site that logs in to pull fantasy football leagues from Yahoo. It works for some users but for some reason some users get a 401. From the documentation, I haven't ...
Jeremy's user avatar
  • 13
0 votes
1 answer
264 views

Connect-AzAccount OAuth login window not showing in .Net GUI since changing laptop

I have a powershell script which runs in a very basic Systems.Windows.Forms .Net GUI wrapper, with the first step in this script being to prompt the user to login to Azure through a Microsoft login ...
Elliot's user avatar
  • 33
0 votes
0 answers
47 views

React App Google Sign-In 403 Error: How to Fix?

I'm developing a React application with a Google Sign-In feature. When attempting to sign in with Google, I encounter a 403 error. The error message suggests that the given origin is not allowed for ...
Pratham Jain's user avatar

15 30 50 per page
1
2 3 4 5
124