In depth
The modern workforce IAM stack centres on an Identity Provider (Okta, Microsoft Entra ID, Google Workspace, Ping, JumpCloud) that owns the canonical identity and federates authentication into downstream applications via SAML 2.0, OIDC or OAuth 2.0. Single Sign-On (SSO) eliminates per-application passwords. Multi-factor authentication is mandatory; phishing-resistant factors (FIDO2/WebAuthn, hardware security keys, platform passkeys) are now strongly preferred over OTP-based factors after the wave of MFA-fatigue and SIM-swap attacks observed since 2022. Conditional Access (Entra) or Adaptive MFA (Okta) pushes risk signals — device posture, geo-velocity, sign-in behaviour — into the authentication decision in real time.
Authorisation models matter as much as authentication. Role-Based Access Control (RBAC) is the floor; mature programmes layer Attribute-Based Access Control (ABAC) for fine-grained policies and Relationship-Based Access Control (ReBAC, Google Zanzibar pattern) for the kind of tenant-scoped permissions that SaaS apps actually need. Least-privilege provisioning is impossible without automated joiner-mover-leaver workflows (SCIM-driven provisioning, scheduled access reviews, just-in-time elevation through a PAM tool like CyberArk, BeyondTrust or Teleport).
IAM failures are the most common root cause of breach narratives in the Verizon DBIR — stolen or weak credentials, missing MFA, over-privileged service accounts, dormant accounts retained after offboarding. AxVeil VAPT and red team engagements consistently find IAM-layer weaknesses as the highest-impact exploitation paths. See VAPT services and AWS pentesting methodology.