cancel
Showing results for 
Search instead for 
Did you mean: 

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?

andrewt
Member
3 REPLIES 3

@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)?

Turley223
Member

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.

 

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 

my-estub
Member