Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Unable to authorize access because the client configuration is invalid: invalid_request

Guest
Jul 27, 2020 Jul 27, 2020

Hello, I'm trying to Acumatica Adobe Sign integration but I'm encountering the above error despite following the correct procedureadobe config.PNGadobe error.PNG

TOPICS
Adobe Sign forms , Configure accounts , SharePoint and Salesforce integration
461
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 20, 2020 Sep 20, 2020
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines