IAM

Identity & Access Management

Identity & Access Management (IAM) is a foundational cybersecurity discipline that ensures the right individuals have appropriate access to the right resources at the right time, and for the right reasons.

What is IAM in Simple Terms?

Think of IAM as the digital version of a security guard at a building:

  • It checks who you are (identity),
  • Confirms you’re allowed in (authentication and authorization),
  • Watches what you’re allowed to do inside (access control),
  • And keeps logs of your movements (audit and governance).

Core Components of IAM

ComponentDescription
IdentificationUniquely recognizing a user (e.g., username, biometrics, smart card).
AuthenticationVerifying identity (e.g., passwords, OTPs, biometrics).
AuthorizationGranting access based on roles/policies (e.g., Role-Based Access Control).
Access ControlEnforcing limitations (what apps, files, systems a user can access).
Account ProvisioningCreating, managing, and deleting user accounts and roles.
FederationAllowing access across multiple systems or organizations (e.g., SSO).
Audit & ComplianceLogging and reviewing access activity for security and regulatory needs.


🛠️ Technologies Under IAM

  • Single Sign-On (SSO): Log in once and access multiple systems.
  • Multi-Factor Authentication (MFA): Adds an extra layer of verification.
  • Identity Governance and Administration (IGA): Manages identities at scale, ensures least privilege.
  • Privileged Access Management (PAM): Secures access to critical systems for admin users.
  • Directory Services: E.g., Microsoft Active Directory or Azure AD—central source of truth for identity data.

🧭 Why IAM Matters

  • Reduces breach risk: Most breaches involve stolen credentials or misused access.
  • Key to Zero Trust and risk-adaptive access and is IAM is tightly integrated with other cybersecurity domains
    • Endpoint Security: Access may depend on endpoint health (is device secure?).
    • ZTNA (Zero Trust Network Access): IAM is critical—access is based on identity + risk + context.
    • XDR/SIEM: Identity data is crucial for correlating alerts (e.g., unauthorized login, lateral movement).
    • Cloud Security: IAM is the front gate to SaaS and IaaS platforms (e.g., AWS IAM, Azure Entra).
  • Enables compliance: HIPAA, GDPR, SOX, etc. require strict access controls and audit trails.
  • Supports hybrid work: Secure access regardless of device or location.
  • Scales securely: Automates onboarding/offboarding in large organizations.
IAM TechnologyVendor
Single Sign-On (SSO). Allows users to log in once and gain access to multiple systems or appsOkta, Microsoft, Ping Identity
Multi-Factor Authentication (MFA). Adds one or more layers of verification beyond just a passwordDuo Security (Cisco), Microsoft, Okta
Identity Governance and Administration (IGA). Manages the full lifecycle of identities, entitlements, and access reviewsSailPoint, Saviynt, One Identity (Quest)
Privileged Access Management (PAM). Secures, monitors, and controls high-risk “admin” or superuser accountsCyberArk, BeyondTrust and Delinea (formerly Thycotic + Centrify)
Directory Services. Stores and authenticates user identities, credentials, and policiesMicrosoft, JumpCloud
Federated Identity. Allows identity to be shared across different organizations or domains  ForgeRock, Auth0 (by Okta)
Access Control (RBAC/ABAC/ZTNA). Enforces what a user can do or access based on role, attributes, or riskZscaler, Microsoft, Cisco


Image 23
SegmentMost Unified StackBest for Hybrid AD EnvironmentsMost AffordableMost Developer-Friendly
EnterpriseMicrosoft Entra (AD + SSO + MFA + Access)CyberArk + SailPoint (best-of-breed)Okta + Microsoft(cloud SSO + on-prem AD integration)Delinea, JumpCloudAuth0, ForgeRock Identity Cloud
SMBJumpCloudPerimeter 811Password TeamsManageEngineminiOrangeKeeper SecurityCloudflare Zero TrustAuth0Firebase Authentication (for CIAM)


StepIAM TechnologyWhat Happens Behind the ScenesPossible Tool Used at HSBC
1️⃣Directory ServicesJames’ identity (employee ID, role, department) is stored in Active Directory integrated with Microsoft Entra ID.Attributes like job title, risk level, and location help define access rules.Microsoft Entra ID + on-prem AD (common hybrid setup in banks)
2️⃣Single Sign-On (SSO)James visits HSBC’s internal research portal (hosted on a secure internal web app).He’s redirected to the corporate login portal with SSO.Once authenticated, he also gains access to Bloomberg Terminal, Microsoft Teams, and M365 apps without re-entering passwords.Okta SSO or Microsoft Entra SSO
3️⃣Multi-Factor Authentication (MFA)Because he’s logging in from an unusual IP (hotel Wi-Fi) and new location (Germany), the system enforces step-up MFA:– Sends a push notification to James’ mobile app– Requires fingerprint authentication to approveDuo Security or Microsoft Authenticator
4️⃣Access Control (Conditional Access / ZTNA)Conditional Access kicks in:– Verifies device posture (laptop is HSBC-issued, encrypted, up-to-date)– Sees that James is using an unsecured hotel Wi-Fi🔒 Blocks access to raw trading databases✅ Grants read-only access to research portal✅ Allows Teams chat and M365❌ Blocks high-risk functions like report upload until he’s back on corporate VPNMicrosoft Conditional Access + Zscaler ZPA for app-level access
5️⃣Federated IdentityJames needs to collaborate with an external research firm (e.g. Moody’s). He opens a shared document from HSBC’s secure SharePoint instance, which is integrated via SAML to the external partner’s identity system.Microsoft Entra SAML federation or PingFederate
6️⃣IGA (Identity Governance & Administration)Since James is in the “Equities London Division”, he has pre-approved access to certain apps.The IGA system logs his access and flags any attempt to reach unapproved apps.🔁 Quarterly, a line manager reviews and certifies James’ entitlements.SailPoint IdentityNow or Saviynt
7️⃣Privileged Access Management (PAM)James needs to access a sensitive earnings model stored in a private Git repo for analysts only.He submits a request via HSBC’s PAM portal.🔐 His access is:– Time-bound (1 hour)– Monitored (session recording)– Logged for auditAfter use, access is automatically revoked.CyberArk Privileged Access Manager or BeyondTrust
8️⃣Audit & ComplianceEvery login, policy trigger, session elevation, and data access is logged.HSBC’s compliance team receives daily alerts if:– Any access happens from unexpected geo– Privileged sessions are initiated from external networks– Unusual report uploads/downloads occurSplunk or Microsoft Sentinel (for SIEM)GRC dashboards for compliance teams


Key trends in IAM, how it is evolving?

The Identity & Access Management (IAM) landscape is evolving rapidly in response to cloud adoption, remote work, sophisticated cyberattacks, and the push toward Zero Trust and AI-driven security.

  • IAM is shifting from static access enforcement to dynamic, intelligence-driven access decisions.
  • It’s no longer just an IT tool — it’s a critical security layer, feeding into XDR, ZTNA, and SOC workflows.
  • Expect vendors to merge PAM, IGA, and CIEM into unified platforms with AI-driven governance.
  • Regulatory compliance (e.g., GDPR, PCI, HIPAA, DORA) is forcing maturity in access visibility, audit, and lifecycle management.
  • Here are the key trends shaping the future of IAM — along with examples and what they mean for security teams:


Evolution of Identity & Access Management (IAM)

EraStageDescriptionKey Technologies / Vendors
🧱 1990sDirectory-Centric IAM– Centralized user directories for login & password mgmt.- Mainly for internal on-prem systems- Identity = stored in LDAP or Active Directory🔹 LDAP🔹 Microsoft AD🔹 Novell eDirectory
🛂 Early 2000sSSO & Federation– Simplified login across enterprise apps- Introduced SAML, Kerberos, basic web SSO- Cross-org federation begins🔹 Microsoft ADFS🔹 Ping Identity🔹 Oracle IAM
🛡️ 2010sMFA & Cloud IAM– Rise of SaaS drove need for MFA- Cloud-first identity providers emerge- Role-based access controls (RBAC) mainstreamed🔹 Okta🔹 Duo Security🔹 Azure AD🔹 RSA SecurID
🔐 Late 2010sZero Trust Begins– IAM becomes central to Zero Trust- Access based on identity, device, context- Policy engines and adaptive controls emerge🔹 Microsoft Entra Conditional Access🔹 Zscaler ZPA🔹 Google BeyondCorp🔹 Palo Alto Prisma
🧠 2020s–NowAI-Driven IAM & Identity Fabric– AI/ML helps automate access reviews, detect anomalies- Passwordless & FIDO2 adoption accelerates- Unified platforms integrate IGA + PAM + CIEM- IAM feeds into XDR, SOAR, SIEM pipelines🔹 SailPoint Predictive IGA🔹 CyberArk Identity🔹 ForgeRock AI Cloud🔹 Microsoft Entra ID, Verified ID🔹 Okta Identity Governance


Key Shifts Over Time

FromTo
Manual user provisioningAutomated lifecycle management (IGA)
Static passwordsPasswordless, biometric, MFA
Perimeter-based securityIdentity-based Zero Trust
Access once at loginContinuous, contextual access decisions
Fragmented tools (SSO, MFA, PAM separate)Unified identity platforms with AI governance


🧭 Future Directions

🧬 Behavior-based access control (beyond RBAC/ABAC)

Traditional RBAC (Role-Based) and ABAC (Attribute-Based) models are too rigid. BBAC adds dynamic context like time of access, keystroke patterns, file actions, and login frequency.

Key Enablers:

  • User & Entity Behavior Analytics (UEBA)
  • AI-driven baselines and risk scoring
  • XDR platforms integrating with IAM to detect anomalies

E.g. An HR manager who logs in at 2AM from a new country and tries to download all employee files is blocked — even though their role allows it normally.

🪪 Decentralized identity (DID) & Verifiable Credentials (Blockchain)

Users own and control their digital identity — not the organization.

E.g.  A university issues James a verifiable digital diploma. He stores it in a secure identity wallet and can use it to prove his education to employers — no need for the university to be queried.

Empowers privacy, reduces ID fraud, streamlines onboarding and KYC

Key Technologies:

  • W3C Verifiable Credentials
  • Microsoft ION (built on Bitcoin)
  • EU Digital ID Wallets (eIDAS 2.0)
  • Smart wallets (e.g., Trinsic, Dock, Identity.com)

🤖 Generative AI copilots in IAM for access policy design and threat triage

AI tools assist in access management, investigations, and policy design.

IAM platforms are embedding generative AI to interpret logs, summarize risk, recommend access revocations, and even generate policy rules.

Speeds investigations, reduces policy errors, automates governance.

An AI assistant shows you that “25 analysts have had access to raw trading data for 90+ days without using it. Should we auto-revoke?”

🔧Tools Emerging:

  • Microsoft Security Copilot (Entra + Defender)
  • SailPoint AI Governance
  • SentinelOne Purple AI (early-stage)
  • CrowdStrike Charlotte AI (identity correlation in Falcon XDR)

🔒 Converged Identity + XDR + ZTNA in real-time SOC workflows

Identity signals are natively fused into detection and access enforcement platforms.

IAM used to be “before the breach” (just access control). Now IAM is integrated into real-time detection & response loops.

🧩 Identity fabric architectures to secure humans + machines + APIs + workloads

