Adobe sign application scope error

Good day

We have setup the adobe sign api and have an URL as well as client id and secret.
However we get the following error when the application runs.

This is the application scope

Hey @Massimo_Gatta

I’m new to this. So willing to know why is it opening in a browser ?

Thanks
#nK

Hi Nithin

Not sure, new to us as well.
That seems to be what the scope is doing.

Hey @Massimo_Gatta

Is there any authentication type mentioned?

Thanks
#nK

Hi @Massimo_Gatta
First of all, make sure Base URL is right then check whether scope items are enabled correctly while configuring OAuth in Adobe Acrobat Sign application (Account → Acrobat Sign API → API Applications → click ‘Configure OAuth for Application’ and check for scope). Please let me know you checked it.

Hello Everyone,

I am also facing this issue when I try to Authenticate using OAuth Authorization Code with Base UrI, Client Id and Client Secret. When I try to run with OAuth Passthrough with only Base UrI, It worked.

@Baalajee_Kumar1 , I saw your other post where you mentioned you got the solution. Would you be kind to guide me and suggest what needs to be done? Would be of great help!

Thank you!
Rakshith M

@rakshith.m

Hi Rakshith, please refer the below URL to know about the activities available for Adobe sign integration and Need Adobe sign enterprise paid version to sign the documents using Adobe Sign API in UiPath.
Activities (uipath.com)
image

Hello @Baalajee_Kumar1 ,

Thank you for your response. Regarding the activities, I had gone through the link before and was able to connect to AdobeSign using OAuth Passthrough.

My question was more over on setting the connection via OAuth Authorization Code.
I have now got the solution, where along with the initial settings that we do while creating the Application in AdobeSign we also need to make sure that the Redirect UrI must point to “https://integrations.uipath.com/authcallback/authorize/”. I am still using the free trail for now and able to send document for signature. Hope this helps!

Thanks again for your response here. Appreciated!

Best regards
Rakshith M

Hello, what is the format of the OAuth Passthrough and where did you get it?

Hello,

You have different methods to Authenticate Adobe Sign using Adobe Application Scope.

  1. Existing Connection - Where you use the existing connection from a parent Application scope.
  2. OAuth Passthrough - You only need to pass BaseUrI, which you will find in RestAPIMethods → /baseUris in Adobe Sign. “apiAccessPoint” is the one which will need to be found in the response of the BaseUrI GET method in Adobe Sign.
  3. OAuth Authorization Code - You pass the BaseUrl, which you can get from Adobe Sign (as in the above steps), the Client Id, and the Client Password. (You will get it when you create an application in Adobe Sign. Attached the screenshot for your reference).
    image

You can also get detailed information on How To Get API Access Point URL (Base URL) For Adobe Sign Application here: