Managed Groups
Managed groups are not provided by default. To use managed groups, add an object similar to the following to your object schema:
{ "name" : "group" }
Alternatively, create a new managed object type in the Admin UI.
When you add a managed group object to the schema, you have REST access to managed groups, at /openidm/managed/group
.
For JDBC repositories, IDM stores managed groups with all other managed objects, in the managedobjects
table, and uses the managedobjectproperties
for indexing.
For an example of a deployment that uses managed groups, see Synchronize LDAP Groups.