TL;DR: Identity-only access models still leave overprivileged accounts, manual approvals, and weak device or session checks exposed to misuse, according to Apono’s analysis of context-aware access control. Static identity signals are no longer enough to govern JIT, JEP, and privileged access in cloud-native environments, where environment and intent now shape the real security decision.
NHIMG editorial — based on content published by Apono: Identity Is NOT the New Perimeter, Context Is (Just Ask Security Vendors)
By the numbers:
- 92% of organisations expose NHIs to third parties, raising concerns about supply chain security.
Questions worth separating out
Q: How should security teams implement context-aware access for privileged users?
A: Start by treating identity as only one input to authorisation.
Q: Why do identity-only access models fail in cloud-native environments?
A: They fail because cloud-native work is dynamic while identity-based policy is usually static.
Q: What breaks when JIT access is not tied to context?
A: JIT becomes a time limit on standing privilege instead of a genuine risk control.
Practitioner guidance
- Map access decisions to runtime context Review which privileged paths still rely only on identity, then add device health, location, resource sensitivity, and behavioural baseline into the decision policy for those paths.
- Bind JIT approvals to session context Require contextual signals before issuing temporary elevation, including managed device status, approved change window, and the risk level of the target system.
- Narrow JEP by task and posture Define the minimum privilege for the task, then condition that privilege on where the user or workflow is operating and whether the environment is trusted.
What's in the full article
Apono's full article covers the operational detail this post intentionally leaves for the source:
- Specific contextual signals used in its access decision model, including device identity and workload/task context
- Examples of how JIT and JEP workflows are applied in practice to reduce standing privilege
- The EverC access control case study and the operational outcomes it achieved
- The vendor's implementation framing for security teams evaluating contextual authorisation
👉 Read Apono's analysis of context-aware access and JIT privilege control →
Context-aware access controls: what IAM teams need to change?
Explore further