Skip to content

Core Concepts

JIM (Junctional Identity Manager) is a self-hosted identity lifecycle management platform that synchronises identity data between Connected Systems through a centralised metaverse hub. This section introduces the foundational concepts you need to understand how JIM works.

For per-object documentation (Connected Systems, Synchronisation Rules, Schedules, etc.) see the Configuration section.

JIM hub-and-spoke synchronisation concept Source systems on the left and target systems on the right connect to JIM in the centre. Inside JIM, Connectors pass imported data through the Import, Synchronise and Export pipeline, which correlates and projects identities into the Metaverse, the authoritative data store for fused identities. Every flow passes through JIM; no data moves directly between Connected Systems. JIM Connectors LDAP File / CSV SQL SCIM 2.0 Import Synchronise Export Metaverse Authoritative data store for fused identities HR System CSV Legacy Directory LDAP Enterprise Databases SQL Active Directory LDAP · writeback Business Application CSV Cloud Applications SCIM 2.0 staging outbound changes correlate & project

The Connected Systems shown are illustrative examples. Moving dots trace identity data flowing through JIM.

🏗️ Architecture

JIM follows a hub-and-spoke metaverse pattern where all identity data flows through a central authoritative repository. No data moves directly between Connected Systems -- every change passes through the metaverse, giving you a single point of governance and control. Learn about JIM's components, layers, and deployment model in the Architecture guide.

⚙️ Synchronisation Pipeline

JIM processes identity data in three distinct phases: Import, Sync, and Export. This pipeline ensures data is validated, transformed, and reconciled at each stage before reaching its destination. The Synchronisation Pipeline page explains each phase in detail.

🔄 JML Lifecycle

The Joiner/Mover/Leaver lifecycle is the core automation model for identity management. JIM handles new starters, role changes, and leavers through configurable rules that provision, update, and deprovision accounts across your estate. The JML Lifecycle page covers each phase.

🔑 Passwords

Where a Connector supports it and you have configured it, JIM can set passwords on the accounts it manages. It does so through a password channel that runs parallel to attribute flow and never through it: nothing is held in the Metaverse, staged as a Pending Export, or read back. The Passwords page covers how JIM discovers what a target will accept, where a password comes from, what happens to an account whose password a target refuses, and the security rules that hold across every surface.

🧮 Expressions

JIM includes a built-in expression language for transforming and mapping identity attributes. Expressions let you build email addresses, control account states, handle missing values, and much more -- all without writing code. See the Expression Language Guide for syntax, functions, and examples.

🔡 Case Sensitivity

JIM compares identity data exactly (case-sensitive) by default, while keeping configuration names and search forgiving (case-insensitive). The Case Sensitivity page explains where each rule applies, and how to relax matching and scoping per rule where a data source is inconsistent.