Identity and Access Management (IAM) answers two questions: who are you? (authentication) and what are you allowed to do? (authorisation). Most breaches involve identity, which is why this domain is so heavily weighted and so relevant to real jobs.
Beginner: authentication factors
- Something you know — password, PIN.
- Something you have — token, phone, smart card.
- Something you are — biometrics (fingerprint, face).
Multi-factor authentication (MFA) combines two or more different factor types, dramatically reducing account compromise even when a password is stolen.
Intermediate: access control models
Once a user is authenticated, an access-control model decides what they can do. Explore the four models Security+ expects you to know:
Access Control Models
The four ways systems decide what you are allowed to do.
Tap or hover a part to learn more.
Discretionary.
The resource owner decides who gets access (e.g. file permissions you set yourself). Flexible but easy to misconfigure.
Check your understanding
1. Which model attaches permissions to roles that users inherit?
2. Which model uses labels and clearances enforced by the system?
Layer these with least privilege (only the access needed) and separation of duties (no single person completes a sensitive action alone).
Advanced considerations
- Single Sign-On (SSO) improves usability but concentrates risk — protect it with strong MFA.
- Federation (SAML, OAuth 2.0, OpenID Connect) lets identities work across organisations.
- Privileged Access Management (PAM) and just-in-time access protect the powerful accounts attackers want most.
- Joiner/Mover/Leaver automation ensures access is granted, changed and revoked correctly across the employee lifecycle.
Practical example
A new starter is added to the 'Finance' role (RBAC), inheriting exactly the access that role needs — no more. MFA is enforced via an authenticator app. When they leave, disabling one account removes all access. Compare this to manually granting permissions per user, which quickly becomes unmanageable and insecure (permission creep).
Common mistakes
- Conflating authentication with authorisation.
- Permission creep — users accumulate access over time.
- Shared accounts with no individual accountability.
- MFA on user logins but not on admin/privileged access.
Best practices
Enforce MFA everywhere (especially privileged accounts), apply least privilege, review access regularly, automate joiner/mover/leaver processes, and protect privileged accounts with PAM. This underpins Zero Trust.
What employers expect
You can explain the difference between authentication and authorisation, recommend an appropriate access model, and justify MFA and least privilege in plain English.
Technical interview questions
- What is the difference between authentication and authorisation?
- Explain RBAC vs ABAC and when you would choose each.
- Why is MFA especially important on privileged accounts?
- What is SSO and what is its main risk?
- How would you handle the leaver part of the identity lifecycle?
Behavioural interview questions
- Tell me about a time you followed a strict process even under pressure.
- How would you handle a manager demanding admin rights they do not need?
Practice questions
- Which model attaches permissions to roles? (RBAC)
- A password plus an authenticator code is an example of? (MFA)
- Which principle gives users only the access they need? (Least privilege)
- Which model decides access from attributes like department and location? (ABAC)
Where this fits in your Security+ pathway
This domain is one part of the CompTIA Security+ study hub. When you're confident here, review Cryptography & PKI and move on to Secure Architecture & Cloud to keep building toward the full exam.
Practise with Missiora
- AI Interview™ — rehearse Security+ style questions on this topic and get scored feedback.
- Career Coach™ — turn this knowledge into a study-to-job plan.
- Job Intelligence™ — see which of these skills real security adverts demand.
