Agent Foskett Academy • Microsoft Entra • Module 1 • Lesson 4

Lesson 4 — MFA and Authentication Methods

Multifactor authentication strengthens identity security by requiring more than one form of proof before access is granted.

Microsoft Entra supports passwords, Microsoft Authenticator, passkeys, FIDO2 security keys, Windows Hello for Business, certificate-based authentication, Temporary Access Pass and other methods for different users and security needs.

This lesson explains how the methods differ, why phishing resistance matters, how authentication strengths enforce stronger methods and how analysts investigate MFA activity without assuming every successful challenge was legitimate.

Not all MFA methods provide the same protection. Strong authentication should resist phishing, replay and social engineering.
Agent Foskett Microsoft Entra MFA and Authentication Methods lesson
What you will learn

This lesson explains how Microsoft Entra authentication methods provide different levels of identity assurance.

MFA factors and method differences
Passkeys and phishing resistance
Authentication strengths and policy
MFA investigation and recovery

Learning objectives

After completing this lesson, you should be able to compare Microsoft Entra authentication methods and select stronger controls.

  • Explain authentication factors and multifactor authentication.
  • Compare common Microsoft Entra authentication methods.
  • Identify phishing-resistant methods.
  • Explain authentication strengths and Temporary Access Pass.
  • Investigate suspicious MFA and method-registration activity.

The problem this solves

Passwords can be guessed, reused, phished or stolen.

Authentication methods provide stronger proof of identity and allow Conditional Access to require methods appropriate to the sensitivity of the application or user.

What is multifactor authentication?

Multifactor authentication requires evidence from more than one authentication factor.

The factors are usually something the user knows, something the user has and something the user is.

Authentication factors │ ├── Something you know │ └── Password or PIN ├── Something you have │ └── Phone, security key or registered device └── Something you are └── Fingerprint or facial recognition
Agent Foskett tip:

Two prompts do not automatically mean two factors. The authentication method must provide independent proof from distinct factor categories.

Password authentication

A password is a knowledge factor and remains widely used.

It is vulnerable to phishing, reuse, password spraying and credential theft, so it should not be the only protection for cloud access.

Microsoft Authenticator

Microsoft Authenticator supports push notifications, number matching, one-time passcodes and passwordless phone sign-in.

Number matching reduces accidental approval, but users can still be socially engineered into approving an attacker-generated request.

Common authentication methods compared

MethodTypical useSecurity considerations
PasswordPrimary knowledge-based sign-in.Phishable and vulnerable to reuse or theft.
Authenticator pushMFA approval with number matching and context.Stronger than password alone but still exposed to social engineering.
OATH codeTime-based one-time passcode from an app or token.Can be phished and replayed within the valid time window.
SMS or voiceFallback or legacy MFA scenario.Weaker due to SIM swap, interception and social engineering risk.
Passkey or FIDO2 keyPasswordless, cryptographic sign-in.Phishing-resistant because credentials are bound to the legitimate service.
Windows Hello for BusinessDevice-bound passwordless sign-in using PIN or biometrics.Phishing-resistant and backed by asymmetric keys.

Passkeys

Passkeys use FIDO2 public-key cryptography instead of a shared secret.

Microsoft Entra can support passkeys stored on a device, synced through a supported credential provider or held on a FIDO2 security key.

FIDO2 security keys

A FIDO2 security key is a physical authenticator that stores a private key and requires a user gesture such as a PIN or biometric.

The key signs a challenge for the legitimate service, making the method resistant to credential phishing.

Why passkeys resist phishing

Legitimate Entra sign-in │ ├── Entra sends cryptographic challenge ├── Authenticator verifies the service identity ├── User unlocks private key with PIN or biometric ├── Private key signs the challenge └── Entra verifies the public-key signature Fake phishing site │ └── Cannot request a valid signature for the legitimate Entra service

Windows Hello for Business

Windows Hello for Business replaces passwords with strong two-factor authentication tied to a device.

The user unlocks a device-bound credential using a PIN or biometric, while the private key remains protected on the endpoint.

Certificate-based authentication

Microsoft Entra certificate-based authentication allows users to authenticate with X.509 certificates.

It can support strong and phishing-resistant scenarios when certificate issuance, storage, revocation and user mapping are governed correctly.

Phishing-resistant authentication

Phishing-resistant methods create a cryptographic relationship with the legitimate sign-in service and cannot simply be copied into an attacker-controlled page.

MethodPhishing-resistant?Why
Passkey / FIDO2YesPublic-key authentication is bound to the legitimate relying party.
Windows Hello for BusinessYesUses a device-bound asymmetric key unlocked locally.
Certificate-based authenticationYes, when configured appropriatelyUses certificate-backed cryptographic authentication.
Authenticator pushNoA user can still be tricked into approving an attacker's request.
SMS or OATH codeNoThe code can be captured and relayed to the real sign-in service.

Temporary Access Pass

A Temporary Access Pass is a time-limited passcode that can be configured for one-time or reusable access.

It is commonly used to bootstrap registration of passwordless methods when the user does not yet have a strong authentication method.

TAP lifecycle

TAP should be issued through a verified recovery or onboarding process, limited in duration and monitored.

It is not intended to become a permanent daily authentication method.

Passwordless onboarding workflow

