Skip to main content

Adobe Sign

Integrating Adobe Sign with Authorium streamlines document workflows by allowing users to send documents for signature directly from Authorium, eliminating manual steps. It ensures legally binding, compliant signatures with audit trails and real-time status tracking. The integration supports dynamic document routing, pre-filled fields, and a mobile-friendly signing experience, while reducing errors and centralizing signed document storage for easier compliance.

1
Create an App in Adobe Sign
  1. Navigate to your Adobe Acrobat account
  2. Click the Account tab.
  3. In the left-hand table of contents, go to Acrobat Sign API → API Applications.
  4. Click the + button to create a new app.
  5. Enter your App Name.
  6. Set App Type (Domain) to Partner App.
  7. Click Save.
2
Acess your API Credentials
Credentials You Will NeedDescription
Application IDA unique identifier assigned to your app by the service you're integrating with.
Client SecretA private key used by your app to securely authenticate with the authorization server.
Client IDA public identifier for your app used during the OAuth authorization process.
Redirect URLThe URL where the authorization server sends users after they approve access, along with the authorization code or token.
  1. Click on your newly created app.
  1. Select View/Edit to access.
  1. Copy and save your Application ID.
  2. Copy and save your Client Secret.
  3. Exit the modal.
  4. Click the app again and select Configure OAuth for Application.
  1. Copy and save your Client ID.
  2. Enter your Redirect URL: a. Enter your organization’s URL, followed by: /adobe_sign/callback b. Example: https://domain.com/adobe_sign/callback c. Enable the following Scopes:
  • user_read
  • user_write
  • user_login
  • agreement_read
  • agreement_write
  • Agreement_send
  1. Enable Modify Agreements in the Send Settings section.
3
Add Webhook to Receive Signed Documents
  1. In Adobe Sign, go to Account Settings > Webhooks.
  2. Click Add and fill out the modal according to the table below:
ParameterDescription
NameAny descriptive name
ScopeAccount
URLEnter your organization’s URL, followed by: /adobe_sign/webhook Example: https://domain.com/adobe_sign/webhook
EventsAgreement workflow completed
Notification ParametersAgreement Info, Agreement Document Info, Agreement Participant Info, Agreement Signed Document.
4
Finalize Integration in Authorium
  1. Sign into your Authorium account.
  2. Select the kebab menu next to your company’s name and logo.
  3. Click Integrations.
  4. Click Enable Integrations on Adobe Sign widget.
  5. Add your Adobe Sign API Credentials.
  6. Click Update.
  7. Select Allow Access to your account.