Skip to main content
C1 provides identity governance for CircleCI. Integrate your CircleCI organization with C1 for unified visibility and governance over user access.

Capabilities

The connector syncs the members of a single CircleCI organization as user identities. Each user carries their organization role (for example admin or member) and VCS login, so you can see who has access to your CircleCI organization and at what level.

Gather CircleCI credentials

You need a CircleCI personal API token. It is sent on every request in the Circle-Token header and grants API access as your account, so treat it as a secret. The token must belong to a member of the organization who can read its member list.
1
Sign in to CircleCI as a member of the organization you want to sync.
2
Open User Settings, then go to Personal API Tokens.
3
Click Create New Token, give it a descriptive name, and copy the generated token — you will not be able to see it again.
4
Find your organization ID. Call GET https://circleci.com/api/v2/me/collaborations with your token and copy the id (a UUID) of the organization you want to sync. This is the organization ID, not the organization name or VCS slug.

Configure the CircleCI connector

Follow these instructions to use a built-in, no-code connector hosted by C1.
1
In C1, navigate to Apps > Connectors and click Add connector.
2
Search for CircleCI and click Add.
3
Choose where to add the connector: Create a new app, or Add to an existing app (then select the app).If you’re creating a new app, choose whether to link it to an application discovered from your identity provider: select Yes and pick the IdP application, or No to continue with just the connector.
4
Set the connector’s Name and, optionally, a Description.
5
Click the pencil icon next to Owners to choose who can configure and manage this connector.
6
Click Add. The connector is created and its configuration page opens.
7
Find the Settings area of the page and click Edit.
8
Enter the CircleCI credentials:
  • API token: The personal API token you created.
  • Organization ID: The organization UUID you copied.
9
Click Save.
10
The connector’s label changes to Syncing, followed by Connected. You can view the logs to ensure that information is syncing.
Done. Your CircleCI connector is now pulling access data into C1.