SCIM integration
This feature requires SAML integration to be already configured.
Qwiet preZero supports SCIM v2 (System for Cross-domain Identity Management). This allows for seamless integration with Identity Providers (IdPs) and simpler user provisioning and management.
Endpoint
The base URL for SCIM endpoints is: https://app.shiftleft.io/api/v4/orgs/{orgID}/scim
Authentication
You can authenticate using a SCIM Integration Token or a Super Admin's Access Token found in the Organization Overview page, on the Qwiet preZero web UI.
User data handling
The following data points are mapped into a Qwiet preZero user:
userName
: when provided by the SCIM v2 provider, ensure that theuserName
field contains the primary work emailemail
:email
should be included, preferably marked as primarydisplayName
: while not mandatory, it is recommended to include thedisplayName
field for better user identification
Supported schemas
The current SCIM v2 implementation supports the following schemas:
- User (
https://app.shiftleft.io/api/v4/orgs/{orgID}/scim/Users
) - Group (
https://app.shiftleft.io/api/v4/orgs/{orgID}/scim/Groups
)
Schema discovery is available to facilitate the integration and the understanding of supported attributes and endpoints.
For further assistance or inquiries, please contact your Customer Success representative.