C1 provides identity governance for Docusign. Integrate your Docusign instance with C1 to run user access reviews (UARs) and enable just-in-time access requests.
This is an updated and improved version of the Docusign connector! If you’re setting up Docusign with C1 for the first time, you’re in the right place.
The Docusign connector supports automatic account provisioning and deprovisioning.Every Docusign account must be assigned at least one permission profile. If all other permission profiles are revoked, the account will be automatically assigned the DocuSign Viewer profile, which cannot be revoked.*By default, signing groups are not synced. You can configure the connector to sync signing groups, if desired.
Configuring the connector requires you to pass in credentials generated in Docusign. Gather these credentials before you move on.The Docusign credentials requirements depend on your chosen hosting method and authentication mode:
Cloud-hosted (production): You’ll use C1’s managed OAuth app. No additional credentials are needed. You can skip this section and go straight to the cloud-hosted setup instructions below.
Cloud-hosted (demo environment) or Self-hosted: You’ll need to create a Docusign developer app. Go on to the next section.
To complete this task, you’ll need the Connector Administrator or Super Administrator role in C1 and the relevant set of permissions on your Docusign account:
To sync access data (READ): Read users, groups, and permissions.
To sync access data and provision accounts (READ/WRITE): Create users plus read users, groups, and permissions.
Cloud-hosted
Self-hosted
Follow these instructions to use a built-in, no-code connector hosted by C1.
1
In C1, navigate to Integrations > Connectors and click Add connector.
2
Search for Docusign v2 and click Add.
3
Choose how to set up the new Docusign connector:
Add the connector to a currently unmanaged app (select from the list of apps that were discovered in your identity, SSO, or federation provider that aren’t yet managed with C1)
Add the connector to a managed app (select from the list of existing managed apps)
Create a new managed app
4
Set the owner for this connector. You can manage the connector yourself, or choose someone else from the list of C1 users. Setting multiple owners is allowed.If you choose someone else, C1 will notify the new connector owner by email that their help is needed to complete the setup process.
5
Click Next.
6
Find the Settings area of the page and click Edit.
7
Choose your authentication method:
OAuth Authentication (default) — connects to DocuSign’s production environment using C1’s managed OAuth app. No additional credentials required.
Custom App (Demo Environment) — connects to DocuSign’s demo environment (account-d.docusign.com) using your own DocuSign developer app. See Create a Docusign app above to obtain your credentials.
8
If you selected Custom App (Demo Environment): Enter the Client ID and Client Secret from your DocuSign developer app.
9
Optional. Click to Sync signing groups, if desired.
10
Optional. If your organization has multiple DocuSign accounts under the same tenant, enter the API Account ID (UUID) of the account you want to sync. Leave blank to use your default account. To sync multiple accounts, create a separate connector for each one.
Do not change the API Account ID to a different account on a connector that is already syncing. Doing so will cause all previously synced resources to be treated as deleted and all sync history will be lost. If you need to sync a different account, create a new connector instead.
11
Click Login with OAuth.
12
Log in and authorize C1 with your Docusign instance.
13
After authorizing, you’ll be redirected back to the C1 integrations page, where an “Authorized as” message is now printed.
14
Click Save.
15
The connector’s label changes to Syncing, followed by Connected. You can view the logs to ensure that information is syncing.
That’s it! Your Docusign connector is now pulling access data into C1.
Follow these instructions to use the Docusign connector, hosted and run in your own environment.When running in service mode on Kubernetes, a self-hosted connector maintains an ongoing connection with C1, automatically syncing and uploading data at regular intervals. This data is immediately available in the C1 UI for access reviews and access requests.
In C1, navigate to Integrations > Connectors > Add connector.
2
Search for Baton and click Add.
3
Choose how to set up the new Docusign connector:
Add the connector to a currently unmanaged app (select from the list of apps that were discovered in your identity, SSO, or federation provider that aren’t yet managed with C1)
Add the connector to a managed app (select from the list of existing managed apps)
Create a new managed app
4
Set the owner for this connector. You can manage the connector yourself, or choose someone else from the list of C1 users. Setting multiple owners is allowed.If you choose someone else, C1 will notify the new connector owner by email that their help is needed to complete the setup process.
5
Click Next.
6
In the Settings area of the page, click Edit.
7
Click Rotate to generate a new Client ID and Secret.Carefully copy and save these credentials. We’ll use them in Step 2.
# baton-docusign-secrets.yamlapiVersion: v1kind: Secretmetadata: name: baton-docusign-secretstype: OpaquestringData: # C1 credentials BATON_CLIENT_ID: <C1 client ID> BATON_CLIENT_SECRET: <C1 client secret> # Docusign credentials BATON_DOCUSIGN_CLIENT_ID: <Docusign app client ID> BATON_DOCUSIGN_CLIENT_SECRET: <Docusign app client secret> BATON_REDIRECT_URI: <The redirect URI you entered when setting up the Docusign app> BATON_REFRESH_TOKEN: <OAuth 2.0 refresh token> # Optional: include if you want C1 to provision access using this connector BATON_PROVISIONING: true # Optional: include if you want C1 to sync signing groups BATON_INCLUDE_SIGNING_GROUPS: true # Optional: set to true to connect to the DocuSign demo/UAT environment (account-d.docusign.com) # When omitted or false, the connector targets DocuSign production (account.docusign.com) # Note: demo mode is automatically enabled when BATON_DOCUSIGN_CLIENT_ID is set. BATON_DEMO: true # Optional: API Account ID (UUID) of the DocuSign account to sync. # Leave blank to use your default account. # Required only if your organization has multiple DocuSign accounts. # Find it in DocuSign Admin → Apps and Keys → My Account Information → API Account ID. # WARNING: do not change this value on an existing connector — create a new connector instead. BATON_ACCOUNT_ID: <DocuSign API Account ID>
See the connector’s README or run --help to see all available configuration flags and environment variables.
Create a namespace in which to run C1 connectors (if desired), then apply the secret config and deployment config files.
2
Check that the connector data uploaded correctly. In C1, click Apps. On the Managed apps tab, locate and click the name of the application you added the Docusign connector to. Docusign data should be found on the Entitlements and Accounts tabs.
That’s it! Your Docusign connector is now pulling access data into C1.