Creating a Custom OAuth App
When to Create a Custom OAuth App
Creating a custom application is required in order to connect.Follow the steps below to create a custom OAuth application and obtain the connection properties in a specific OAuth authentication flow.
Create a Custom OAuth App
Register your DocuSign application on Admin panel > Integrations > API and Keys to obtain the following connection properties:- OAuthClientId: Set this to the Integrator Key assigned when you registered your application.
- OAuthClientSecret: Set this to the Secret Key assigned when you registered your application.
- Setting the Redirect URI:
- For desktop applications, set Redirect URI to http://localhost:portnumber and set the CallbackURL property to match. 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.