About SCIM
System for cross-domain identity management (SCIM) can be used to automatically provision members and groups in your Bitwarden organization. Bitwarden servers provide a SCIM endpoint that, with a valid
note
SCIM integrations are available for Teams and Enterprise organizations. Customers not using a SCIM-compatible identity provider may consider using
Bitwarden supports SCIM v2 using standard attribute mappings and offers integration documentation for:
Set up SCIM
To set up SCIM, your IdP will need a SCIM URL and API key to make authorized requests to the Bitwarden server. These values are available from the Admin Console by navigating to Settings → SCIM provisioning:
tip
The following section covers some generic information that can be used to set up SCIM, however Bitwarden recommends using one of the integration documents for:
Required attributes
Bitwarden uses standard SCIM v2 attribute names, listed here, however each IdP may use alternate names which are mapped to Bitwarden during provisioning.
User attributes
For each user, Bitwarden will use the following attributes:
An indication that the user is
active(required)emailª oruserName(required)displayNameexternalId
note
ª - Because SCIM allows users to have multiple email addresses expressed as an array of objects, Bitwarden will use the value of the object which contains "primary": true.
Group attributes
For each group, Bitwarden will use the following attributes:
displayName(required)membersªexternalId
note
ª - members is an array of objects, each object representing a user in that group. Group provisioning must be used in order to assign synced users to groups, however the SCIM API cannot be used to query members in a group. To query group membership, use the
SCIM event logs
Organizations using SCIM capture SCIM in the Member column.
Updates to existing objects
The following sections describe the changes that SCIM provisioning will sync to your organization for members and groups when a change occurs in the IdP:
Member status
When a user is temporarily suspended or de-activated in your IdP, as opposed to being outright removed, their access to your organization will automatically be
Not have access to any organization vault items, collections.
Not have the ability to
use SSO to login, ororganizational Duofor two-step login.Not be subject to your organization's
policies.Not occupy a license seat.
warning
For member accounts that do not have master passwords as a result of
- Removing them from your organizationeliminates all access to their Bitwarden account unless they were previously assigned a master password usingaccount recoveryand they log in with that master password at least once before being removed.
These users will not be able to re-join your organization unless the above steps are taken before they are removed from the organization. If they aren't, each removed user will be required todelete their accountand be issued a new invitation to create an account and join your organization. - Revoking access to the organization, but not removing them from the organization, will still allow them to log in to Bitwarden and access only their individual vault.
Member email address
note
Members of organizations using
Members of organizations using
Members provisioned using SCIM are able to change their account email address in Bitwarden and their organization's relevant IdP, however in order to do so they must:
First change the email address in Bitwarden by navigating to Settings → My account (
learn more).Once the email has been changed in Bitwarden, update the user value on the IdP or AD client. This could be the
externalidor a corresponding value, depending on the organization's choice of IdP.Re-sync the IdP or AD client to implement the changes.
note
If the user email address is updated and synced on the IdP or AD prior to updating the Bitwarden email, the updated email will be interpreted as a new user.
Member display name
While requests to the SCIM API can be configured to include member display names, this data is not currently synced to Bitwarden on initial provision or when changes occur in the IdP.
Member external ID
While SCIM provisioning will assign an external ID to a user when they're initially provisioned, it will not currently sync changes to the external ID from the IdP to Bitwarden.
Updates to pre-SCIM objects
warning
If you used Directory Connector prior to implementing SCIM, make sure to turn Directory Connector off before turning SCIM provisioning on.
The following sections describe the changes that SCIM provisioning will sync to your organization for members and groups that existed in your organization prior to the implementation of SCIM:
Members added prior to SCIM
SCIM provisioning will treat members that joined your organization before SCIM was implemented differently depending on whether they do or do not exist in the IdP:
Members that exist in the IdP and joined before SCIM will not be duplicated, required to re-join the organization, or removed from any groups.
Members that do not exist in the IdP and joined before SCIM will not be removed, or added to or removed from any groups.
Groups created prior to SCIM
SCIM provisioning will treat groups that were created in your organization before SCIM was implemented differently depending on whether they do or do not exist in the IdP:
Groups that exist in the IdP and were created before SCIM will not be duplicated or have any member removed, but will have new members added according to membership assigned in the IdP.
Groups that do not exist in the IdP and were created before SCIM will not be removed or have any members added or removed.