ServiceDeskSimulator
AI coaching on Start

Knowledge base

Conditional Access basics

Reference: Microsoft Learn — What is Conditional Access; Conditional Access What If tool

← All articles
entraconditional-accesssecuritydiagnostics

Conditional Access evaluates after authentication succeeds. That single fact

resolves most tickets that reach the service desk as "I can't sign in".

A policy is a sentence: if these assignments match, apply these controls.

location, client app, device state and sign-in risk.

joined device, require an approved client app, or block outright.

Recognising a policy block

signature: identity is fine, something about the context is not.

If the same account works on a phone and fails on a laptop, stop looking at the

account.

What If

The What If tool answers "which policies apply to this user, on this platform, for

this app, and what would happen". Use it to:

Fix the condition, not the policy

The correct resolution is to satisfy the grant control:

ControlFix
Require compliant deviceMake the device compliant — see Intune device compliance
Require MFAEnsure the user has a usable registered method
Require approved client appUse the supported app, or enrol it properly
Require hybrid joined deviceResolve the join, not the policy
Block (legacy authentication)Move the client to modern authentication
**Never exclude a user or device from a Conditional Access policy to close a
ticket.** An exclusion silently removes a security control from a live tenant, and
exclusions are never reviewed. If one is genuinely required it is a change with an
owner, a justification and an expiry date — not a service desk action.

Token lifetime — the step people forget

Fixing the underlying condition does not immediately unblock the user. Tokens issued

before the change carry the old state and keep failing until they are refreshed. Have

the user sign out and back in, and confirm with them directly that the app works.

"The console says compliant" is not a resolution.

Related