Authentication: Passwords, MFA & Beyond
Authentication is how M365 proves you are who you say you are. From passwords to passkeys, MFA to passwordless β know the methods, know the risks.
Authentication vs authorisation
Authentication = βWho are you?β Authorisation = βWhat are you allowed to do?β
Think of a hotel. Authentication is the front desk checking your ID and giving you a room key. Authorisation is what that key opens β your room (yes), the pool (yes), the staff kitchen (no).
In M365: authentication verifies your identity (password + MFA). Authorisation decides what you can access (based on your licenses, group memberships, and policies).
Authentication methods in Microsoft 365
| Feature | Security Level | User Experience | Common Use |
|---|---|---|---|
| Password only | π΄ Low (easily phished) | Familiar but risky | Legacy β being phased out |
| Password + MFA | π‘ Good (blocks most attacks) | Extra step but manageable | Current standard for most orgs |
| Microsoft Authenticator | π’ Strong (push notification) | Tap to approve on phone | Recommended MFA method |
| FIDO2 security key | π’ Very strong (phishing-resistant) | Physical key, tap to sign in | High-security roles |
| Windows Hello for Business | π’ Very strong (biometric/PIN) | Face, fingerprint, or PIN | Corporate-managed Windows devices |
| Certificate-based auth | π’ Strong (smart cards) | Insert card + PIN | Government, regulated industries |
| Passkeys | π’ Very strong (phishing-resistant) | Biometric or device unlock | The future β replacing passwords |
Key exam concept: Passwords alone are NOT secure. The exam always favours MFA or passwordless methods. If a question asks βwhat should the admin enable to improve security?β β the answer almost always involves MFA or a stronger method.
Multi-Factor Authentication (MFA)
MFA requires two or more factors from different categories:
| Factor | Category | Example |
|---|---|---|
| Something you know | Knowledge | Password, PIN |
| Something you have | Possession | Phone (Authenticator app), security key |
| Something you are | Biometric | Fingerprint, face recognition |
MFA works because even if an attacker steals your password (something you know), they still need your phone (something you have) to complete sign-in.
Scenario: Brew & Byte enables MFA
Brew & Byte has 30 employees and never used MFA. After a phishing email nearly compromised Kaiβs account, they decide to enable it:
- Microsoft Entra admin center β Protection β Multifactor authentication
- Enable Security defaults (free, enables MFA for all users automatically)
- All users register Microsoft Authenticator on their phones
- Sign-in now requires: password + Authenticator approval
Result: Even when Zoe (the designer) clicks a phishing link and enters her password on a fake site, the attacker canβt complete sign-in because they donβt have Zoeβs phone.
Cost: $0 β Security defaults are free and included in every M365 plan.
Passwordless authentication β the future
Microsoft is moving towards passwordless authentication:
- Microsoft Authenticator (passwordless mode) β tap to approve, no password needed
- FIDO2 security keys β physical USB/NFC key, phishing-resistant
- Windows Hello for Business β face, fingerprint, or PIN tied to the device
- Passkeys β cross-platform, phishing-resistant, biometric-based
Why passwordless is more secure
Passwords are the weakest link because:
- Users reuse them across sites
- They can be phished (fake login pages)
- They can be brute-forced or sprayed
- They can be leaked in data breaches
Passwordless methods eliminate passwords entirely. A FIDO2 key or Windows Hello credential is tied to a specific device, canβt be phished (it verifies the websiteβs identity too), and canβt be reused on other sites.
Exam tip: If a question asks about βphishing-resistant authenticationβ β the answer is FIDO2 security keys, Windows Hello for Business, or passkeys. NOT Authenticator app (which is strong but not phishing-resistant by default).
Self-Service Password Reset (SSPR)
SSPR lets users reset their own passwords without calling the helpdesk:
- Configured in Microsoft Entra admin center β Protection β Password reset
- Users register recovery methods (phone, email, security questions)
- Reduces helpdesk calls by 20-40% in most organisations
Exam note: SSPR is about convenience AND security. It reduces the risk of helpdesk-based social engineering attacks (attacker calls helpdesk pretending to be the user).
π¬ Video walkthrough
π¬ Video coming soon
Authentication Methods β AB-900 Module 7
Authentication Methods β AB-900 Module 7
~10 minFlashcards
Knowledge Check
Clearfield Council requires phishing-resistant authentication for all councillors accessing sensitive systems. Which method should Director Chen deploy?
An employee's password is compromised in a data breach. They also use Microsoft Authenticator for MFA. Can the attacker sign in to their M365 account?
Next up: Microsoft Defender XDR β the threat protection and intelligence platform that watches for attacks across your entire M365 environment.