TrendWhat’s ChangingWhat It MeansExample / Insight
1. Identity Is the New PerimeterIAM is no longer just about access — it is the primary security control in a perimeter-less, cloud-native world.Identity-based decisions now drive network, app, and data access — not firewalls or VPNs.🔐 ZTNA policies now use IAM signals (user, device, risk score) to dynamically grant or deny access.
2. Convergence with Zero TrustIAM is becoming foundational to Zero Trust architectures (ZTNA, SDP).Every access decision is now based on continuous authentication + risk context, not just initial login.🧠 Microsoft Entra Conditional Access and Zscaler ZPA both rely on IAM to enforce Zero Trust.
3. Adaptive and Risk-Based AccessStatic rules are being replaced by real-time risk engines that evaluate user behavior, device health, location, and more.Access is dynamically adjusted — MFA triggered only when needed, access restricted if behavior is suspicious.📍 “Traveling user” triggers MFA and limits access; normal user flow allows frictionless SSO.
4. AI & ML for Identity GovernanceAI is being used to automate access reviews, detect abnormal entitlements, and recommend least-privilege adjustments.Reduces IGA fatigue and improves SoD enforcement by finding toxic permission combinations.🤖 SailPoint Predictive Identity suggests removal of unused access rights automatically.
5. Identity-Centric Threat DetectionIAM telemetry (logins, failures, privilege escalation) is being ingested by XDR, SIEM, and SOAR tools.Enables threat detection tied to users, not just IPs or endpoints. Lateral movement, privilege abuse, and session hijack become visible.🧬 CrowdStrike or SentinelOne flags identity-based lateral movement through IAM logs.
6. Passwordless & Passkey AdoptionIAM is moving toward passwordless authentication using biometrics, FIDO2, passkeys, and device trust.Improves user experience and eliminates phishing-resistant MFA paths.👆 Windows Hello, Apple Face ID + FIDO2 passkeys via Okta, Entra ID
7. Decentralized Identity (DID) & Verifiable CredentialsIAM is exploring self-sovereign identity models, where users control their identity and credentials.Particularly relevant in healthcare, finance, and citizen identity; blockchain or wallet-based identity verification.🪪 EU Digital ID Wallet; Microsoft’s Decentralized Identity via ION (DID over blockchain)
8. IAM-as-a-Service & API-First PlatformsTraditional monolithic IAM is being replaced with cloud-native, API-first, modular platforms.Faster to deploy, integrates easily with DevOps pipelines and SaaS apps.☁️ Auth0, ForgeRock Identity Cloud, Okta Identity Engine offer developer-focused, modular IAM stacks.
9. Identity-Workload Convergence (Human + Non-Human IAM)IAM is now managing non-human identities (bots, microservices, containers, service accounts).Requires strong lifecycle management, secrets rotation, and workload attestation.⚙️ CyberArk Conjur, HashiCorp Vault, and BeyondTrust secure machine and service accounts in cloud
10. Unified Identity Platforms (CIEM + IGA + PAM)Enterprises are consolidating IAM into single control planes that combine governance, access control, and monitoring.Reduces tool sprawl and integrates identity more tightly into SecOps.🧩 Microsoft Entra Suite includes Entra ID, Entra Permissions Management (CIEM), and Entra Verified ID.


Summary Insight:

SSO & MFA = Gatekeeping authentication

IGA & PAM = Managing who has what access, and when

Directory Services = The foundation storing identity records

Federation = Bridging identity across organizations

Access Control = Enforcing policy-based access decisions

How IAM ties into ZTNA or XDR workflows ?

Identity & Access Management (IAM) is not just complementary but foundational to both Zero Trust Network Access (ZTNA) and Extended Detection and Response (XDR). Here’s a deep dive into how IAM integrates and empowers ZTNA and XDR workflows, with real-world mechanics:

Zero Trust = “Never trust, always verify” — IAM ensures the “who” is verified continuously, not just at login. IAM is the gatekeeper that fuels real-time, risk-adaptive access decisions for ZTNA. No IAM → no dynamic identity signal → ZTNA fails.

