Configuration
IDM pool configuration
IDM contains the following concepts:
- Pool
- Schema
- Document
A pool is a set of documents which comprise a logical set and conform to some schema. A schema is JSON schema version of documents in a pool (a schema is versioned). A document is a JSON object which belongs to a pool and conforms to a schema in the pool.
You must configure IDM before you can start working with it. Follow the steps below to configure IDM pools over the administration user interface:
- Create a pool by using the IDM administration user interface to call the
endpoint
POST /pools/{poolId}. - Set up new schema in the pool by using the IDM Administration user interface to
call the endpoint
POST /pools/{poolId}/schemas. The payload is a JSON schema document.
Integration Gateway configuration
You must set up the configuration properties in route.properties for each app that needs access to IDM.