Firewalls, encryption and endpoint tools all assume one thing has already been settled: that the request in front of them belongs to a known identity with the right to make it. Identity and access management is the discipline — and the tooling — that settles it. It is why analysts now describe identity, not the network edge, as the real security perimeter: your staff, your customers, your contractors and increasingly your software agents all reach your data through an identity, and that identity is what an attacker most wants to steal.
This article sits under Cybersecurity Basics and is written for the buyer or new practitioner who needs the whole shape of IAM in one place, before diving into the specialist controls around it.
What IAM actually is
Two words do all the work, and confusing them is the most common mistake in the field:
- Authentication (AuthN) — proving you are who you claim to be. Logging in.
- Authorization (AuthZ) — deciding what that proven identity is permitted to see and do. What the login gets you.
A valid login (authentication) does not entitle you to every record (authorization). Most serious breaches are not failures to log in — they are failures of authorization, where a correctly authenticated user reaches data they were never entitled to. IAM is the system that manages both, across every identity in the organisation, for their whole time with you.
The identity lifecycle
Every identity has a lifecycle — joiner, mover, leaver — and IAM exists to manage it without gaps:
- Joiner — provisioning a new starter with exactly the access their role needs, no more.
- Mover — adjusting access when someone changes role, and crucially removing what they no longer need rather than only adding.
- Leaver — de-provisioning promptly when someone leaves. Orphaned accounts — still-live logins for people who have gone — are one of the most common and most dangerous findings in any audit.
At scale this is automated. A standard called SCIM (System for Cross-domain Identity Management) lets your identity provider push these joiner/mover/leaver changes into the applications your staff use, so access is granted and revoked in one place rather than app by app.
Authentication: proving who you are
Authentication rests on factors — the categories of evidence you can present. Combining factors from different categories is what makes multi-factor authentication (MFA) strong: stealing a password is easy, but stealing a password and a phone-based token at the same time is much harder.
| Category | What it is | Examples | Weakness on its own |
|---|---|---|---|
| Something you know | A secret the user remembers | Password, PIN, security question | Phishable, guessable, reused across sites |
| Something you have | A device or token in the user's possession | Authenticator app, hardware security key, passkey, one-time SMS code | SMS codes can be intercepted; hardware keys are the strongest |
| Something you are | A physical characteristic | Fingerprint, face, iris | Cannot be changed if compromised; used as a convenience factor |
Beyond the factors, two patterns dominate enterprise authentication. Single sign-on (SSO) lets a user authenticate once with a central identity provider and then reach many applications without logging in again — which sounds less secure but is usually more, because it concentrates strong authentication and MFA in one well-defended place instead of scattering weak passwords across dozens of apps. Federation is what makes SSO work across organisations, using standards such as SAML (the older, XML-based enterprise standard) and OpenID Connect (OIDC) (the modern identity layer built on OAuth 2.0). Passwordless methods — passkeys built on the FIDO2/WebAuthn standards — are steadily replacing passwords as the first factor entirely.
Authorization: what you may do
Once an identity is proven, authorization decides its reach. Two models cover almost everything, and the right answer is usually a blend:
| Model | How access is decided | Best for | Trade-off |
|---|---|---|---|
| RBAC — role-based | By the user's role: everyone in "Finance" gets the finance role's permissions. | Most organisations; clear, auditable, easy to reason about | Role explosion — you end up with hundreds of narrow roles to model real life |
| ABAC — attribute-based | By attributes of the user, resource and context: department, location, device, time of day, data sensitivity. | Fine-grained, dynamic decisions and zero-trust designs | More complex to set up and to audit than roles |
Whichever model you use, the governing principle is least privilege — grant the minimum access needed to do the job, and no standing access to anything else — reinforced by separation of duties so that no single identity can both request and approve the same sensitive action. Regular access reviews, where owners re-confirm who still needs what, are how least privilege survives contact with reality.
Privileged access management
A small number of accounts can do enormous damage — domain administrators, root accounts, cloud master keys, service accounts. Privileged access management (PAM) is the tighter regime these crown-jewel identities need: credentials held in a vault rather than known to individuals, just-in-time access granted for a specific task and then revoked, session recording, and mandatory MFA. If ransomware operators are inside a network, privileged accounts are what they hunt for — which is why PAM is treated as a discipline of its own rather than a setting inside ordinary IAM.
IAM is the engine of Zero Trust
Zero trust — "never trust, always verify" — replaces the old idea of a trusted internal network with continuous verification of every request, wherever it comes from. That model is only as good as the identity underneath it: if you cannot be confident who is making a request and what they are entitled to, "verify" has nothing to check. Strong IAM — MFA everywhere, least privilege, device and context signals feeding each access decision — is the engine that makes zero trust more than a slogan. Our companion piece on zero-trust provisioning covers how devices earn that trust from first boot; the same identity foundations sit beneath a full zero-trust architecture.
IAM in Singapore
Singapore runs identity and access at national scale, and the same ideas an enterprise applies internally are visible in its public infrastructure:
Singpass and Corppass. Singpass is the National Digital Identity used by residents to authenticate to government and, increasingly, private services, backed by MFA. Corppass is its corporate counterpart: an ACRA-registered entity appoints a Corppass Administrator, who assigns roles and grants staff access to more than 250 government digital services — with the individual still authenticating through Singpass.[1] It is role-based access control and delegated administration, run for hundreds of thousands of businesses. Every concept in this article is doing its job in that one system.
The MAS mandate. For regulated financial institutions, strong access control is not optional. The Monetary Authority of Singapore's Technology Risk Management Guidelines set the expectations, and the legally binding MAS Notices on Cyber Hygiene make several baseline controls mandatory — including multi-factor authentication for administrative and privileged access, alongside maintaining an inventory of administrative accounts and securing them.[2] If you sell to or operate in Singapore's financial sector, MFA on privileged accounts is a compliance requirement, not a nice-to-have.
Beyond finance. Access control also runs through the broader assurance schemes: CSA's Cyber Essentials and Cyber Trust marks include access-management requirements, and the PDPA's protection obligation requires organisations to control who can reach personal data. Singpass itself is offered to businesses as an authentication service,[3] so even a small company can put national-grade identity in front of its own applications.
How to get IAM right
The controls that move the needle, in the order most organisations should tackle them:
- Inventory your identities — human and machine. You cannot govern accounts you do not know exist, and service accounts are the ones audits always find unmanaged.
- Enforce MFA everywhere, and start with administrators. Privileged accounts without MFA are the single highest-value gap an attacker can exploit — and, for MAS-regulated firms, a compliance failure.
- Apply least privilege and review it. Grant the minimum, and run periodic access reviews so entitlements do not silently accumulate.
- Automate joiner/mover/leaver. Manual de-provisioning is how orphaned accounts happen; SCIM-based automation closes the gap.
- Vault and time-box privileged access. Put crown-jewel credentials behind PAM with just-in-time grants and session monitoring.
- Consolidate on an identity provider with SSO. Fewer passwords, one place to enforce policy, one place to see who is signing in.
Rolling out IAM or zero trust?
Identity projects live or die on the implementation. Compare Singapore cybersecurity providers and system integrators who deploy IAM, SSO and privileged access management.
Browse Cybersecurity Providers in Singapore
Frequently asked questions
What's the difference between authentication and authorization?
Authentication proves who you are — it is the login. Authorization decides what that proven identity is allowed to do once it is in. A valid login does not entitle you to every record; most serious breaches are authorization failures, where a correctly authenticated user reaches data they should never have been able to.
Is single sign-on (SSO) less secure — one password for everything?
Usually the opposite. SSO concentrates strong authentication and MFA at one central, well-defended identity provider instead of scattering weak, reused passwords across dozens of applications. The trade-off is that the identity provider becomes a high-value target, so it must be protected accordingly — but for most organisations SSO with MFA is a clear net gain over password sprawl.
What is MFA, and is it enough on its own?
Multi-factor authentication requires evidence from two or more different categories — something you know, something you have, something you are — so stealing a password alone is not enough. It is the single highest-impact control you can add, but it is not the whole of IAM: you still need least-privilege authorization, prompt de-provisioning and privileged access management around it.
RBAC vs ABAC — which should we use?
RBAC (role-based) grants access by the user's role and is simpler to reason about and audit; it suits most organisations. ABAC (attribute-based) decides on attributes such as department, device, location and data sensitivity, which is more flexible and fits zero-trust designs but is more complex to run. Many organisations use RBAC as the backbone and layer ABAC-style conditions on the most sensitive resources.
What is Privileged Access Management (PAM)?
PAM is the tighter regime for high-power accounts — administrators, root, cloud master keys, service accounts. Instead of individuals knowing those credentials, PAM holds them in a vault, grants access just-in-time for a specific task and revokes it afterwards, records sessions and enforces MFA. Because privileged accounts are exactly what ransomware operators hunt for, PAM is treated as a discipline of its own.
Is IAM the same as Zero Trust?
No, but zero trust cannot work without IAM. Zero trust means verifying every request continuously rather than trusting the internal network; that verification depends entirely on being able to confirm who is asking and what they may do — which is IAM's job. IAM is the foundation; zero trust is an architecture built on top of it.
Sources
- Corppass — Singapore Government Developer Portal (GovTech) — official checked 2026-09-01
- Technology Risk Management Guidelines — Monetary Authority of Singapore — official checked 2026-09-01
- Singpass for businesses — National Digital Identity (GovTech) — official checked 2026-09-01
Related resources
Go deeper on this topic
Knowledge base
- Zero Trust Architecture Explained: Never Trust, Always Verify
- Cybersecurity Basics: Core Concepts, Controls and How They Fit Together
- API Security Explained: The OWASP API Top 10 and How to Defend Your APIs
- Zero Trust Provisioning: Secure Zero-Touch Network Onboarding
- VPN Explained: Site-to-Site, Remote Access and Zero Trust Trade-Offs
- Managed Security Services Explained: MSS, MDR, SOC and SIEM
Vendor directories
Research cluster
Related analysis
Recent TechDirectory Insights coverage from the same research cluster.