TL;DR: GDPR-oriented privacy programs often fail in India because the Digital Personal Data Protection Act is built around continuous consent enforcement and runtime data handling, not documentation alone, according to LEVO. The gap is structural: privacy teams must move from rights workflows and policy artifacts to system-level controls that prove personal data stays constrained as it flows.
At a glance
What this is: This analysis argues that GDPR compliance is not a reliable template for India’s DPDP Act because the two regimes enforce privacy through different operating models.
Why it matters: For IAM, privacy, and security practitioners, the key issue is whether consent, purpose limitation, and deletion are enforced in live systems rather than only recorded in governance artifacts.
👉 Read LEVO's analysis of why GDPR compliance does not equal DPDP readiness
Context
Global privacy programmes often treat GDPR as the default operating model, but that approach breaks down when another regime expects live enforcement rather than documentary proof. In practice, the risk is not misunderstanding privacy law, but assuming that rights-driven governance can substitute for runtime control in systems that process personal data continuously.
The article’s core point is that DPDP changes the control problem for privacy, API, and data teams. Where GDPR programs can rely on policy, records, and rights workflows, DPDP readiness depends on observing data flows, enforcing consent in execution, and proving that personal data handling matches the current legal basis.
This is a privacy governance issue with an identity-adjacent edge: access paths, data flows, and consent states must remain aligned across services, which makes the problem relevant to IAM, GRC, and data security teams working on customer-facing platforms.
Key questions
Q: Why do GDPR-compliant privacy programmes fail under DPDP rules?
A: They often rely on documentation, rights workflows, and legal justification, but DPDP expects consent and purpose limits to be enforced inside live systems. If processing continues after consent changes, the programme may look compliant on paper while failing at runtime. The control gap is execution, not policy wording.
Q: When should organisations prioritise runtime privacy controls over governance documentation?
A: They should prioritise runtime controls as soon as personal data moves through APIs, distributed services, or automated workflows. Documentation still matters for auditability, but it cannot stop downstream misuse, purpose drift, or retention failure. Where data flows change frequently, execution control has to lead.
Q: What are the signs that consent enforcement is failing in production?
A: Common signs include data being reused after consent withdrawal, services processing data without a current purpose code, and deletion requests not removing data from downstream systems. Another warning is when privacy teams can explain the policy but cannot show evidence from production telemetry that the policy was enforced.
Q: What is the difference between rights workflows and runtime privacy controls?
A: Rights workflows handle requests after processing has already happened, such as access or deletion. Runtime privacy controls prevent or constrain processing in the first place by attaching consent, purpose, and retention rules to system behaviour. Both are useful, but only runtime controls can stop misuse during live processing.
Technical breakdown
Why GDPR documentation does not equal DPDP enforcement
GDPR programs are built to show that processing is justified, documented, and proportionate. That model works when regulators are primarily testing governance artefacts such as policies, records of processing, and rights workflows. DPDP is different because it evaluates whether consent and purpose constraints are enforced while data is moving through live systems. The technical gap is between a statement of intent and machine-enforced behaviour. In distributed architectures, that gap widens across APIs, workflows, and downstream services that may never see the original consent context.
Practical implication: teams need controls that propagate consent state into runtime policy decisions, not just legal records.
Consent as a runtime control in API-driven systems
In API-heavy environments, personal data is copied, transformed, and reused by services that are often far removed from the point of collection. A consent-centric regime expects those services to respect the current scope of processing, including withdrawal or restriction. That requires machine-readable consent states, purpose binding, and enforcement points inside application flows. Without those controls, downstream processing can continue legally unanchored even when upstream documentation looks complete. This is why privacy enforcement increasingly resembles access control engineering rather than document management.
Practical implication: map consent and purpose rules to application logic, API gateways, and data processing services.
Why rights workflows miss operational misuse
Rights workflows are reactive. They help organisations respond to access, erasure, or objection requests after processing has already happened. DPDP enforcement is more concerned with preventing misuse during processing, retention, or sharing. That makes reactive workflows insufficient on their own. A system can be excellent at answering a request and still fail to constrain how data was used before the request arrived. This is the fundamental limitation of compliance programmes that equate responsiveness with control.
Practical implication: pair rights handling with continuous monitoring for actual data movement, retention drift, and unauthorised reuse.
NHI Mgmt Group analysis
GDPR-first privacy programmes create a runtime enforcement gap. The article’s central governance point is that documentation-heavy privacy models do not reliably control live data processing in consent-centric regimes. That gap matters because modern architectures move personal data across services faster than policy artefacts can track. For privacy, IAM, and data governance teams, the operational question is whether enforcement follows the data or only the paperwork.
Consent enforcement is becoming an identity and access problem for data. Once personal data is distributed across APIs and workflows, the system needs to know not just who is calling, but whether the current processing purpose is still valid. That makes consent states, processing permissions, and revocation handling look more like dynamic authorisation than static compliance. Practitioners should treat consent as a live control plane, not a one-time capture event.
Runtime privacy is the right named concept for DPDP readiness. The article shows why this concept matters: regimes like DPDP test whether organisations can enforce policy inside the systems that process data, not merely describe the policy elsewhere. This reframes privacy maturity around observable behaviour, continuous validation, and evidence of control. For practitioners, runtime privacy should become a design requirement across data, application, and identity governance.
GRC evidence alone is no longer sufficient when the enforcement model changes. GDPR-era artefacts still matter, but they no longer prove readiness where regulators focus on actual system behaviour. That pushes privacy programmes toward technical controls, monitoring, and system-derived evidence. For teams overseeing regulated data, the practical conclusion is clear: compliance needs to be demonstrable in execution, not only defensible in documentation.
What this signals
Runtime privacy will become the control expectation, not the exception. Privacy teams should expect regulators, auditors, and internal risk functions to ask for evidence that data handling aligns with current consent and purpose rules in production, not just in policy. That means telemetry, policy enforcement, and service-level checks will matter more in board reporting than static compliance artefacts.
The next maturity step is to treat data governance as an execution problem across identity, application, and security domains. For IAM and GRC leaders, the question is no longer whether a privacy programme exists, but whether it can prove that processing conditions stayed valid as systems changed.
Consent-aware architecture is becoming a design pattern. If consent cannot move with the data, the privacy model will fail whenever applications are refactored, APIs are chained, or services are added. Practitioners should expect more convergence between privacy engineering, access governance, and data observability as consent-centric laws spread.
For practitioners
- Instrument consent propagation across systems Make consent state machine-readable and carry it through APIs, queues, and downstream services so processing rules remain attached to the data lifecycle.
- Verify purpose limitation at runtime Check that each processing step has a valid purpose code before data is shared, transformed, or retained beyond the original consent boundary.
- Replace documentation-only evidence with system telemetry Use logs, policy decisions, and data-flow monitoring to prove how personal data was actually handled, not just how it was described in records of processing.
- Align deletion and retention controls to execution Automate retention timers and deletion triggers so data removal happens when purpose or consent expires, rather than waiting for manual review.
Key takeaways
- GDPR-style privacy programmes can document lawful processing without proving that runtime behaviour stayed within consent or purpose limits.
- DPDP shifts privacy from a governance exercise to an execution problem, where live system controls matter more than static records.
- The practical response is to enforce consent, purpose, and deletion continuously across APIs, services, and data flows.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
NIST CSF 2.0 and NIST SP 800-53 Rev 5 set the technical controls, while GDPR and ISO/IEC 27001:2022 define the regulatory obligations.
| Framework | Control / Reference | Relevance |
|---|---|---|
| GDPR | Art.32 | GDPR is the baseline privacy framework the article contrasts with DPDP. |
| NIST CSF 2.0 | PR.DS-1 | Runtime handling of personal data aligns with protection of data at rest and in transit. |
| NIST SP 800-53 Rev 5 | AC-3 | Purpose-limited access to personal data depends on access enforcement. |
| ISO/IEC 27001:2022 | A.5.15 | Access control governance is relevant where data handling depends on authorised processing. |
Map privacy data flows to PR.DS-1 and validate enforcement where data moves between services.
Key terms
- Runtime Privacy Control: Runtime privacy control is the practice of proving that privacy safeguards operate correctly while systems are live. It focuses on actual access, processing, and disclosure behaviour across APIs, services, and automated workflows, rather than on policies that only describe intended handling.
- Consent Propagation: Consent propagation is the process of carrying a user or consumer privacy choice from the point of capture into every downstream system that processes the related data. It matters because a valid preference is only enforceable when the technical controls, integrations, and records stay synchronised across the environment.
- Purpose limitation: The rule that data should be used only for the specific business purpose allowed by policy and context. In AI environments, this means a dataset may be technically accessible but still inappropriate for a given model, assistant, or agent if the use case exceeds the approved scope.
- Rights Workflow: A rights workflow is the process used to handle privacy requests such as access, erasure, or objection. It supports accountability and response, but it is reactive by design, so it cannot by itself prevent unlawful processing that has already occurred in live systems.
What's in the full article
LEVO's full article covers the operational detail this post intentionally leaves for the source:
- A deeper breakdown of how GDPR-era privacy programmes map poorly to DPDP enforcement expectations in practice.
- Specific examples of runtime consent enforcement, retention handling, and data-flow control across distributed systems.
- The article’s longer comparison of rights workflows versus execution controls for privacy compliance.
- Implementation context for teams translating legal obligations into system behaviour, monitoring, and evidence.
👉 LEVO's full article expands on runtime consent enforcement, data handling, and privacy control gaps.
Deepen your knowledge
The NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance, machine identity security, and secrets management. It is designed for practitioners who need to connect identity control, lifecycle governance, and operational risk across modern security programmes.
Published by the NHIMG editorial team on September 3, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org