← All writing

Identity-first security: rethinking the enterprise perimeter in 2026

The traditional network perimeter has been eroding for a decade. In 2026 it is, in most regulated enterprises, no longer the primary control. Identity has assumed that role, with significant implications for application design, vendor selection and incident response. A perspective for architecture leaders.

Executive summary

The shift from network-perimeter security to identity-centric security has been underway for the better part of a decade. The trend is not new. What is new in 2026 is the degree to which the shift is now structurally complete in most regulated enterprises, the architectural implications that flow from this, and the specific patterns that distinguish organisations that have made the transition well from those still in the middle of it.

This piece sets out the current state of identity-first security architecture, the five implications that architecture leaders should be working through, and a framework for assessing the maturity of an organisation's identity posture.

It is not a treatment of identity technology selection. The question of which identity provider to deploy is well covered elsewhere, and the answer in 2026 is for most organisations a choice among a small number of well-established providers (Microsoft Entra ID, Okta, Ping Identity, the AWS-native option for cloud-first shops, and a small number of open-source alternatives for specific contexts). The interesting questions are about how the architecture function exercises the identity-first posture, not about which product enables it.

The structural shift

The network perimeter β€” the firewall around the data centre, the VPN as the controlled access path, the implicit trust granted to traffic that originated inside the corporate network β€” was the dominant security control for forty years. It is no longer.

Several developments have combined to produce this outcome. The adoption of public cloud means a meaningful proportion of the estate is, by definition, outside any network perimeter the organisation controls. The widespread move to SaaS for business applications removes those systems from the perimeter entirely. The structural shift to hybrid working has eliminated the assumption that "user inside the network" is a meaningful concept. The growing use of third-party integrations, partner APIs, and managed services has multiplied the number of legitimate connections that cross what used to be the perimeter. And the consistent record of perimeter breaches β€” where attackers reach the network interior and then move laterally with the implicit trust the network model granted β€” has made the perimeter-trust model demonstrably unsafe.

The replacement, broadly described as zero trust or as identity-first security, treats every access decision as an explicit authorisation event. The trust granted to any given request is calculated based on the identity of the requesting principal, the device that principal is using, the context of the request, and the sensitivity of the resource being accessed. The network from which the request originates is, at most, one factor among several, and is treated as untrusted by default.

This is the model that the major enterprise security frameworks have now substantively adopted β€” the NIST zero trust architecture guidance, the UK National Cyber Security Centre's design principles, the various sector-specific overlays from the FCA, the PRA, and equivalent bodies in other jurisdictions. Identity, in this model, is the primary control. The other controls are supporting.

Five implications for the architecture function

The implications for the architecture function are substantial. Five that I would recommend any architecture leader work through explicitly.

1. The integration of the enterprise identity provider becomes a non-negotiable

A consequence of the identity-first posture is that every production system needs to integrate with the enterprise identity provider. Local user accounts, shared service accounts, and the various forms of out-of-band authentication that have accumulated in most enterprises over the years become, in this model, exceptions that require explicit justification.

The architectural implication is that the question "does this system integrate with our identity provider" moves from a desirable property to a hard prerequisite. New application onboarding, vendor selection, and acquisition integration each need to apply this filter. Applications that do not support modern federation protocols β€” OpenID Connect, SAML 2.0, SCIM for provisioning β€” are increasingly difficult to justify in a regulated environment.

For the existing estate, the architecture function should expect to spend a non-trivial proportion of its modernisation effort on identity integration retrofits. This is unglamorous work that rarely produces a visible new business capability. It is, however, the work that materially reduces the organisation's security exposure, and as such belongs near the top of the modernisation backlog.

2. Service-to-service authentication needs the same discipline

The identity-first posture is sometimes applied conscientiously to human users while being overlooked for service-to-service traffic. This is a meaningful gap. The lateral movement that produces serious breaches typically does not involve human user accounts; it involves compromised service credentials, over-privileged service accounts, and the various forms of implicit trust between internal systems.

The architectural response is to treat service identity with the same rigour as user identity. Specifically: every service has a named identity, ideally backed by an OAuth 2.1 client credentials flow or equivalent. Service credentials are short-lived (ideally minutes, not days). Permissions granted to a service are scoped to the specific resources it requires, not to its containing system. Service authentication is logged at the same level of detail as user authentication. And shared service accounts β€” the credential that several systems use to authenticate to a database, for instance β€” are eliminated.

This is non-trivial work, particularly in legacy estates. It is also the work that closes the largest single category of security gap I encounter in real production environments.

3. Permission models need to be explicit and reviewable

The identity-first model requires that the permissions granted to each principal be explicit, scoped, and auditable. In practice, this means moving away from broad role-based models toward more fine-grained access patterns: attribute-based access control where appropriate, just-in-time privilege elevation for high-risk operations, time-bounded permissions for project-specific access, and so on.

The architectural decision is not which permission model to adopt in the abstract but how to structure the organisation's permission data such that the access decisions can be made, audited, and revoked at the granularity the regulatory environment requires. This is, increasingly, a data-architecture question as well as a security-architecture question, and one where the two functions need to be working in close partnership.

A practical pattern emerging in the better-organised functions I have observed is the codification of permission policies as declarative artefacts in source control, applied uniformly across the identity provider, the cloud platforms, and the application layer. This pattern β€” sometimes described as "policy as code" β€” brings the version control and review discipline that the rest of the engineering organisation already applies to its software, to the permission data that ultimately controls who can do what.

4. The audit story is materially different

