Copy link to clipboard
Copied
Hello, I'm trying to Acumatica Adobe Sign integration but I'm encountering the above error despite following the correct procedure
Copy link to clipboard
Copied
Hi
we have got a trial account with above email id for testing api for sending for e-sign.
we are now trying code for getting oauthorization code for api.
following are code lines of php code.
we have installed code on
page :http://www.globanx.net/adobesign.php.
<?php
ob_start();
$uniquestring=md5(uniqid(rand(), true));
header("location:https://secure.na1.adobesign.com/public/oauth?redirect_uri=https://www.globanx.net/adobesign.php&res...");
if (isset($_POST['code']))
{
echo $_POST['code'];
}
?>
but we get error saying "Unable to authorize access because the client configuration is invalid: invalid_request".
Please check above and send us correct code and configuration.
Thank you.
Raj Sah.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now