Overview of IDM engine entities
mainThe Identity Management (IDM) engine manages the following core entities in its database schema:
- User / UserEntity: User information.
- Group / GroupEntity: Group information.
- MembershipEntity: Links users to groups.
- Privilege / PrivilegeEntity: Privilege definitions (e.g., for controlling access to Flowable Modeler or Task apps).
- PrivilegeMappingEntity: Links a user and/or group to a privilege.
- Token / TokenEntity: Authentication tokens used by UI applications.