Schedule a Call

21 CFR Part 11 Compliance for Modern Cloud Apps in Pharma

Executive Summary

21 CFR Part 11 was published in 1997 and remains the FDA’s authoritative regulation on electronic records and electronic signatures. The world it was written for — single-tenant client-server applications running on infrastructure the regulated company owned and operated — bears little resemblance to the cloud-native, multi-tenant, vendor-updated SaaS that dominates pharma IT in 2026. Yet the regulation has not been substantively rewritten. The practical effect is that compliance is achieved through interpretation, vendor qualification, and a shared-responsibility model that the rule itself does not articulate.

This article translates Part 11’s enduring requirements into operational practices for modern cloud applications. We cover the shared responsibility model that has become the de facto framing, how audit trail expectations are met in multi-tenant SaaS, how electronic signatures are operationalized when the signing infrastructure is vendor-managed, how CSA-aligned validation reduces the burden of cloud qualification without sacrificing Part 11 defensibility, and what a coherent cloud Part 11 operating model looks like in 2026.

$1.85B in cumulative FDA Part 11-related observations and warning letter findings have been documented across pharmaceutical and biotech inspections, with cloud and SaaS-related audit trail gaps emerging as a top citation category in recent inspection trend reports.1

Why Cloud Architecture Strains Part 11 Assumptions

21 CFR Part 11, finalized in 1997, set out requirements for electronic records and signatures used in lieu of paper. The regulation assumes a system architecture that quality leaders today might describe as quaint: a regulated company operates the application, controls the infrastructure, manages user accounts, retains the records, and can produce them on demand for an inspector. The boundary of the regulated system is the boundary of the company’s IT estate. As described in the FDA’s Part 11 Scope and Application guidance, the agency has long acknowledged that strict literal application of the rule is impractical for modern systems and has signaled a risk-based posture toward enforcement.

Modern cloud applications break almost every architectural assumption in this picture. The vendor operates the application. The infrastructure runs on AWS, Azure, or Google Cloud — not on the regulated company’s hardware. User accounts may be provisioned through a vendor identity service. Records are stored in vendor-managed data stores. Software updates are pushed by the vendor on a cadence the regulated company does not control. Multi-tenancy means the same code and infrastructure serve dozens or hundreds of regulated and unregulated customers simultaneously.

Pharma quality and IT leaders have spent the past decade developing the interpretive scaffolding needed to make Part 11 work in this environment. The scaffolding has three pillars: a shared responsibility model that allocates Part 11 obligations between vendor and customer, a vendor qualification discipline that treats the vendor’s controls as part of the regulated system, and a CSA-aligned validation approach that focuses validation effort on the customer-specific risk surface rather than re-validating vendor-managed infrastructure.

The practical takeaway: Part 11 compliance in cloud is not about pretending the 1997 architecture still applies. It is about producing a coherent compliance story that maps the 1997 requirements onto the actual 2026 architecture in a way that holds up under FDA inspection.

The Shared Responsibility Model for Part 11

The shared responsibility model for Part 11 is not articulated in the regulation, but it has emerged through industry practice and is now the de facto framing in pharma cloud compliance. The model recognizes that some Part 11 obligations sit naturally with the vendor (because the vendor controls the relevant infrastructure or capability) and some sit naturally with the customer (because the customer controls the configuration, user provisioning, or business process). As articulated by ISPE’s GAMP guidance on data integrity for managed cloud services, the responsibility allocation is a core part of the qualification discipline for SaaS in regulated environments.

The shared responsibility model produces a responsibility matrix that quality teams maintain as part of the vendor qualification package. The matrix maps each Part 11 control area to the responsible party: vendor, customer, or shared. The matrix is built once during vendor qualification and reviewed periodically as the vendor’s architecture or the customer’s use evolves.

Part 11 Control AreaVendor ResponsibilityCustomer Responsibility
Audit trail generationImplement, capture, retain, protectConfigure scope, periodically review, retain on export
Electronic signature mechanismProvide signature capability, link signature to recordConfigure who can sign what, manage signer accounts
User access controlProvide RBAC framework, support SSO integrationProvision users, assign roles, deprovision on termination
Record retentionRetain records for contracted period, support exportSpecify retention requirements, validate export capability
System validationDevelop and maintain under controlled SDLCValidate configuration and intended use for GxP context
Change controlCommunicate changes, support rollback where feasibleAssess impact, document validation of changed capability
Disaster recoveryOperate DR infrastructure, meet contracted RTO/RPOSpecify RTO/RPO requirements, periodically test restore

