20,311 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
2
votes
1
answer
41
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 ...
0
votes
0
answers
41
views
Reversal support in Jack Henry SilverLake APIs across transaction types
When integrating with Jack Henry SilverLake APIs, are reversal operations available for every transaction type, or only for certain transactions?
Specifically:
Are reversals supported uniformly ...
1
vote
0
answers
34
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
32
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
44
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 ...
0
votes
1
answer
64
views
Autodesk Platform Services (APS) Authentication (OAuth) error
I’m trying to implement 3-legged authentication for APS using this source and this source.
I’ve written C# code that generates the authorization URL and opens it in the browser for the user to sign in....
1
vote
0
answers
109
views
Multiple OAuth clients in the same Google Cloud project revoking each other’s token
We have a Google App Script project for a Gmail add-on associated with a Google Cloud project. We have 2 OAuth clients within the Google Cloud project. The 1st is the auto generated client to be used ...
Advice
0
votes
0
replies
31
views
MSAL maintain a session between a native app and a webview (angular)
I need to use the MSAL library to authenticate the user on mobile first (either on native iOS or Android). This works fine for me. However, some of the screens of the native apps use webviews (angular)...
Advice
0
votes
1
replies
121
views
Fall 2025 Does Apple Require you to offer Sign in with Apple if you offer sign in with Google and your own login system?
Apple's developer guidelines (Section 4.8) currently state:
Apps that use a third-party or social login service (such as Facebook Login, Google Sign-In, Sign in with Twitter, Sign In with LinkedIn, ...
0
votes
1
answer
60
views
Microsoft OAuth Refresh Not Found
I set up a job that periodically fetches a new access token with the refresh token, but after hundreds of successful executions over the last couple of days, I just got the following error:
Client ...
0
votes
1
answer
164
views
Protected Remote MCP Server - VS Code
I'm trying to connect vs code to a local MCP server that is using HTTPTransport and is secured by OAuth. It was working fine up to the point I started validating the scope.
builder.Services....
0
votes
1
answer
72
views
Autodesk ACC Forms access with two-legged OAuth Token
I'm attempting to use the ACC API to get the list of forms for a project but it fails with an HTTP 401 Unauthorized response that includes message "Authorization failed." This is while ...
0
votes
0
answers
107
views
Spotify oAuth from mobile web to the spotify mobile app
I have a rails app I am trying to reduce signup drop off on by implementing a 'sign up with spotify' flow for mobile users which does not redirect users to the spotify web page, but instead ...
0
votes
1
answer
57
views
AWS CodeDeploy Authentication Error with GitHub Account
I am trying to connect my personal GitHub account to AWS CodeDeploy so I can use that as a revision source.
I've followed this guide on setting this up.
When it comes to the actual integration with ...
1
vote
0
answers
65
views
HttpClient OAuth "No user found matching username"
I'm working on a console application to automatically interact with an API that needs and OAuth authorized user with a specific set of claims. If I use a browser to log in with a username and password ...