IAM FunctionZTNA ApplicationExample
Identity Authentication (SSO + MFA)Access to any app is based on verified user identity with strong MFA🔐 A user can’t access the internal HR system unless verified by Okta + Duo MFA
Conditional Access / Risk-Based AccessIAM evaluates contextual signals: location, device, behavior → grants or denies access🧳 User on hotel Wi-Fi from unknown device is blocked from accessing finance apps
Directory Integration (AD/Azure AD)ZTNA platforms pull roles, groups, and permissions to enforce identity-aware policies🧬 Zscaler ZPA grants access to dev tools only if AD group = “DevOps”
Least Privilege Enforcement (RBAC/ABAC)IAM defines what resources a user should see; ZTNA enforces just-in-time access🎯 Analyst can read dashboards, but needs temporary approval to download raw data
Federated IdentityEnables access for third parties (partners, vendors) via trusted external IdPs🌍 External law firm gets view-only access to legal docs via SAML with Ping Identity


How IAM Ties into XDR (Extended Detection & Response)

🤖 Conceptual Bridge:

XDR = Unified detection/response across endpoint, network, identity, and cloud.
IAM feeds the “who, where, and why” behind events — giving context to detections.

🔄 Integration Points:

IAM FunctionXDR BenefitExample in Detection/Response
Authentication & Login TelemetryXDR consumes login attempts, failures, and anomalies to detect lateral movement, brute force🧠 CrowdStrike XDR detects impossible travel login: UK → Singapore in 3 mins
Identity CorrelationXDR maps events to actual users, not just IPs or hosts, which enables root cause analysis🧬 “Malware on host X” is linked to “User: j.doe@company” with known AD group
Privileged Access Monitoring (PAM)XDR prioritizes alerts based on account type (e.g., domain admin breach = critical)🔥 SentinelOne XDR sees privilege escalation, auto-isolates the endpoint
IGA Insights (Excess Access)XDR uses IGA data to flag abnormal usage — e.g., analysts accessing admin tools🧯 Microsoft Defender XDR integrates with Entra ID to block excessive access misuse
Policy-Aware ResponseIAM + XDR = real-time enforcement: disable user, force password reset, revoke session🛑 Compromised account detected? XDR triggers


🧬 Where It All Comes Together

Security LayerIAM’s RoleZTNA BenefitXDR Benefit
AuthenticationEnforces identity-first accessDevice & identity verified continuouslyCorrelates events to real users
Access PolicyGranular role & attribute-based controlsBlocks access based on risk/postureSuppresses low-priority events
Privilege ManagementLimits standing privilege, audits elevationPrevents overexposure via ZTNA tunnelsFlags high-value account abuse faster
User BehaviorTracks normal patterns via IAM logsEnforces least privilege based on behaviorDetects deviation from normal baseline


Enterprise IAM pricing has evolved significantly over the past decade due to shifts in architecture (cloud-native), licensing models (subscription-based), and functionality (from basic auth to full lifecycle, Zero Trust, and AI).

Evolution of Enterprise IAM Pricing

EraModelWhat It Looked LikePain Points
2010sPerpetual + On-Prem Licensing– Upfront license fee + annual support (20–30%)
– Sold as standalone modules: SSO, MFA, IGA, PAM
💀 CapEx heavy
💀 Long deployment cycles
💀 Silos across identity functions
Late 2010sSubscription SaaS Licensing– Shift to per user/month or per app/month pricing
– Hosted by vendor (Okta, Azure AD, etc.)
💳 Easier to buy, but stacking multiple vendors increased TCO
2020s–NowUsage-Based + Bundled + AI Add-ons– Tiered plans (Basic, Business, Enterprise)
– Add-ons for AI, Governance, Threat Detection
– Some vendors now price based on identity events, risk API calls, or admin features
🔎 Complex to estimate total cost
⚠️ Hidden costs in premium features or overage rates