In a network-perimeter model, audit was largely a function of network logs β€” what traffic crossed which boundary, when. In an identity-first model, audit is a function of authorisation events β€” who attempted to access what, was the request authorised, what context informed the decision, and what action followed.

The implication is that the organisation's logging and event infrastructure needs to capture authorisation events at the level of detail required for regulatory audit. This includes, at minimum, the identity of the principal making the request, the resource being accessed, the permissions evaluated, the decision reached, and the context that informed the decision (including the device context, the network context, and any risk signals).

For organisations that have been operating under regulatory regimes with strong audit requirements β€” financial services, healthcare, defence β€” this is largely a continuation of an existing discipline, albeit one that needs to be extended to cover the broader set of identity events that the identity-first posture surfaces. For organisations newer to this level of audit detail, the implication is a meaningful investment in logging infrastructure, retention policy, and the analytics layer that turns authorisation events into actionable intelligence.

A related point that often goes underdiscussed: the audit trail generated by an identity-first posture is itself valuable as an input to the architecture function's own measurement practice. Patterns in authorisation events β€” which resources are accessed most frequently, which permissions are exercised most often, which access requests are denied β€” provide useful signal about the actual versus intended use of the estate.

5. The vendor selection criteria change

The criteria the architecture function applies in evaluating new vendors need to incorporate the identity-first posture explicitly. Specifically:

  • Support for the organisation's federation protocols, in the specific versions and configurations the organisation requires.
  • Support for SCIM-based provisioning, with the data attributes the organisation maintains in its identity provider.
  • Granular permission models exposed through the vendor's API, rather than coarse role-based ones.
  • The vendor's own internal identity discipline β€” how the vendor authenticates the customer's data when its staff access it, and what audit trail is provided for that access.

These criteria are, increasingly, table stakes for vendors selling into regulated enterprises. The architecture function's role is to ensure that the evaluation process applies them rigorously and that vendor exceptions are not granted on commercial grounds alone.

A working maturity framework

For architecture leaders looking to assess where their organisation sits on the journey, a four-stage maturity framework is useful.

Stage Characteristics
Perimeter-centric (legacy) Most production systems still depend on the network perimeter as the primary control. Local user accounts are common. Service authentication is via shared accounts or unscoped credentials. Lateral movement after a perimeter breach would be straightforward.
Federated (transitional) Enterprise identity provider integrated with the majority of production systems. Single sign-on widely available. Some service-to-service authentication still relies on legacy credentials. Some legacy systems remain on local accounts as exceptions.
Identity-first (target) Every production system integrated with the enterprise identity provider. Service-to-service authentication uses short-lived, scoped credentials. Permission policies are version-controlled. Audit trail captures authorisation events at the required level of detail.
Identity-aware (mature) All the above, plus dynamic risk-based access decisions, just-in-time privilege elevation, and continuous monitoring of authorisation patterns. The identity layer itself is a primary source of security intelligence.

In my observation, most regulated enterprises sit in the "transitional" stage, with the more mature security organisations either at "target" or actively working through the gap to it. The move from "target" to "mature" is meaningful additional investment and is appropriate for organisations with elevated threat profiles.

For most organisations, the right ambition is reaching the "identity-first" stage and operating sustainably at it. The further maturity stage is a refinement, not a transformation.

Implications for the architecture function

Three broader implications.

The architecture function's role in security has expanded. The identity-first posture is fundamentally an architectural posture, not a tooling decision. The architecture function carries substantial responsibility for ensuring the posture is achievable across the estate, that the necessary integration patterns are documented and adopted, and that the exceptions to the posture are explicitly approved rather than silently tolerated. This is a meaningful expansion of the function's remit.

The boundary between architecture and security is becoming less useful as an organisational construct. In several organisations I have observed working through this shift, the historical separation between the architecture function and the security function has become a source of friction. The security function holds the policy authority. The architecture function holds the implementation authority across the estate. The work of bringing the estate into alignment with the identity-first posture requires close, sustained partnership between the two functions.

A pragmatic operating model that has emerged in better-organised enterprises is the establishment of a joint security architecture practice β€” a small standing forum, with named representatives from both functions, that takes joint ownership of the policy-to-pattern translation and of the implementation governance across the estate. This is not a structural reorganisation; it is a working model that respects the two functions' distinct authorities while ensuring they operate in step.

The investment case is different from the historical security investment case. Identity-first security does not have the visible, dramatic justification that perimeter security had β€” the "we built a wall, attackers were stopped at the wall" narrative. Its value is in the absence of harm, in the reduced blast radius of compromises that do occur, and in the cleaner regulatory posture that follows. This is a harder case to make to a finance function looking for clear quantifiable benefits.

The recommendation for architecture leaders working through this case is to anchor it in specific compliance and audit outcomes where they exist, in the demonstrable reduction in privileged access exposure as a measurable input to the regulatory reporting cycle, and in the operational simplification that comes from consolidating to a single identity provider. The case can be made; it requires more careful articulation than the historical security investment case did.

Closing

The identity-first posture is not a project. It is a sustained shift in how the enterprise treats access control, with implications across application design, vendor selection, audit, and the organisational relationship between architecture and security. The organisations that have made the transition cleanly are quietly better placed for the regulatory environment of the next decade than those that have not.

For architecture leaders who have not yet made an explicit position on the maturity stage they are operating at and the one they intend to reach, that conversation is overdue. The work is substantial; the path is well-trodden; the alternative is to remain in a security model that the rest of the industry has moved past.