Skip to content
Paul Marinos
Menu

Identity & Access Management

Who and what gets access — proven and enforced.

Identity is the control plane. Once the perimeter stopped being a location, every meaningful authorization decision moved into IAM — and the interesting failures moved with it. Not “the firewall was open,” but “the trust policy said *,” or “the service principal had Owner and nobody reviewed it in two years.”

This pillar covers the two major clouds in depth, the federation layer that stitches them together, and the frameworks people invoke when they talk about identity — including the one that’s still being invented: identity for autonomous agents.

IAM misconfiguration is the highest-leverage class of finding in security, because a single overpermissioned principal collapses the distance between “attacker got a foothold” and “attacker owns the environment.” It’s also the finding that’s hardest to explain upward, since the impact is a path, not a single flaw.

  • Penetration Testing & Red Teaming: IAM privesc chains are the substance of cloud pentesting. The misconfigs listed here are what the enumeration tooling is looking for.
  • Detection Engineering: identity telemetry (CloudTrail, Entra sign-in logs) is the richest detection surface, and identity-centric containment is the fastest lever in cloud IR.
  • GRC: access review, joiner/mover/leaver, and least privilege are control requirements in every framework — this is where the evidence comes from.
  • AI & Automation: §2.4 agent identity and agent orchestration are the same problem viewed from two sides. Delegated authority for a non-human actor is an IAM question wearing an AI hat.
  • AppSec: OIDC from CI to cloud is the correct fix for long-lived pipeline credentials — an IAM design decision made in the build system.
  • Threat Intel: identity is the reported initial-access path often enough that it should anchor prioritization.
  • Cloud & Infrastructure Security: the two-plane split. Identity policy lives here; org-level guardrail architecture — SCPs and Azure Policy as blast-radius design — lives there.
  • Incident Response & Digital Forensics: identity-centric containment is usually the fastest lever in an incident — revoke, rotate and cut the session before chasing hosts.
  • Data Security & Privacy Engineering: access is the enforcement point. A classification label with no authorization behind it is decoration.
Subsection Focus
AWS Identity Policy evaluation logic, STS, cross-account trust and confused deputy, iam:PassRole chains, boundaries/SCPs/Access Analyzer
Azure Identity Entra objects, the Azure RBAC vs. Entra roles two-plane confusion, Conditional Access design, PIM and Access Reviews
Multi-Cloud & Federation SAML/OIDC/SCIM differences, federated access patterns, secrets management, mTLS and machine-to-machine auth
Frameworks Zero Trust (NIST SP 800-207, CISA ZTMM), Zero Knowledge proofs and ZK auth, and Zero Knowledge Trust for agentic AI identity
Governance of Identity Joiner/mover/leaver automation, entitlement review at scale, ITDR

Graph View