What’s Driving Pricing Evolution?

FactorImpact on Pricing
☁️ Cloud-native IAMLower upfront costs, but higher recurring charges; scaling easier but can spike with usage
🧩 Feature consolidationVendors bundle SSO + MFA + IGA + PAM to create “platform” pricing (e.g., Microsoft Entra ID P1/P2)
🤖 AI/ML for risk scoringNew SKUs with premium pricing — often based on usage volume (e.g., authentication risk engine, behavior analytics)
🔐 Zero Trust adoptionIntroduced tiered models where adaptive policies, ZTNA enforcement, or risk-based access require higher licenses
🧠 Identity + XDR integrationVendors like CrowdStrike, Microsoft, and SentinelOne blur lines — IAM capabilities are priced as part of security bundles

🏢 Examples of Pricing Models (2024–2025 View)

VendorPricing ModelExample Tiers / Cost Highlights
OktaPer-user/month (modular)– SSO: $2–$5/user/mo
– MFA: +$3–$6/user/mo
– Lifecycle Mgmt: $4–$8/user/mo
✅ Add-ons for ThreatInsight, FastPass, IGA, Device Trust
Microsoft Entra IDBundled (P1/P2), included in M365– Entra ID Free: Basic SSO
– P1: £5.76/user/mo (MFA, CA)
– P2: £8.64/user/mo (IGA, risky sign-ins, access reviews)
✅ Often cheaper for M365 customers
Ping IdentityModular SaaS with annual contracts– Custom pricing based on apps, users, features
– Charges for CIAM scale (~$0.03–$0.10 per MAU)
🔁 Advanced fraud protection and ML are premium add-ons
CyberArk (PAM)Named users + sessions + vaulting– Vault + PAM + Session Mgmt bundles
– Price depends on # of privileged users & integrations
💡 Cloud PAM-as-a-Service is ~£8–£15 per user/month
SailPoint / Saviynt (IGA)Enterprise IGA per identity + feature tier– Typically £3–£10 per user/month for identity lifecycle + certs
– Add-ons for AI recommendations, cloud entitlements, analytics
ForgeRock (now Ping)Per user, per app or flat enterprise– Highly negotiable; often >£200k/year for large orgs
– Cheaper for CIAM (consumer-scale licensing)

Key Pricing Trends in 2025

TrendWhat It Means for Buyers
🔄 From user-based to usage/event-based pricingRisk scoring, API calls, AI copilot usage may be charged by volume
📦 Bundled IAM suites dominateSSO + MFA + governance are no longer sold separately — vendors offer “Identity Clouds”
🎯 Cost-per-identity varies by typeExternal identities (CIAM) are billed differently (monthly active users vs employees)
⚠️ Hidden costs in analytics, AI, or advanced automationAI-based risk engines, entitlement discovery, or graph visualizations often require premium SKUs
🧠 Pricing tied to value tiers, not just featuresBasic IAM ≠ full Zero Trust enforcement
Need “P2” or “Enterprise” tier for context-aware access


🗺️ IAM Vendor Strengths by Function (2025 View)

