+

Search Tips   |   Advanced Search

SCIM service configuration files

Before deploying the SCIM service, modify the configuration files to specify connection settings, user and group mapping, and schemas.

After installing Security Directory Integrator v7.2, we can find a folder named SCIM in the tdi_install directory. When creating the solution directory, either manually or when the server is started, the SCIM folder is automatically copied to the solution directory. Alternately, we can manually copy the SCIM folder to the solution directory.

The SCIM folder contains the following set of files, including the configurations files that we can modify to configure the setup. In most cases, you might be required to update only the SCIM.properties file. Other files might not require any modification.

SCIM.properties

The SCIM.properties file contains the following server system-specific properties, including details of the backend IBM Security Directory Server.

UserMapping.json and GroupMapping.json

The UserMapping.json and GroupMapping.json files specify the mapping between SCIM attributes and IBM Security Directory Server user or group attributes. Each entry in these files contains an SCIM attribute name and an LDAP attribute name. The entry might also contain the following extra attributes.

Note:

UserSchema.json and GroupSchema.json

The UserSchema.json and GroupSchema.json files provide the schema definition of users or groups as per the SCIM specification. The attributes that are specified must match the attributes that are defined in the UserMapping.json and GroupMapping.json files.

QRadarLogging.map

The QRadarLogging.map file specifies the values for attributes that are sent to the QRadar system when QRadar syslogging is enabled.

For more information, see the Readme.txt file in the SCIM folder in the solution_directory of SDI installation.


Parent topic:

SCIM service in SDI