Source: projects/identity-management/environments/sandbox-confluence-page.md

> Source: projects/identity-management/environments/sandbox-confluence-page.md

One Identity Manager Sandbox Environment

Purpose

This page documents the One Identity Manager sandbox environment used for personal lab work, colleague training, demos, and technical testing.

The sandbox runs One Identity Manager 10 with local target systems, a test mail sink, and monitoring. It can be hosted locally either as a VMware VM or as a Hyper-V VM using a VHDX disk.

Users and target systems such as HRSystem, OpenDJ, and Active Directory are based on or reused from the iamdemo environment hosted in the One Identity Skytap portal.

Environment Summary

ItemValue
HostnameIM
FQDNim.sandbox.local
IP address192.168.178.146
Windows domainsandbox.local
Operating systemWindows Server 2025
One Identity Manager version10
Primary usePersonal lab, training, demos, and sandbox testing

Credentials

The accounts below use the initial sandbox password:

OIMicc.c0m!

This is an initial lab password for this sandbox. Users may change it when they own or operate their local copy of the environment.

AreaUsername / LoginPasswordPurpose
Windows / Active Directorysandbox\administratorOIMicc.c0m!Domain administration, Windows administration, WinRM, AD changes.
One Identity Manager service accountsandbox\ser_oimOIMicc.c0m!OIM service and synchronization scenarios.
SQL ServersaOIMicc.c0m!SQL Server administration for OneIM and HRSystem.
One Identity ManagerviadminOIMicc.c0m!OIM administrator login.
OpenDJ LDAPcn=Directory ManagerOIMicc.c0m!OpenDJ LDAP administration.
GrafanaadminOIMicc.c0m!Grafana dashboard administration.
Mailpitno authenticationn/aTest mail web UI and API.

Main Components

ComponentPurpose
Active DirectoryLocal domain sandbox.local; used as an AD target system for synchronization, account, and entitlement tests.
OpenDJ LDAPLDAP target system for account and group synchronization tests.
Microsoft SQL ServerHosts the One Identity Manager database and the HRSystem source database.
One Identity Manager Application ServerBackend and API access.
One Identity Manager Web PortalEnd-user, approval, and IT Shop testing.
MailpitLocal SMTP capture for OIM notification mail.
PrometheusMetrics collection.
GrafanaMonitoring dashboard frontend.
windows_exporterWindows host metrics endpoint for Prometheus.

URLs and Network Ports

ServiceURL / Port
OIM Application Server statushttps://im.sandbox.local/AppServer/#/status
OIM Application Server API basehttps://im.sandbox.local/AppServer/api
OIM Web Portalhttps://im.sandbox.local/ApiServer/html/qer-app-portal/#/
Mailpit Web UIhttp://im.sandbox.local:18025/
Mailpit APIhttp://im.sandbox.local:18025/api/v1/messages
Grafanahttp://im.sandbox.local:3000/
Prometheushttp://im.sandbox.local:9090/
windows_exporter metricshttp://im.sandbox.local:9182/metrics
Microsoft SQL ServerTCP 1433
WinRM HTTPTCP 5985
WinRM HTTPSTCP 5986
SMB admin shareTCP 445
OIM Job ServerTCP 1880
OIM Synchronization EngineTCP 2880
OpenDJ LDAP plainTCP 1389
OpenDJ LDAP TLSTCP 1636

The HTTPS services use sandbox certificates. Browser certificate warnings can occur depending on the workstation trust configuration.

Local Hosting Options

VMware

Use VMware when workstation resources and licensing are available.

ItemRecommendation
NetworkingBridged or NAT networking that allows the workstation to resolve im.sandbox.local.
AddressingKeep the VM IP stable or update DNS/hosts entries if it changes.
Restore pointTake snapshots before larger OIM changes, connector changes, or data resets.

Hyper-V / VHDX

Use Hyper-V when the sandbox is provided as a VHDX-based VM.

ItemRecommendation
VM generationUse a Generation 2 VM unless the image requires otherwise.
NetworkingUse a virtual switch that allows access from the host workstation.
AddressingKeep hostname, domain, and IP assumptions aligned with this page.
Restore pointCreate checkpoints before experiments that change target systems or OIM configuration.

Target System Setup

Active Directory

ItemValue
Domainsandbox.local
Hostlocal on IM
Admin accountsandbox\administrator
OIM service accountsandbox\ser_oim
Lab object areaOU=OIM-Managed,DC=sandbox,DC=local

The AD target system follows the iamdemo-style lab setup. It is used for identity synchronization, AD account provisioning, group entitlement tests, and IT Shop testing against AD-backed entitlements.

OpenDJ LDAP

ItemValue
ProductOpenDJ
Writable suffixdc=ldap,dc=com
Admin bind DNcn=Directory Manager
Plain LDAP port1389
TLS LDAP port1636
Lab object areaou=oim-managed,dc=ldap,dc=com

OpenDJ is used as the LDAP target system for account provisioning, LDAP group synchronization, LDAP entitlement assignments, and comparison with AD target-system behavior.

HRSystem Database

ItemValue
DatabaseHRSystem
HostSQL Server on im.sandbox.local
PurposeHR source system simulation

HRSystem is the lab HR source database reused from the iamdemo-style environment. It is used for source identity import tests, HR-driven lifecycle scenarios, identity attribute changes, and synchronization demos.

One Identity Manager Database

ItemValue
DatabaseOneIM
HostSQL Server on im.sandbox.local
ProductOne Identity Manager 10

The One Identity Manager database is the central product database for the sandbox.

Mailpit Setup

Mailpit is used as a local SMTP capture service. OIM notification mail is sent to Mailpit instead of leaving the lab.

ItemValue
Web UIhttp://im.sandbox.local:18025/
APIhttp://im.sandbox.local:18025/api/v1/messages
Authenticationnone
PurposeTest mail capture for OIM notifications.

Mailpit is a test-only mail sink. It is not configured for external mail delivery.

Grafana, Prometheus, and windows_exporter

The sandbox includes Prometheus-based monitoring for the Windows VM and OIM-related services.

ComponentURLPurpose
Grafanahttp://im.sandbox.local:3000/Dashboard frontend.
Prometheushttp://im.sandbox.local:9090/Metrics storage and query API.
windows_exporterhttp://im.sandbox.local:9182/metricsWindows host metrics endpoint.

Grafana dashboard:

OIM Environment Overview (Prometheus)

Typical monitoring data includes VM health, Windows service health, CPU, memory, disk usage, and endpoint availability.

One Identity Manager Setup, SDK, and MDK Locations

The VM keeps installation and developer resources under C:\Dev.

PathDescription
C:\Dev\OneIdentityManager.10.0One Identity Manager 10 setup / installation media.
C:\Dev\OneIdentityManager.10.0\Modules\QBM\dvd\AddOn\SDKOne Identity Manager SDK.
C:\Dev\OneIM10.0.0-MDK\MDKModule Developer Kit.
C:\Dev\OneIM10.0.0-MDK\MDK\OneIM_MDK_DeveloperGuide.pdfMDK Developer Guide.

Use these paths when installing OIM tools, reviewing shipped developer documentation, or preparing a local developer setup.