ADO.NET Provider for DocuSign

Build 23.0.8839

Creating a Custom OAuth App

Create a Custom OAuth Application

A custom OAuth application is required in all OAuth flows.

The following procedure creates a custom OAuth application, registers that application in the DocuSign Admin Console, and obtains the connection properties in a specific OAuth authentication flow.

  1. Navigate to Admin panel > Integrations > API and Keys.
  2. Configure the following settings:
    • OAuthClientId: The Integrator Key assigned when you registered your application.
    • OAuthClientSecret: The Secret Key assigned when you registered your application.
    • Redirect URI:

      • For desktop applications, set Redirect URI to http://localhost:portnumber. You can specify any port available.
      • For web applications, set the Redirect URI to a page on your website where you would like the user to be returned after the user grants permissions to your application.
      • For headless machines, set the Redirect URI to http://localhost:portnumber. You can use any available port.

After your application is registered in the Admin Console, save the Integrator Key for use as the OAuthClientId property, the Secret Key for use as the OAuthClientSecret property, and the Redirect URI for use as the CallbackURL property.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839