1. Help desk verifies the user's identity 2. Administrator creates a Temporary Access Pass 3. User signs in with the time-limited pass 4. User registers a passkey, FIDO2 key or Windows Hello 5. Registration is confirmed 6. Temporary Access Pass expires or is removed 7. User signs in with the new phishing-resistant method

Authentication methods policy

The authentication methods policy controls which methods are available and which users or groups can use them.

Organisations should target methods deliberately, pilot changes and remove weaker methods when stronger alternatives are established.

System-preferred authentication

System-preferred authentication prompts users with the strongest method they have registered when Microsoft Entra selects the MFA method.

This helps move users away from weaker methods without relying only on their manually selected default.

Authentication strengths

Conditional Access authentication strengths restrict which method combinations can satisfy an authentication requirement.

Microsoft Entra provides built-in strengths for multifactor authentication, passwordless MFA and phishing-resistant MFA, and organisations can define custom strengths.

Built-in strengthPurpose
Multifactor authentication strengthAllows supported MFA combinations, including methods that may still be phishable.
Passwordless MFA strengthRequires supported passwordless combinations.
Phishing-resistant MFA strengthRequires supported cryptographic methods that resist phishing.

Why authentication strengths matter

A basic “require MFA” control may permit methods that are not suitable for privileged administration or sensitive data.

Authentication strengths let the organisation require phishing-resistant methods for high-risk users and applications.

Registration campaigns

Registration campaigns can prompt users to register stronger methods such as Microsoft Authenticator.

Rollouts should include user communication, support procedures, accessibility considerations and recovery planning.

How MFA appears in sign-in logs

Sign-in event │ ├── Authentication requirement ├── Authentication methods used ├── Authentication step result ├── MFA satisfied during sign-in ├── MFA satisfied by existing claim └── Conditional Access policy requiring authentication
Important:

“MFA requirement satisfied” does not always mean the user received a fresh prompt during that sign-in. Review the detailed authentication steps and token claims.

MFA fatigue

MFA fatigue occurs when an attacker repeatedly triggers push requests hoping the user will approve one.

Number matching, context display, stronger methods and user education reduce the risk, but suspicious approvals still require investigation.

Session and token theft

MFA does not prevent every form of account takeover.

An attacker may steal a session token after authentication, so analysts must review device, application, token and post-sign-in activity.

Authentication investigation workflow

1. Identify the sign-in and user 2. Review authentication requirement 3. Inspect each authentication step 4. Confirm the method used 5. Determine whether MFA was fresh or claim-based 6. Review device, IP, location and application 7. Check recent method registrations and deletions 8. Review Conditional Access and authentication strength 9. Investigate activity after access was granted 10. Revoke sessions and reset methods if compromise is confirmed
Agent Foskett investigation principle:

The method proves how the sign-in was completed. The investigation determines who controlled the method.

Suspicious method registration

An attacker with temporary account access may register a new authentication method for persistence.

Review registration timestamps, administrator actions, device context and whether the user expected the change.

Recovery and containment

Containment may include revoking sessions, resetting the password, removing untrusted methods, issuing a new TAP and re-registering strong authentication.

Follow organisational identity-verification procedures before changing methods.

Example investigation

1. A user receives repeated Authenticator prompts 2. One prompt is approved 3. The sign-in originates from an unfamiliar hosting provider 4. Authentication details show Authenticator push 5. A new mobile authentication method is registered 6. The attacker accesses Exchange Online 7. The analyst revokes sessions and removes the new method 8. The user is re-verified and issued a Temporary Access Pass 9. A phishing-resistant passkey is registered 10. Conditional Access is updated to require stronger authentication

Common mistakes

MistakeWhy it creates riskBetter practice
Treating every MFA method as equalPhishable methods may be accepted for sensitive access.Use authentication strengths and phishing-resistant methods.
Leaving SMS as the primary method indefinitelySIM swap and interception risks remain.Move users toward passkeys, FIDO2 or Windows Hello.
Issuing long-lived Temporary Access PassesThe bootstrap credential becomes an extended access path.Use short duration, verified issuance and monitoring.
Assuming successful MFA proves legitimacyUsers can approve malicious prompts or attackers can steal sessions.Review context, method ownership and post-sign-in activity.

Key takeaways

  • MFA requires independent authentication factors.
  • Microsoft Entra supports methods with different security and usability characteristics.
  • Passkeys, FIDO2, Windows Hello and appropriate certificate-based authentication are phishing-resistant.
  • Temporary Access Pass supports controlled passwordless onboarding and recovery.
  • Authentication strengths can require stronger method combinations through Conditional Access.
  • A successful MFA event must still be investigated in context.

Related Agent Foskett resources

Continue developing authentication security, Conditional Access and identity investigation skills with these connected resources.

Continue learning

Continue through Module 1 — Entra Foundations, or return to the Microsoft Entra Academy roadmap.

Microsoft Entra MFA and Authentication Methods

Microsoft Entra supports Microsoft Authenticator, passkeys, FIDO2 security keys, Windows Hello for Business, certificate-based authentication, Temporary Access Pass and other authentication methods.

Microsoft Entra Academy Lesson 4 — MFA and Authentication Methods

This Agent Foskett Microsoft Entra Academy lesson explains multifactor authentication, phishing-resistant methods, authentication strengths, passwordless onboarding and MFA investigation.