Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
ISO/IEC 27070:2021 specifies requirements for establishing trust frameworks that enable interoperable identity management and secure digital services across organizational and national boundaries. A trust framework is a standardized set of rules, policies, and technical specifications that defines how parties in a digital ecosystem establish and maintain trust relationships — covering identity proofing, authentication, authorization, and non-repudiation.
ISO/IEC 27070 defines a trust framework as comprising four essential components: the trust anchor, trust policies, trust mechanisms, and trust assessment procedures. These components work together to create a coherent trust environment.
| Component | Description | Implementation Example |
|---|---|---|
| Trust Anchor | The root of trust from which all trust relationships derive | Root CA certificate, government-issued trust anchor registry, blockchain-based trust root |
| Trust Policies | Rules and criteria for establishing, maintaining, and terminating trust | Certificate policy (CP), certification practice statement (CPS), identity assurance framework |
| Trust Mechanisms | Technical protocols and procedures that implement trust policies | PKI/X.509 certificates, SAML assertions, OIDC tokens, FIDO2 authentication, digital signatures |
| Trust Assessment | Audit and evaluation procedures to verify compliance with trust policies | WebTrust for CAs, ISO/IEC 27001 certification, scheme-specific conformity assessment |
The architecture is hierarchical by design. The trust anchor is established by the framework authority (typically a government agency or industry consortium), which defines policies that participants must comply with. Trust mechanisms implement these policies at the technical level, and assessment procedures ensure ongoing compliance. Participants in the framework rely on the trust anchor to verify the authenticity and integrity of all interactions.
ISO/IEC 27070 defines multiple levels of identity assurance, each corresponding to different types of digital services and risk profiles. The assurance level determines the rigor of identity proofing, the strength of authentication, and the level of ongoing monitoring required.
| Assurance Level | Identity Proofing Requirements | Typical Use Cases | Authentication Method |
|---|---|---|---|
| Level 1 — Low | Self-asserted identity; no verification of real-world identity | Public forum registration, newsletter subscriptions, low-value e-commerce | Single-factor (password or PIN) |
| Level 2 — Medium | Remote identity verification using government-issued ID; automated document validation | Online banking, e-government services, professional licensing portals | Two-factor authentication (password + OTP/SMS) |
| Level 3 — High | In-person or supervised remote identity proofing with biometric verification; background check against national databases | Healthcare provider access, legal document signing, high-value financial transactions | Multi-factor with hardware token or biometric (FIDO2, smart card) |
| Level 4 — Very High | In-person identity proofing by authorized officers; biometric enrollment; continuous background checks | National security systems, critical infrastructure access, classified information handling | Multi-factor with hardware cryptographic module; in-person verification for critical operations |
For engineering teams designing identity systems, the assurance level framework provides clear requirements for system design. A Level 2 system, for example, requires document verification capabilities (automated validation of passports, driver’s licenses, or national ID cards), liveness detection for biometric capture, and integration with national identity registries. A Level 3 system additionally requires in-person or supervised remote enrollment with trained operators.
A key objective of ISO/IEC 27070 is enabling interoperability between different trust frameworks. The standard provides requirements for trust framework discovery, policy mapping, and mutual recognition. This is essential for cross-border digital services, where a user authenticated under one framework must be recognized by services operating under a different framework.
The standard addresses several interoperability mechanisms:
The standard emphasizes that trust framework interoperability is as much a legal and governance challenge as it is a technical one. Agreements between framework authorities must address liability allocation, data protection compliance, dispute resolution, and termination conditions. ISO/IEC 27070 provides template requirements for these agreements.