Skip to main content
Review and revision metadata
Review Date: 2026-06-16
Reviewer: Operations Manager

previous version on gdrive

SCIM: Automated Identity Synchronization

1. The Operational Challenge of Scale

Managing user profiles manually across multiple environments introduces operational friction as organizations grow. When researchers join, transition between departments, or leave an institution, relying on manual updates becomes time-consuming and introduces a higher margin for error.

Delays or mistakes in provisioning can stall critical research pipelines, while gaps in de-provisioning can lead to orphaned or stale accounts, creating security vulnerabilities and compliance risks under ISO/IEC 27001 Annex A.05.16 and the NIS 2 Directive.


2. What is SCIM?

SCIM (System for Cross-Domain Identity Management) addresses these challenges by automating identity lifecycles between an institution's primary directory framework (Microsoft Entra ID) and the myDRE platform.

When integrated, SCIM acts as a continuous synchronization engine. Any administrative modification executed within the organization’s native system is automatically detected and pushed to myDRE, ensuring that permissions remain accurate without requiring manual intervention from support desks.


3. Synchronization Mapping and Automation Mechanics

The table below outlines how the core engine maps and translates native Entra ID administrative actions into myDRE platform requests:

Native Entra ID TriggerTechnical Action in SCIMResulting Event in myDRE
New user added to the designated myDRE Group*Verifies uniqueness; registers a new identity profile in the SCIM database.User Creation Request is automatically generated.
User profile details change (e.g., updated contact email)Updates matching identity attributes within the SCIM schema.User Modification Request is generated to update platform parameters.
User removed from the designated myDRE Group*Flashes account status to Inactive within the SCIM repository.User Deactivation Request (UDR) is forced immediately.
User disabled or deleted globally within corporate Entra IDRegisters identity as Inactive within SCIM (creates entry if missing).User Deactivation Request (UDR) is forced immediately.

* myDRE Group: The customer's designated, isolated security group used exclusively to manage authorized myDRE access. ** Entra ID: The customer's parent enterprise identity infrastructure.


4. Implementation Models: Trade-Off Analysis

Deploying SCIM is optional. anDREa’s implementation utilizes a Semi-Automated architecture with a Manual Approval gate. This design balances automated synchronization with human oversight, helping to mitigate the risk of bulk automated errors or accidental permission expansion.

Organizations can evaluate the following technical trade-offs when choosing between the semi-automated SCIM track and traditional manual identity management:

Management TrackAdvantages & Strengths (Pros)Risks & Limitations (Cons)
With SCIM (Semi-Automated, Manual Approval)* Near real-time synchronization of the user lifecycle.
* Centralized provisioning and de-provisioning.
* Lower administrative overhead and fewer manual errors.
* Stronger compliance and clean audit trails.
* Manual approval step protects against bulk or automated abuse.
* Requires initial integration setup and configuration monitoring.
* Expands attribute visibility to the synchronization pipeline.
* Relies on regular manual validation steps.
* Dependent on the promptness of partner security reviews.
* Relies on Microsoft Entra ID’s background provisioning cycles.
Without SCIM (Traditional Manual Management)* Simpler initial setup with zero integration dependencies.
* No new data flows or external attribute exposures.
* Retains direct, granular control over every individual change.
* Manual creation and de-provisioning requests are slower and prone to delays.
* Stale or orphaned accounts may persist unnoticed.
* Increased risk of access compliance gaps.
* Higher ongoing administrative burden on internal support desks.

5. Governance Registries and Audit Evidence

To demonstrate active identity lifecycle control and synchronization monitoring to third-party ISO/IEC 27001 or NIS 2 auditors, the following validation artifacts are maintained:

  • Tenant Configuration Matrix: Technical logs detailing whether SCIM endpoints, enterprise sync tokens, and target groups are active for a specific client tenant (Tenant Configurations.
  • myDRE Admin Portal Request Queues: Auditable backlogs showing all pending and completed User Creation and Deactivation Requests generated via SCIM synchronization routines.
  • Microsoft Entra ID Provisioning Logs: Upstream event registries tracking synchronization cycles, push successes, and connection health states between the enterprise tenant and anDREa cloud endpoints.