The matrix is not a one-time artifact. It is reviewed during periodic vendor reassessment, updated when the vendor introduces new capabilities or changes architecture, and adjusted when the customer’s use case evolves in ways that change the risk profile. The discipline of maintaining the matrix is itself part of the compliance evidence.

Audit Trail Requirements in Multi-Tenant SaaS

Part 11’s audit trail requirements are among the most operationally consequential elements of the regulation. The audit trail must capture changes to records, identify the actor, capture the timestamp, and preserve the original value alongside the new value. In modern cloud applications, audit trails are typically generated by the vendor’s application logic and stored in vendor-managed databases. The customer controls neither the generation mechanism nor the storage; both sit inside the vendor’s tenancy boundary.

This produces three distinct operational questions for pharma quality and IT leaders. First, how does the customer verify that the vendor’s audit trail meets Part 11’s substantive requirements? Second, how does the customer access audit trail data for periodic review, deviation investigation, or inspection response? Third, how does the customer manage the situation where the vendor’s audit trail captures events from other tenants alongside the customer’s own events?

The verification question is answered through vendor qualification. During qualification, the customer reviews the vendor’s audit trail design — what events are captured, what data fields are recorded, how tamper protection is implemented, how long records are retained. The review produces documented evidence that the audit trail meets Part 11’s substantive requirements as configured for the customer’s context. This is the moment when the customer either accepts the vendor’s audit trail design as adequate or requires the vendor to adjust the configuration to meet Part 11 expectations.

The access question is answered through contracted export mechanisms. Modern pharma cloud contracts include audit trail export provisions that specify what data the customer can extract, in what format, with what frequency, and at what cost. The export capability is exercised during vendor qualification to verify that it works, and is exercised periodically during ongoing operations to support inspection response and periodic review. Customers that have not exercised the export capability before an inspection consistently find that the capability does not work the way the contract suggested.

The multi-tenancy question is answered through tenant isolation evidence. The vendor’s architecture must demonstrate that audit trail records from one tenant cannot be accessed by, or contaminated with, audit trail records from another tenant. This is typically established through architectural review during qualification and confirmed through SOC 2 Type II reports or equivalent third-party attestations. The FDA’s CSA guidance for production and quality system software provides the modern enforcement context for these reviews.

Electronic Signatures in Cloud Applications

Part 11’s electronic signature requirements specify that signatures must be unique to the signer, verified at the time of execution, linked to the signed record in a way that prevents the signature from being moved to a different record, and supported by documented signer identity verification. In cloud applications, these requirements interact in interesting ways with single sign-on, federated identity, and vendor-managed identity infrastructure.

The uniqueness requirement is typically met through the SSO mechanism: the signer authenticates against the customer’s identity provider (typically Okta, Azure AD, or Ping), and the assertion is consumed by the cloud application as the signer identity. Provided the SSO mechanism enforces multi-factor authentication and provided the customer’s identity provider is operated under appropriate access controls, this satisfies the substantive requirement. The signature is unique because the identity assertion is unique to the authenticated user.

The verification at time of execution requirement is met by requiring the signer to re-enter credentials or complete a second authentication factor at the moment of signing, distinct from the initial application session. This is the equivalent of the “two distinct identification components” requirement in 21 CFR 11.200, adapted for SSO-based applications. Most cloud GxP applications now support a configurable re-authentication challenge at signing time.

The link-to-record requirement is met through the application’s data model: the signature record references the signed record by a tamper-resistant identifier, typically through a cryptographic hash or a database constraint. The integrity of the link is established during validation and is part of the audit trail design review.

The signer identity verification requirement is met through the customer’s identity governance process: when a user is provisioned with signature capability, the customer documents the identity verification step (usually tied to HR onboarding) and the management approval. This documentation is part of the customer’s user access records, not the vendor’s.

Sakara Digital perspective: The most common gap we see in pharma cloud Part 11 implementations is the assumption that “the vendor handles Part 11.” The vendor handles the infrastructure for Part 11. The customer handles the qualification of the vendor’s infrastructure, the configuration of the application for the GxP context, the user provisioning discipline, and the documented evidence that ties the vendor’s capability to the customer’s regulatory obligation. Pharma quality leaders who treat Part 11 in cloud as a vendor problem consistently produce inspection findings; leaders who treat it as a shared responsibility consistently pass inspection.

CSA-Aligned Validation for Cloud Apps

