Skip to main content

Capabilities

ResourceSyncProvision
Accounts
Groups
The Ironclad connector supports automatic account provisioning. When a new account is created by ConductorOne, the account’s password will be sent to a vault. This connector does not support account deprovisioning. You must deprovision accounts directly in Ironclad.

Gather Ironclad credentials

Configuring the connector requires you to pass in credentials generated in Ironclad. Gather these credentials before you move on.
A user with the Administrator role in Ironclad must perform this task.

Create an Ironclad OAuth client app

1
In Ironclad, navigate to your profile menu (located in the top right corner of the screen) > Company settings > API.
2
Select Create new app.
3
Give your OAuth client application a name, such as “ConductorOne” and click Create app.
4
Carefully copy and save the app’s client ID and client secret, then click Continue.
5
In the Grant Types area, select the grant type that matches your authentication preference:
  • Client Credentials (Recommended): The simplest setup. Does not require an interactive login. Required for self-hosted connectors.
  • Authorization Code: Requires logging in and authorizing. Only available for cloud-hosted connectors.
6
If you selected Authorization Code, enter https://accounts.conductor.one/oauth/callback in the Redirect URI field.
7
In the Scopes area, give the app the following scopes:
  • scim.users.readUsers
  • scim.groups.readGroups
If you want to use ConductorOne to provision Ironclad accounts and groups, add these scopes as well:
  • scim.groups.updateGroups
  • scim.users.createUsers
  • scim.users.deleteUsers
8
Click Save changes.
That’s it! Next, move on to the connector configuration instructions.

Configure the Ironclad connector

To complete this task, you’ll need:
  • The Connector Administrator or Super Administrator role in ConductorOne
  • Access to the set of Ironclad credentials generated by following the instructions above
Follow these instructions to use a built-in, no-code connector hosted by ConductorOne.
1
In ConductorOne, navigate to Admin > Connectors and click Add connector.
2
Search for Ironclad and click Add.
3
Choose how to set up the new Ironclad 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 ConductorOne)
  • 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 ConductorOne users. Setting multiple owners is allowed.If you choose someone else, ConductorOne 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
Select your authentication method:
  • OAuth Client Credentials (Recommended): The simplest setup. Authenticate using client credentials without an interactive login.
  • OAuth Authorization Code: Authenticate by logging in and authorizing ConductorOne with your Ironclad instance.
8
Enter the client ID and client secret into their respective fields.
9
If using OAuth Client Credentials: Enter the email address of an Ironclad user in the As User Email field. API requests will be made on behalf of this user.
10
Optional. If you do not want the connector to provision access, click to enable Read only. When enabled, the connector requests a reduced set of OAuth permissions (read-only access to users and groups).
11
Click Save.
12
If using OAuth Authorization Code: Click Login with OAuth, then log in and authorize ConductorOne with your Ironclad instance. After authorizing, you’ll be redirected back to the ConductorOne integrations page, where an “Authorized as” message is now printed.
13
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 Ironclad connector is now pulling access data into ConductorOne.