Adobe sign application scope error

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: