The SCIM extension is a schema-only extension — it does not include a collector. SCIM nodes and edges are produced by other collectors such as OktaHound and GitHound. Upload the SCIM extension schema alongside the schemas for those collectors.
Graph Model
The SCIM extension defines a small, focused model with four node types and five edge types. See the schema reference for the full details. An SCIM_Organization represents a tenant in the identity provider and acts as the top-level container. It contains the three other node types: SCIM_User (a user account provisioned via SCIM), SCIM_Group (a group provisioned via SCIM), and SCIM_Role (a role that can be assigned to users). Users and groups can be members of groups, and users can be assigned to roles. A user can also be marked as the manager of another user. The key edge that ties SCIM to other extensions is SCIM_Provisioned, which connects a SCIM resource to a node in another extension’s graph — for example, linking an Okta user (via SCIM) to the corresponding GitHub user.Getting Started
- Download the SCIM extension schema from the bloodhound-scim-extension repository.
- Upload the schema to your BloodHound instance alongside the extension schemas for the collectors you are using (e.g., OktaHound, GitHound).
- Run the relevant collectors — they will produce SCIM nodes and edges automatically.