20,263 questions
Best practices
0
votes
1
replies
67
views
Logout from Azure SSO without redirect
I have an Amazon Cognito user pool with Azure AD federated as an OIDC identity provider, using the Cognito Hosted UI and the authorization code flow. My app starts login by redirecting to:
https://<...
Score of 0
2 answers
161 views
JWT validation in wso2
We are trying to implement validation for an external JWT token. According to the docs we can use this simple method to achieve this by verifying the signing key with the jwks endpoint from the token ...
Score of 0
0 answers
67 views
passport-onshape OAuth authorization flow fails with 400 "Invalid request" after authentication
I've been attempting to develop an application which has access to OnShape's API, using OAuth as the authentication method. However, I've been running into an issue both with my own code and with the ...
Score of 0
0 answers
102 views
Instagram OAuth token exchange returns error code 101 after app rename
I'm getting this error when exchanging the OAuth code for an access token:
{"error":{"message":"Error validating application. Cannot get application info due to a system error....
Score of 0
0 answers
61 views
GoTo API - Unable to get OAuth Token using Personal Access Token - using C# code sample - HttpClient and OAuth
I am using the C# code below to obtain an OAuth access token using a Personal Access Token with GoTo API (GoTo Webinar API) and getting error "StatusCode = 403 Forbidden"
Below is the code. ...
Advice
0
votes
2
replies
73
views
Instagram and tik tok OAUTH
I have a project for connecting creators to brands. When creators have created their accounts, we add a button to connect Instagram, TikTok or X (Twitter) accounts. Then Real OAuth flow — Users ...
Advice
0
votes
2
replies
91
views
Instagram auth system for my laravel project
Is Instagram API available for signing up users into my website using their Instagram account?
And if so, can someone please give me a quick guide on what needs to be done, vidoes on YouTube are kind ...
Advice
0
votes
0
replies
36
views
Next-Auth v5 302 redirect loop when trying to access signin page
i spent quite a bit trying to find the reason for 302 redirect loop on default signin page (/api/auth/signin).
If anyone else is experiencing this on NextAuth V5. Make sure you don't have the page ...
Advice
0
votes
4
replies
159
views
Architecture for handling OAuth token refresh across multiple services in agent-based systems
I’m currently working on a system where agents interact with multiple external services such as Google APIs, Slack, and GitHub.
All of these services use OAuth, which means access tokens expire ...
Score of 1
0 answers
33 views
How to filter attributes in an OAuth service?
I am working on updating our CAS from version 5.3 to version 7.3.2.
CAS V2, CAS V3 and OIDC authentication are working fine, and we are able to choose the attributes to return to the client based on ...
Advice
0
votes
2
replies
90
views
Are these photos library api scopes still useful for backup of non-developer created data?
Here is a screenshot of the google photos library api scopes as of 7th Feb 2026. (Taken from here)
So now developers can only backup (or access) data created via their programs/scripts (i.e self-...
Score of 0
1 answer
105 views
How do I solve Shopify's Oauth matching hosts error?
I'm building a small backend as a learning exercise with node.js, express, typescript, and the shopify api.
My server runs fine and successfully goes to the home "/" page, but when I try to ...
Score of 0
1 answer
65 views
SSA (2LO) cannot access ACC file contents while 3LO works – what APS permissions or app settings are required?
We are integrating Autodesk Construction Cloud (ACC) with FME Flow (Server) and are trying to move from 3LO (user-based OAuth) to SSA / robot account (2LO) based on the APS guidance that SSA is now GA....
Score of 0
1 answer
78 views
LinkedIn memberCreatorPostAnalytics returns 404 RESOURCE_NOT_FOUND for valid posts
I am attempting to retrieve post analytics using the LinkedIn memberCreatorPostAnalytics endpoint, but consistently receive a 404 Resource not found response, despite successful OAuth and post ...
Score of 0
0 answers
412 views
Supabase Google OAuth PKCE Flow: "both auth code and code verifier should be non-empty" Error
I'm struggling with a persistent Supabase Google OAuth PKCE authentication issue in a Next.js 15 app. Despite multiple attempts to fix it, I keep getting the error: "invalid request: both auth ...