Getting Started¶
Welcome to JIM. This section will guide you from initial setup through to running your first identity synchronisation.
Whether you are deploying JIM for production use or setting up a development environment, the pages below will walk you through each step.
Where to Start¶
-
Prerequisites
What you need before deploying JIM: container runtime, identity provider, and hardware considerations.
-
Quick Start
Deploy JIM using automated setup, manual Docker Compose, air-gapped installation, or a developer environment.
-
Your First Sync
Set up a connected system, configure a sync rule, and run your first import, sync, and export cycle.
Overview¶
Getting JIM running involves three main steps:
- Prepare your environment: Ensure Docker is installed and you have access to an OpenID Connect identity provider for authentication.
- Deploy JIM: Choose from automated setup, manual Docker Compose, or air-gapped deployment depending on your environment.
- Configure your first synchronisation: Connect a source system, define sync rules, and verify data flows correctly through the metaverse.
Once deployed, JIM is accessible via a web portal at http://localhost:5200 by default. You can also interact with JIM through its REST API or the cross-platform PowerShell module.