Verify Directory Integrator SCIM
System for Cross-Domain Identity Management (SCIM) is a standard that defines a schema and protocol for identity management. You can use the IBM® Security Verify Directory Integrator SCIM image to provide a SCIM API that uses an IBM Security Verify Directory Server as the backend directory.
Further information on the SCIM capabilities of IBM® Security Verify Directory Integrator can be found in the SCIM topic.
Location
The server image is hosted in an IBM Cloud Repository, and can be accessed at icr.io/isvdi/verify-directory-integrator-scim:<tag>
.
For example, to pull the more recently released image in a Docker environment use the following command.
docker pull icr.io/isvdi/verify-directory-integrator-scim:latest
Configuration
The configuration of a container can either be supplied in a YAML configuration file, or can be specified by using environment variables. For more information about the format of the configuration, see Configuration Format topic. For the list of supported configuration entries, see YAML Specification.
Environment Variables
The following environment variables are used by the container.
Name | Description |
---|---|
LANG | Specifies the language in which log messages are to be displayed. The list of supported languages can be found in the Language Support topic. If the LANG environment variable is not set the container displays messages in English. |
YAML_CONFIG_FILE | The full path name to the YAML configuration file that is to be used to configure the container. This configuration file must be available in the container file system, and must be accessible by the user that the container is running as. |
yaml-configuration-entry |
It is possible to set individual server configuration entries by using environment variables. The name of the environment variable must match a normalized version of a YAML configuration entry name. Further information can be found in the Environment Variables topic. |
Persistence
The SCIM container stores any data that needs to be persisted in the '/var/isvdi/data'
directory of the container. Mount this directory in the container as a persistent volume so that the data is not lost when the container is restarted.
Licensing
The image is covered by an IBM software license. The license agreements can be viewed directly from the image by running the license
command.
For example, the following command can be run in a Docker environment to display the license.
docker run --rm icr.io/isvdi/verify-directory-integrator-scim:latest license