IAM FunctionLeading VendorsStrengthsBest Fit For
1. Single Sign-On (SSO)🔹 Okta
🔹 Microsoft Entra ID
🔹 Ping Identity
– Okta: Broadest pre-built app connectors
– Microsoft: Deep M365 integration
– Ping: Strong federation and legacy SSO support
– Okta: Cloud-first orgs
– Microsoft: M365-native orgs
– Ping: Enterprises with complex, hybrid needs
2. Multi-Factor Authentication (MFA)🔹 Duo Security (Cisco)
🔹 Microsoft Entra MFA
🔹 Okta Adaptive MFA
– Duo: Lightweight, device-aware, easy SMB rollout
– Microsoft: Built-in Conditional Access
– Okta: Adaptive risk-based MFA + passwordless options
– Duo: SMB to enterprise
– Microsoft: Organizations already on Azure/365
– Okta: Security-conscious orgs wanting AI risk
3. Identity Governance & Administration (IGA)🔹 SailPoint
🔹 Saviynt
🔹 One Identity (Quest)
– SailPoint: AI-driven access certs, lifecycle mgmt
– Saviynt: Cloud-native IGA + CIEM
– One Identity: Legacy-heavy enterprises (AD, Unix)
– SailPoint: Global enterprises with complex entitlement landscapes
– Saviynt: Cloud-heavy mid/large orgs
– One Identity: Hybrid IT shops
4. Privileged Access Management (PAM)🔹 CyberArk
🔹 BeyondTrust
🔹 Delinea (Thycotic + Centrify)
– CyberArk: Gold standard PAM + vaulting
– BeyondTrust: Privileged session + AD bridge
– Delinea: DevOps secrets + PAM-as-a-Service
– CyberArk: Regulated sectors (finance, healthcare)
– BeyondTrust: Hybrid enterprises
– Delinea: Mid-market and DevOps-heavy orgs
5. Directory Services🔹 Microsoft Active Directory / Entra ID
🔹 JumpCloud
🔹 ForgeRock DS
– Microsoft: De facto global standard
– JumpCloud: Lightweight, cloud-first directory alternative
– ForgeRock: Customizable, scalable LDAP
– Microsoft: Enterprises
– JumpCloud: SMEs/startups
– ForgeRock: Telecom, healthcare, public sector
6. Federated Identity & Federation Hubs🔹 Ping Identity
🔹 Microsoft Entra SAML/OIDC
🔹 Auth0
– Ping: Complex federation scenarios
– Microsoft: Seamless integration across M365 & Azure
– Auth0: Developer-focused for CIAM & SaaS
– Ping: B2B federation, legacy SAML
– Microsoft: Cloud identity federation
– Auth0: API-first CIAM federation
7. Adaptive Access & Conditional Policies (ZTNA-style)🔹 Microsoft Entra Conditional Access
🔹 Zscaler ZPA
🔹 Cloudflare Access
– Microsoft: Identity + device + app policies
– Zscaler: Deep session posture enforcement
– Cloudflare: Simple ZTNA + fast edge access
– Microsoft: Unified identity/endpoint control
– Zscaler: Enterprise Zero Trust
– Cloudflare: Lean IT, fast deployments
8. CIAM (Consumer IAM)🔹 Auth0 (Okta)
🔹 ForgeRock Identity Cloud
🔹 Microsoft Entra External ID
– Auth0: Dev-friendly, fast integration
– ForgeRock: Scalability + consent + branding
– Microsoft: Good for Azure-centric B2C
– Auth0: Startups, SaaS platforms
– ForgeRock: High-volume, regulated CIAM (banks, telcos)
– Microsoft: Azure-native portals
9. Secrets Management & Machine Identity🔹 CyberArk Conjur
🔹 HashiCorp Vault
🔹 Delinea DevOps Secrets Vault
– Conjur: Tight with CyberArk PAM
– HashiCorp: Open-source + cloud secrets
– Delinea: GUI + APIs for DevSecOps
– CyberArk: Enterprises extending PAM to code
– HashiCorp: DevOps and cloud-native teams
– Delinea: Mid-size orgs securing pipelines
10. IAM + Threat Detection (ITDR)🔹 CrowdStrike Identity Protection
🔹 Microsoft Entra ID Protection
🔹 SentinelOne Ranger Identity
– CrowdStrike: Detects lateral movement via AD abuse
– Microsoft: Risk-based identity alerts + response
– SentinelOne: Early-stage identity telemetry with EDR integration
– CrowdStrike: Enterprises with Falcon stack
– Microsoft: M365 + Defender customers
– SentinelOne: Lean SOCs on Singularity XDR