Domain 1 β€” Module 9 of 10 90%
9 of 28 overall
Domain 1: M365 Core Features & Objects Free ⏱ ~14 min read

Microsoft Entra: Your Identity Hub

Microsoft Entra ID is the identity backbone of Microsoft 365. Conditional access, SSO, app registrations, and troubleshooting sign-in issues β€” it all lives here.

What is Microsoft Entra?

Simple explanation

Microsoft Entra ID is the bouncer, the receptionist, and the security camera β€” all in one.

When you sign in to M365, Entra ID checks your identity (bouncer). It decides what you can access (receptionist). And it logs everything you do (security camera).

It also connects to other apps outside Microsoft. If your company uses Salesforce or ServiceNow, Entra ID can let you sign in to those with the same credentials β€” that’s Single Sign-On (SSO). One login, many apps.

Conditional Access β€” smart security gates

Conditional Access (CA) policies are if/then rules that control access based on conditions:

IF (conditions) THEN (controls)

Condition (IF)What It Checks
User or groupWho is signing in
Cloud appWhat they’re trying to access
LocationWhere they’re signing in from
Device platformWindows, iOS, Android, Mac
Device complianceIs the device Intune-managed and healthy?
Sign-in riskIs this sign-in behaviour unusual?
User riskHas this user been flagged for compromise?
Control (THEN)What Happens
AllowLet them in
BlockDeny access
Require MFAAllow after MFA verification
Require compliant deviceAllow only from managed devices
Require app protectionAllow only in protected apps
Scenario: Clearfield Council's CA policies

Director Chen creates three conditional access policies:

  1. β€œRequire MFA for all users” β€” IF: any user β†’ THEN: require MFA
  2. β€œBlock access from untrusted countries” β€” IF: sign-in from outside NZ/AU β†’ THEN: block
  3. β€œRequire compliant device for sensitive apps” β€” IF: accessing SharePoint or Exchange β†’ AND device is not Intune-compliant β†’ THEN: block

These policies layer on top of each other. A councillor signing in from New Zealand on a managed device with MFA β†’ all three policies pass β†’ access granted.

Same councillor on a personal phone from overseas β†’ blocked by policy 2 AND policy 3.

Single Sign-On (SSO)

SSO = one sign-in, access to many apps. Users sign in once to Entra ID, then access M365, Salesforce, ServiceNow, and thousands of other apps without re-entering credentials.

Benefits the exam tests:

  • πŸ”’ More secure β€” fewer passwords to manage, less password fatigue
  • ⚑ Better UX β€” users don’t get frustrated re-authenticating
  • πŸ”‘ Centralised control β€” disable one account, access to ALL apps is revoked
  • πŸ“Š Audit trail β€” all app access flows through Entra, creating a single log

App registrations vs Enterprise apps

ConceptWhat It IsWho Creates It
App registrationAn identity record for an application in your tenantDevelopers (when building custom apps)
Enterprise appA service principal β€” the app’s presence in YOUR tenantCreated when you consent to a third-party app or register your own
App registrations β€” why admins care

When a developer builds a custom app that connects to M365 (e.g., a dashboard that reads SharePoint data), they create an app registration in Entra ID. This registration defines:

  • What the app is called
  • What permissions it needs (read email, access files, etc.)
  • What authentication method it uses

As an admin, you review these registrations because they determine what data apps can access. An app with β€œread all users’ email” permission is a significant security concern.

Exam tip: Know that app registrations control what third-party and custom apps can do in your tenant. Admins should review permissions and require admin consent for sensitive permissions.

Troubleshooting sign-in issues

The exam tests common troubleshooting scenarios:

IssueWhere to CheckCommon Fix
MFA not workingEntra β†’ Users β†’ Authentication methodsRe-register MFA method, check Authenticator setup
Conditional access blockingEntra β†’ Sign-in logs β†’ CA tabUse β€œWhat If” tool to simulate the policy evaluation
Risky sign-in flaggedEntra β†’ Identity Protection β†’ Risky sign-insReview and confirm/dismiss the risk
App consent issuesEntra β†’ Enterprise apps β†’ PermissionsReview and grant admin consent if appropriate

Key tool: The β€œWhat If” tool in Entra lets you simulate a sign-in and see which CA policies would apply. This is the #1 troubleshooting tool for access issues β€” the exam tests it.

🎬 Video walkthrough

Flashcards

Question

What is a Conditional Access policy?

Click or press Enter to reveal answer

Answer

An if/then rule: IF certain conditions are met (user, location, device, risk level) β†’ THEN apply specific controls (allow, block, require MFA, require compliant device). Managed in the Microsoft Entra admin center.

Click to flip back

Question

What is Single Sign-On (SSO) and why is it important?

Click or press Enter to reveal answer

Answer

SSO lets users sign in once (to Entra ID) and access many apps without re-authenticating. Benefits: more secure (fewer passwords), better UX, centralised access control, single audit trail.

Click to flip back

Question

What's the 'What If' tool in Entra used for?

Click or press Enter to reveal answer

Answer

It simulates a sign-in to show which Conditional Access policies would apply. Used for troubleshooting access issues β€” 'Why can't this user sign in?' β†’ What If shows exactly which policy is blocking them.

Click to flip back

Knowledge Check

Knowledge Check

A Northwave employee reports they can't access Outlook from their personal phone, but it works fine from their work laptop. Maya suspects a Conditional Access policy is the cause. What should she use to confirm?

Knowledge Check

Brew & Byte wants all employees to sign in once and automatically access M365, Salesforce, and their project management tool without re-entering credentials. What should Kai set up?


Next up: PIM, Audit Logs & Identity Governance β€” privileged access management, tracking who did what, and maintaining your Identity Secure Score.