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

Capabilities

The connector syncs the members of a single Bitwarden organization as user identities and the organization’s groups. Each member carries their role (Owner, Admin, User, Manager, or Custom), their invitation status (Invited, Accepted, Confirmed, or Revoked), and whether two-step login is enabled. Each group exposes a Member entitlement, and every member of a group is recorded as a grant of that entitlement, so you can see who belongs to which group in your Bitwarden organization.

Gather Bitwarden credentials

You need your Bitwarden organization API key (a Client ID and Client secret). It grants programmatic read access to your organization’s members, groups, and collections, so treat the secret as sensitive.
1
Sign in to the Bitwarden web vault as an owner or admin of the organization you want to sync.
2
Open the Admin Console, then go to Settings > Organization info.
3
In the API key area, click View API key. You may be prompted to re-enter your master password.
4
Copy the client_id and client_secret values. The client_id looks like organization.<uuid>. If you ever need to invalidate the credentials, use Rotate API key on the same screen.

Configure the Bitwarden 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 Bitwarden 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 Bitwarden credentials:
  • Client ID: The organization API key client_id.
  • Client secret: The organization API key client_secret.
  • Identity token URL: The Bitwarden identity token endpoint. Use https://identity.bitwarden.com/connect/token for US cloud or https://identity.bitwarden.eu/connect/token for EU cloud.
  • Base URL: Leave blank for US cloud (https://api.bitwarden.com), or set https://api.bitwarden.eu for EU cloud.
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 Bitwarden connector is now pulling access data into C1.