(API) - How to enable oAuth in Adobe Sign Account and trust an UNCERTIFIED Account

This topic is to teach how to enable oAuth in Adobe Sign Account and trust in UNCERTIFIED Account

Step 1:

Log in on the site: https://secure.na3.adobesign.com/public/login?locale=en_US

If you haven’t a login, just create one: https://acrobat.adobe.com/us/en/sign/developer-form.html

 

Step 2:

After you Log in, go to:

API → Adobe Sign API → API Applications

Click in +

You can Add many API Applications you want;

You can deactivate an API Application as well;

Then Give a Name and a Display Name and Click on Partner, then Click in Save.

Step 3:

Click on the line that you just created and click in Configure oAuth for Application

Now put the Redirect URI to the Application, if you are testing testdev, put: https://testdev.botdoc.io/customization/features/adobesign/

if you are testing sandbox, put: https://sandboxdev.botdoc.io/customization/features/adobesign/

and so on, you can concatenate many Redirect URI as you want, just put the comma after each link, e.g.

https://testdev.botdoc.io/customization/features/adobesign/,https://sandboxdev.botdoc.io/customization/features/adobesign/,https://dev.botdoc.io/customization/features/adobesign/

Then you check those checkbox below:

Click on Save.

 

Step 4:

After doing all this configurations above, you need to Authorize UNCERTIFIED User:

Then Click on Save.

Now you can authenticate your Adobe Sign on Developer Portal.