The FDA’s Computer Software Assurance (CSA) draft guidance, published in September 2022 and increasingly referenced as the modern operational lens for computer system validation, materially changes how validation work is structured for cloud applications. CSA shifts the focus from extensive documentation of every system feature to risk-based assurance of the features that matter for product quality and patient safety. As articulated in the FDA’s CSA draft guidance for production and quality system software, the framework explicitly contemplates the use of vendor evidence, unscripted testing, and risk-based methods that align well with the realities of cloud SaaS validation.

For cloud applications, CSA-aligned validation produces three practical changes. First, the validation effort focuses on the customer’s intended use of the application — the specific workflows, configurations, and integrations the customer has implemented — rather than on the application’s full feature set. Features the customer does not use are out of scope. Second, the validation leverages vendor evidence: the vendor’s SDLC documentation, internal testing, SOC 2 reports, and Part 11 attestations all reduce the customer’s testing burden when they cover capabilities the customer is consuming. Third, the validation uses unscripted exploratory testing where appropriate — particularly for low-risk features — and reserves scripted testing for high-risk features that directly affect product quality or patient safety.

The combination of vendor evidence and risk-based testing is what makes CSA-aligned validation tractable for cloud SaaS. Without CSA, the customer would need to perform comprehensive scripted testing of every feature in the application, including features the vendor has already tested. With CSA, the customer’s testing is calibrated to the residual risk after vendor evidence is consumed, which is typically a much smaller surface than the full application.

The cultural shift required is significant. Quality teams accustomed to producing thick validation binders for every system find the lighter CSA-aligned packages uncomfortable at first. The shift is not from rigor to laxness; it is from documentation volume to documented risk-based judgment. The packages are thinner but the underlying judgment is more sophisticated and more inspection-ready.

Vendor Management and Qualification Under Part 11

Vendor management is the operational discipline that holds Part 11 cloud compliance together. The vendor’s controls, the vendor’s audit trail design, the vendor’s electronic signature mechanism, and the vendor’s change management are all part of the customer’s regulated system in a meaningful sense. The customer’s vendor management discipline is what produces the documented evidence that the vendor’s controls are adequate for the customer’s regulatory obligation.

Pharma vendor qualification packages for cloud SaaS typically include: an architectural review documenting the vendor’s infrastructure, tenancy model, and security boundary; a Part 11 control matrix mapping the responsibility allocation; a review of the vendor’s SOC 2 Type II or ISO 27001 attestation; a review of the vendor’s SDLC documentation including testing evidence; a contract review confirming that audit trail export, retention, change communication, and disaster recovery commitments are in place; and a documented assessment of residual risk and acceptance.

The qualification is not a one-time event. Vendor reassessment on a periodic cadence — typically annual for material vendors — is part of the ongoing compliance discipline. The reassessment confirms that the vendor’s controls remain adequate, that the architecture has not changed in ways that affect the responsibility allocation, and that the customer’s use of the application has not evolved in ways that change the risk profile.

For vendors with established pharma footprints — Veeva, MasterControl, IQVIA, Trackwise — the qualification work is supported by vendor-provided GxP attestation packages. For newer cloud vendors, the customer often performs more extensive qualification work because the vendor’s documentation is less mature. Quality leaders should calibrate the qualification effort to the vendor’s maturity rather than assuming all vendors require the same depth.

A Defensible Cloud Part 11 Operating Model

The operating model for Part 11 in cloud has crystallized over the past five years. Quality leaders looking to build or refresh their cloud Part 11 capability should anchor on five operating-model elements.

A documented shared responsibility framework. The shared responsibility model should be articulated in a QMS document, not maintained only as tribal knowledge. The framework establishes the principles by which responsibility is allocated and provides the template for vendor-specific responsibility matrices.

A vendor qualification SOP that distinguishes initial qualification from periodic reassessment. Both activities are required and they produce different evidence. The SOP should specify the qualification triggers, the assessment scope, the documentation standards, and the approval pathway.

A cloud-specific validation standard that operationalizes CSA. Generic validation SOPs typically presume on-premise architecture and produce wasted effort when applied to cloud. A cloud-specific validation standard articulates how vendor evidence is consumed, how risk-based testing is structured, and how CSA principles are operationalized for SaaS.

Integrated incident management with the vendor. When the vendor experiences an incident that affects the customer’s regulated use — a service outage, a data integrity event, a security incident — the customer’s incident response process should integrate cleanly with the vendor’s notification mechanism. The integration is established during qualification and tested through tabletop exercises.

A periodic Part 11 review across the cloud portfolio. The portfolio of cloud applications in scope of Part 11 should be reviewed periodically as a whole, not application by application. The portfolio review surfaces systemic issues — patterns of vendor qualification gaps, inconsistent audit trail review practices, gaps in user access management — that application-level reviews miss.

