# DocuSign

# Configuration

# Within DocuSign

  1. Create new app integration key

  2. Fill in a name

  3. Set Is your application able to securely store a client secret? to No

  4. Add a redirect url
    See the following url: https://xxxxx.sharepoint.com/sites/yyyyy/SitePages/zzzzz.aspx?view=oauth (opens new window):

    • Replace xxxxx with the sub domain of the customer/project
    • Replace yyyyy with the DMS root name (normally this should be epona365)
    • Replace zzzzz with the Epona365Web page name (normally this should be Epona365)

  5. Enable CORS for authentication
    Check the following HTTP methods:

    • GET
    • POST
    • PUT

    And add an origin url eg.: https://xxxxx.sharepoint.com/ (opens new window)

# Within DMS Configuration Center

  1. In category DocumentSigning change the provider to DocuSign:

  2. In category DocuSign add the integration key
    This key must be retrieved from the DocuSign website.

Last Updated: 8/29/2025, 12:06:10 PM