FAQs
Acumatica Authentication
This guide applies to both cloud and on-prem instances. To deploy a developer sandbox locally, follow Acumatica's guide here.
Step 1: Create a Connected Application in Acumatica
Agave will inherit the permissions of the user that follows this process, so ensure they have enough access for your use case.
-
Enter the Client Name and Select Authorization Code for the Authentication Flow. Click Save. After clicking the save button (top left), the Client ID box will autofill. Ensure the Active checkbox is selected.
-
Versions 2023 R2 and later only: Set the "Refresh Tokens" settings:
-
Set Mode to Sliding Expiration
-
Set Absolute Lifetime to Infinite or as long as you plan to use the integration. You will need to reconnect after this time period
-
Set the Sliding Lifetime. Generally 15 - 30 days works well
-
For more information on sliding expiration, see Acumatica's help article
-
-
Enter a Description and optionally an Expiration Date. Save the Client ID and Secret somewhere safe before closing this box. You will not be able to view the secret again after clicking "OK."
- The Expires On (UTC) field will determine how long the secret is valid. If it expires, you will have to create another account token.
-
Save (top left) on the Connected Application screen again to activate the Client ID and Secret.