Identity became the control plane. Once the perimeter dissolved into SaaS tenants, cloud accounts and contractor laptops, the thing that decides whether an attacker gets in is no longer a firewall rule - it is a token, a session and a policy. Modern intrusions rarely break in. They log in, with a credential that was phished, stolen from a browser session, or sitting in a repository attached to a service account nobody owns. That shift is why the IAM engineer went from a back-office account-management seat to one of the most defensible careers in security.
This guide covers what an IAM engineer actually does, how the role differs from a general security engineer and from a helpdesk account administrator, the skills and certifications that get you hired, the realistic paths in, and the parts of the job nobody puts in the job description.
What does an IAM engineer do?
An IAM engineer owns the systems that answer two questions for every human and machine in the company: who are you, and what are you allowed to do. That means building and running the identity provider, the federation between it and hundreds of applications, the automation that grants and removes access as people join, move and leave, and the controls around privileged and non-human accounts.
Two comparisons make the boundary clear:
- Versus a general security engineer: a security engineer covers a wide surface - cloud posture, detection, pipelines, endpoints. An IAM engineer goes deep on one system that every other control depends on. The trade is breadth for leverage: when identity is wrong, nothing else holds. Plenty of people move between the two, which is why our security engineer jobs board is worth watching alongside the IAM listings.
- Versus a helpdesk account administrator: the administrator executes access requests. The engineer designs the model that makes most of those requests unnecessary, automates the rest, and can explain in an audit why a given person had a given entitlement on a given day. If your work is tickets, you are administering. If your work is policy, protocols and provisioning code, you are engineering.
The day-to-day, by company size
- At a startup: you are identity, IT and half of security. You stand up the identity provider, get every application behind SSO, turn on phishing-resistant MFA, write the first offboarding checklist, and stop engineers from minting long-lived cloud keys. The work is broad, visible, and mostly greenfield.
- At a scale-up: the theme is automation. SCIM provisioning to the SaaS estate, joiner-mover-leaver flows driven from the HR system, a real role model instead of the copy-this-person's-access habit, just-in-time production access, and the first serious inventory of service accounts and workload identities.
- At an enterprise: specialisation deepens. You might own the identity governance platform and access-review campaigns, the privileged access programme, customer identity for the product, or directory and federation infrastructure. There is more legacy, more stakeholders, and far more entitlement data than any human can review by hand.
Core skills employers actually look for
- Protocols, understood properly rather than conflated: OAuth 2.0 is an authorization framework, OIDC is the identity layer on top of it, and SAML is the older XML federation standard still holding up much of the enterprise. Being able to say what each one asserts, what tokens it issues and how long those tokens live is the single most reliable screening filter in IAM hiring.
- Directory services: Active Directory and LDAP fundamentals, plus their cloud successors. Groups, trusts, schema, sync, and why the directory is almost always the messiest data source in the company.
- SSO and federation: connecting applications to an identity provider, mapping claims and attributes, handling the applications that only support one protocol, and planning for what happens when the identity provider itself is unavailable.
- SCIM and lifecycle automation: joiner-mover-leaver driven from an authoritative source. Provisioning is the easy half; movers and leavers are where organisations quietly bleed access, and being the person who closes that gap is a career in itself.
- The major platforms: Microsoft Entra ID, Okta and Ping between them cover most job descriptions. Depth in one plus working knowledge of the concepts transfers better than shallow familiarity with three consoles.
- Privileged access management: vaulting, session brokering, break-glass design, and the shift from standing admin rights to short-lived, approved, audited elevation.
- Policy-as-code and scripting: Terraform or equivalent for identity configuration, PowerShell or Python for reconciliation and reporting, and version-controlled policy rather than console clicks. This is the skill that separates an engineer from an operator.
- Non-human identity: service accounts, CI runners, workload identities, bots and the secrets behind them now outnumber employees in most environments, and they are the fastest-growing part of the job. Discovery, ownership, rotation, and the move from long-lived static keys to short-lived federated workload identity.
Certifications worth pursuing
IAM rewards demonstrable platform work more than credentials, but certifications still clear HR filters and give a self-taught path some structure:
- SC-300 - Microsoft Identity and Access Administrator, the most directly relevant certification for this role. It maps almost exactly onto the day-to-day of an Entra ID shop, and a large share of enterprise IAM postings name it.
- Vendor certifications for your target platform - the Okta and Ping certification tracks matter if that is the stack an employer runs. Pick the one that matches the jobs you are applying for rather than collecting all of them.
- CISSP - the broad credential that shows up on senior IAM job descriptions, valued for signalling security breadth around your identity depth rather than for anything identity-specific.
- Cloud certifications - any serious cloud credential pays off here, because cloud IAM policy design and workload identity federation are now core to the role rather than adjacent to it.
Certifications that lift IAM Engineer pay
Salaries
IAM pay tracks platform-engineering pay far more closely than it tracks analyst pay, and that surprises people arriving from a helpdesk or account-administration seat. The reason is straightforward: the work is infrastructure engineering, the systems are business-critical, and a bad identity decision is a company-wide incident rather than a single-team problem. Specialists in privileged access and in non-human identity sit at the top of the range, because both are scarce skills attached to the highest-risk credentials in the estate.
We publish measured pay rather than survey estimates. For live medians and percentiles across roles, seniorities and countries, see the cybersecurity salary report, and to check an offer or your current package against the market use Am I underpaid?. The snapshot at the top of this page is live from current identity and access listings.
How to move into IAM engineering
- From IT and helpdesk: genuinely one of the best on-ramps in all of security, and a rarity in a field that keeps telling entry-level candidates it has no doors. You already reset passwords, handle MFA enrolments, run onboarding and get the leaver tickets, which means you have touched the identity lifecycle from the sharp end. Convert it by volunteering for the SSO integrations, learning the identity provider's admin model properly, and automating one repetitive access task in script rather than in clicks.
- From sysadmin and directory administration: the shortest jump. Active Directory, group policy and directory hygiene are the substrate of the role. The gap is modern protocols and cloud identity, so add OIDC and SAML depth, learn one cloud provider's IAM model, and start expressing your configuration as code.
- From software engineering: you land naturally on the developer-facing side - customer identity, authentication in the product, authorization models, token handling, and the provisioning integrations that need real code. You already have the engineering half; add the protocol and governance half.
- From GRC: access governance is the seam. You know control design, evidence and audit expectations, which is exactly what access reviews, segregation-of-duties rules and certification campaigns are made of. Add the technical layer - directories, SCIM, scripting - and you become the rare person who can both design a review and implement it.
Proof of work that gets you interviews
IAM interviewers ask second-level follow-ups precisely because that is where reading stops and operating begins. Build things you can talk about in that detail:
- A home lab that federates an application to an identity provider. Free developer tiers are enough. Stand up a small app, connect it with OIDC, then repeat with SAML, and write down what claims you mapped and what broke. Being able to draw that flow on a whiteboard without notes is the single highest-return preparation you can do.
- A SCIM provisioning demonstration. Create a user in the identity provider, watch it appear downstream, disable it, and prove the downstream account went away. Then document what a real environment would still miss: personal access tokens, OAuth grants, shared credentials, and the applications outside SCIM.
- A written access-review design. One page: who reviews what, on what cadence, what data reviewers get, why revoke is the low-friction default, and what revocation rate would tell you the campaign was actually read. This is unusually strong evidence because most candidates have only ever received a review, never designed one.
A realistic 6-month plan
- Months 1-2: protocols first. Learn OAuth 2.0, OIDC and SAML until you can explain the differences unprompted, and get comfortable with directory concepts and token lifetimes.
- Months 3-4: pick one platform, most commonly Entra ID or Okta, and go deep. Build the federation lab, then work through the SC-300 objectives, using the exam as a syllabus rather than as the goal.
- Month 5: automation and governance. Script a reconciliation or reporting task, build the SCIM demonstration, write the access-review design, and read up on privileged access and non-human identity.
- Month 6: apply, and prepare the loop properly with our IAM interview questions - the design scenarios there are the format most IAM interviews actually take.
The hard parts nobody puts in the job description
- Legacy applications that only speak LDAP. Every real environment has at least one business-critical system that cannot do modern authentication and cannot be replaced this quarter. The job is not to fix it but to contain it: a proxy or gateway in front, tight network and population restrictions, privileged access controls on the accounts it uses, heavier logging, and a dated plan to retire it.
- Executives who want MFA exemptions. You will be asked, and the answer that works is not a flat refusal. Find the friction they are actually complaining about and remove it, because a passkey is usually faster than the password they already type. If an exemption is genuinely unavoidable, make it narrow, time-boxed, conditional, logged, and owned by a named risk-accepting executive.
- Access reviews that everyone rubber-stamps. Hand a manager 300 entitlements and they will approve all 300. The fix is design, not nagging: review by exception, show usage data such as unused for 120 days, make revoke the default action, and measure the revocation rate. A campaign where nothing was revoked is a campaign nobody read.
- Owning a system with company-wide blast radius. A conditional access policy rolled out badly can lock the company out of its own tenant. That is why report-only mode, staged rollouts and a tested break-glass account are not bureaucracy but craft.
Live identity and access roles
Browse the full identity and access jobs board - updated hourly, every listing applying direct to the employer. Browse by location: United States, United Kingdom, India, Germany.
Frequently asked questions
- How many IAM Engineer jobs are available right now?
- We currently list 63 active IAM Engineer roles, refreshed continuously across 150+ security employers.
- What does a IAM Engineer earn?
- IAM Engineer pay varies widely by country, by employer type, and by how specialised the seat is, and it is not one of the curated benchmark roles we publish a band for. Our cybersecurity salary report carries live disclosed-salary figures from real postings.
- Which certifications help for IAM Engineer roles?
- For iam engineer roles employers most often ask for SC-300, CISSP and CISSP-ISSAP. Certifications open doors rather than replace demonstrated skill, so weight them alongside a portfolio of real work.
- Are IAM Engineer jobs remote?
- Many iam engineer roles offer remote or hybrid work. Browse our remote cybersecurity jobs to filter for fully-remote positions.
Related guides
How to Become a Detection Engineer in 2026: From Triaging Alerts to Building Them
The realistic path into detection engineering - how the role differs from a SOC analyst seat, the query langua…
11 min read
How to Become a Threat Intelligence Analyst in 2026: The Analysis Job, Not the Feed
The realistic path into cyber threat intelligence - what the role actually is, the strategic, operational and …
11 min read
How to Become a Product Security Engineer in 2026: Own the Shipped Product
The realistic path into product security - the line between AppSec and product security, threat modelling and …
11 min read