I’m in the process of creating an Acumatica OAuth 2.0 connection (API type - default) and have encountered an issue I need help resolving.
Here’s what I’ve done so far:
Created a ‘Web Service Endpoint’ and a ‘Connected Application’ in Acumatica.
Obtained the Client ID, Client Secret, Endpoint Name, and Version, and used them to configure the connection.
When I click "Save and Authorize", I am correctly redirected to the Acumatica instance where I’m prompted to grant API and Offline Access permissions.
However, after granting the permissions, I receive the following error from Celigo: Sorry, but we were not able to successfully authenticate your connection. {"code":401,"message":"Unauthorized","source":"application","resolved":false,"occurredAt":1759241568249}
May I ask you to confirm which scopes are currently selected in your Acumatica Celigo connection? The documentation indicates that using the api:concurrent_access scope can result in failures:
when using this Instance URI in the connection-
”https://[mydomain].acumatica.com” - It is redirecting to Acumatica instance for api and offline access permission. Once allowing, getting the below error: