Capabilities
| Resource | Sync | Provision |
|---|---|---|
| Accounts | ||
| Groups |
Gather Ironclad credentials
Configuring the connector requires you to pass in credentials generated in Ironclad. Gather these credentials before you move on.Create an Ironclad OAuth client app
In Ironclad, navigate to your profile menu (located in the top right corner of the screen) > Company settings > API.
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.
If you selected Authorization Code, enter
https://accounts.conductor.one/oauth/callback in the Redirect URI field.In the Scopes area, give the app the following scopes:
- scim.users.readUsers
- scim.groups.readGroups
- scim.groups.updateGroups
- scim.users.createUsers
- scim.users.deleteUsers
Configure the Ironclad connector
- Cloud-hosted
- Self-hosted
Follow these instructions to use a built-in, no-code connector hosted by ConductorOne.That’s it! Your Ironclad connector is now pulling access data into ConductorOne.
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
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.
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.
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.
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).
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.