Join our Newsletter — 33% off our NHI Course

Import Flow

An import flow is the path by which attribute data moves from a connected source into the metaverse. It is the point where attribute precedence is applied. If multiple sources send values for the same attribute, the import flow design determines which value is accepted and how conflicts are resolved.

What Import Flow Means in an Identity Data Model

Import flow is the ingestion path for attribute data moving from a connected source into the metaverse. Its job is not just to move data, but to define how incoming values are interpreted, staged, and made available for downstream synchronization and directory updates.

In practice, an import flow is where the system decides whether the data should be treated as authoritative, supplemental, or lower priority relative to other connected sources. That makes the flow design a core part of data governance for connected identity systems, because the same attribute may be sourced from more than one place.

Attribute Precedence and Conflict Resolution

The defining technical feature of an import flow is attribute precedence. When multiple connected sources provide competing values for the same attribute, the import flow determines which value wins and how the conflict is resolved. That choice can be based on connector priority, source trust, transformation rules, or explicit synchronization logic.

This is why import flow design affects more than data movement. It shapes the system’s understanding of identity data quality, consistency, and ownership. If precedence is unclear, the metaverse can accumulate conflicting values, stale records, or accidental overrides that are hard to diagnose later.

For example, one source may own employment status while another owns display name. A well-designed import flow preserves that division of authority instead of letting every source overwrite every attribute equally.

How Import Flow Fits the Synchronization Pipeline

An import flow sits upstream of export and provisioning decisions. It receives attribute data from a connector, applies transformations or filtering, and then passes the resulting state into the metaverse, where other rules can consume it. In other words, the import flow is part of the system’s decision-making chain, not a passive transport layer.

That positioning matters because errors introduced at import can propagate into joins, matching, lifecycle events, and downstream provisioning. If the imported value is wrong, the rest of the synchronization pipeline may faithfully carry that mistake forward.

Import flow design therefore needs to reflect source system boundaries, identity ownership rules, and the practical reality that not all attributes should be treated as equally reliable.

Why Import Flow Design Matters

Import flow is often where synchronization systems either preserve clean attribute ownership or create long-term data drift. The more connected sources you have, the more important it becomes to define which values are allowed to enter the metaverse, which are suppressed, and which are allowed to override existing data.

It also affects troubleshooting. When a value appears wrong in the metaverse, the cause may be the source record, the connector mapping, the transformation logic, or the precedence rule itself. A clear import flow makes that investigation tractable; a vague one turns attribute resolution into guesswork.

In mature identity architectures, import flow is treated as a governed control point because it determines what the platform believes about an identity and which source is trusted to say so.

Risk and Threat Considerations

Import flow errors can create silent data integrity problems. A mistaken precedence rule, connector fault, or unexpected source update can overwrite a more trusted attribute, propagate stale values, or mask the true source of record. When that happens at scale, the metaverse may present an authoritative-looking but incorrect view of identity data.

Failure mechanism: Conflicting source data, poor mapping logic, or weak source prioritization lets incorrect attributes win during import, then those values spread through synchronization and downstream provisioning.

Impact: The result can be authorization mistakes, bad lifecycle decisions, duplicate or inconsistent identities, and difficult-to-detect drift across connected systems.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

NIST SP 800-53 Rev 5 sets the technical controls, while ISO/IEC 27001:2022 defines the regulatory obligations.

Framework Control / Reference Relevance
NIST SP 800-53 Rev 5 AC-3 — Access Enforcement Import flow precedence governs which source values are accepted into identity data.
CM-8 — System Component Inventory Import flows depend on knowing connected sources and their data roles.
Recommendation — Enforce source-to-attribute precedence rules so only authorized values populate the metaverse. Maintain an accurate inventory of connected sources feeding import flows.
ISO/IEC 27001:2022 A.5.9 — Inventory of information and other associated assets Import flows rely on knowing which systems provide authoritative attribute data.
Recommendation — Document connected sources and ownership for imported identity attributes.

Practitioner Guidance

Governance implication: Treat import flow as a source-of-truth control, not just a connector setting. The key practitioner decision is which source owns each attribute and what happens when trusted sources disagree.

What to watch for: Look for attributes that change unexpectedly after connector updates, repeated conflicts on the same field, or imports that appear to succeed while silently replacing higher-quality values. Those are usually signs that precedence or source ownership needs review.

Practitioner takeaway: The safest import flows are the ones that make attribute ownership explicit, conflict handling predictable, and source precedence easy to explain.