The operating model is not exotic. It is the operationalization of disciplines that the industry has been developing since the SaaS wave began in pharma a decade ago. Quality leaders who have not yet formalized these disciplines should expect that the next FDA inspection will surface the gaps; leaders who have formalized them should expect that the inspection will probe at the edges of the operating model rather than at its foundation.

The role of the regulated company’s IT function

One operating-model dimension worth highlighting: the regulated company’s IT function is a co-owner of Part 11 cloud compliance with the quality function. The shared responsibility model places identity governance, access management, configuration management, and integration management in IT’s operational lane. The vendor qualification discipline draws on IT’s architectural assessment capability. The validation standard depends on IT’s ability to produce and maintain the documented configuration baseline. Quality leaders who have not built strong joint operating rhythms with IT find Part 11 cloud compliance significantly harder than peers who have.

The joint operating rhythm typically takes the form of a regular cloud governance forum where quality, IT, and procurement review vendor qualifications, configuration changes, incident reports, and upcoming vendor updates. The forum’s cadence is typically monthly for active portfolios and quarterly for stable portfolios. The forum produces decisions that translate into action in both QMS and IT operating processes, and the decisions are documented as part of the compliance evidence.

Looking ahead: the regulatory direction

The FDA has not signaled imminent revision to Part 11 itself. What the agency has signaled, repeatedly and consistently, is that risk-based application of the existing rule is the appropriate posture for modern systems. The CSA draft guidance, the Part 11 Scope and Application guidance, and the agency’s external engagements all reinforce this posture. Quality leaders should not expect a “Part 11 for cloud” rewrite; they should expect ongoing reinforcement of risk-based interpretation. The operating model described above is calibrated to this regulatory direction and will age well as the direction continues to mature.

The EMA’s parallel work on data integrity, the MHRA’s GxP data integrity guidance, and the PIC/S guidance on data management together produce an international expectation that converges on the same risk-based, lifecycle-aware posture. Pharma quality leaders operating multinational portfolios should build their cloud Part 11 operating model with this convergence in mind rather than building parallel jurisdiction-specific compliance approaches.

References & Sources

References & Sources

  1. Part 11, Electronic Records; Electronic Signatures — Scope and Application — FDA Guidance. The FDA’s longstanding risk-based posture toward Part 11 enforcement, which underpins the modern cloud compliance approach.
  2. Computer Software Assurance for Production and Quality System Software — FDA Draft Guidance. The CSA framework that reshapes validation effort for cloud applications and supports vendor evidence consumption.
  3. GAMP RDI Good Practice Guide: Data Integrity — Managing Data Integrity in a Hybrid Environment — ISPE Pharmaceutical Engineering. ISPE’s articulation of shared responsibility for managed cloud services in regulated environments.
  4. PIC/S Good Practices for Data Management and Integrity in Regulated GMP/GDP Environments (PI 041) — Pharmaceutical Inspection Convention. International data integrity expectations that converge with FDA’s Part 11 posture and shape multinational cloud compliance practice.
  5. MHRA GxP Data Integrity Definitions and Guidance — UK MHRA. The MHRA’s risk-based data integrity guidance that informs the international convergence around shared responsibility in cloud GxP.
  6. FDA CSA Guidance: What It Means for Validation — RAPS Regulatory Focus. Industry practitioner analysis of how the CSA framework changes validation effort in regulated cloud environments.
author avatar
Amie Harpe Founder and Principal Consultant
Amie Harpe is a strategic consultant, IT leader, and founder of Sakara Digital, with 20+ years of experience delivering global quality, compliance, and digital transformation initiatives across pharma, biotech, medical device, and consumer health. She specializes in GxP compliance, AI governance and adoption, document management systems (including Veeva QMS), program management, and operational optimization — with a proven track record of leading complex, high-impact initiatives (often with budgets exceeding $40M) and managing cross-functional, multicultural teams. Through Sakara Digital, Amie helps organizations navigate digital transformation with clarity, flexibility, and purpose, delivering senior-level fractional consulting directly to clients and through strategic partnerships with consulting firms and software providers. She currently serves as Strategic Partner to IntuitionLabs on GxP compliance and AI-enabled transformation for pharmaceutical and life sciences clients. Amie is also the founder of Peacefully Proven (peacefullyproven.com), a wellness brand focused on intentional, peaceful living.


Your perspective matters—join the conversation.

Discover more from Sakara Digital

Subscribe now to keep reading and get access to the full archive.

Continue reading