django-adobesign is a Django application for Adobe AdobeSign's digital signature.
It implements django-anysign API.
Create an account Adobe Sign
Trial account: go to Adobe create trial account
OR
Developer account with watermark: got Adobe developer account
Create an application
Go to your Adobe Sign Profile
Setup the application
Select the application then click on Configure OAuth for Application
In the Redirect URI field set: "https://localhost:8000/token" then save.
Obtain the corresponding application_id/application_secret
Double click on the application
Clone this repo
Install Python module dependencies
In django-adobesign, run: make demo
Run the demo
In django-adobesign, run: make serve
Go to https://localhost:8000: https://localhost:8000
Adobe Sign API is based on OAuth2 authentication.
Use MSCGen in mode MsGenny to visiualize the authentication sequence diagram