20,280 questions
Advice
0
votes
2
replies
60
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
22
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
102
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 ...
2
votes
0
answers
99
views
How should an early-stage Gmail client choose OAuth flow to pass verification without premature CASA costs?
I’m building an alternative Gmail client with a specific workflow approach.
At minimum, the app needs scopes beyond read-only: users must be able to mark messages as read, archive, and send emails. ...
1
vote
0
answers
21
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
60
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-...
0
votes
1
answer
69
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 ...
0
votes
1
answer
51
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....
0
votes
1
answer
52
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 ...
0
votes
0
answers
314
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 ...
0
votes
0
answers
142
views
Refresh token doesn't work for Power Platform custom connector + custom api with OBO flow
Main problem: I am unable to generate new token using "refresh token" using the following setup: Power Platform custom connector + custom api with OBO flow.
The whole idea/process is the ...
2
votes
1
answer
117
views
OAuth "Facebook Platform" "invalid_request" "Application does not have permission for this action - /ads_archive with system user token
I'm using a system user access token, where the user has an assignment to my meta app.
When hitting the ads_archive endpoint for the Meta Ads Library API, it returns the following error in the Meta ...
1
vote
0
answers
45
views
iOS Simulator: frozen, white screen when attempting OAuth (Flutter, flutter_web_auth)
this is a problem that has been affecting two of my apps for a long time, and it seems to come and go without an explanation. No error in the logs, I am using:
flutter_web_auth_2: ^4.1.0
I am on ...
Advice
0
votes
1
replies
45
views
OAuth middleman API
I am having issue with our current login setup.
We have multiple types of clients (mobile, webapp, spa).
Our app has its own user managment a pretty old way to auth users (Each user recieve GUID and ...
Advice
0
votes
4
replies
51
views
Best Approach to High Volume Azure App Service Authentication
What would be the best approach for a MAUI app with a potentially very large volume request usage of an Azure App Service API for implementing authentication for the app only vs a user? I envision ...