- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Getting 'invalid_request' after allowing permissions by oauth process
I am getting 'invalid_request' state from Authorize.Net after allowing permissions to application by oauth process.
I am getting this error only in production. In sandbox it works well.
Requests from production and sandbox are the same.
May be anybody fixed this issue?
โ04-19-2021 01:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@mygiftcardsite wrote:I am getting 'invalid_request' state from Authorize.Net after allowing permissions to application by oauth process.
I am getting this error only in production. In sandbox it works well.
Requests from production and sandbox are the same.
May be anybody fixed this issue?
Does your network requires a proxy to work? The request for the modal window does not go through any proxy, so that might be causing issues.
Also, could you share a screenshot of the filled modal (Get new access token)?
โ04-19-2021 05:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There are no proxy. It's direct site link.
My question is not about getting access token. My question is about getting code for getting access token.
โ04-21-2021 03:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
When you use OAuth 2.0 to get permission from your users to access this data, you use strings called scopes to specify the type of data you want to access and how much access you need. If your app requests scopes categorized as sensitive or restricted, you will probably need to complete the verification process
โ11-27-2021 03:23 AM