Microsoft Entra ID Concepts

The Entra ID vocabulary SC-300 and SC-900 test, from tenant objects to Conditional Access controls and governance features. SC-900 candidates need the first three tables; SC-300 needs all seven.

Identity fundamentals

TermWhat it means
AuthenticationProving who you are
AuthorizationDeciding what you are allowed to do once you are authenticated
Identity providerThe service that verifies an identity and issues the token
Single sign-onAuthenticate once, then reach many applications without signing in again
FederationA trust between identity providers in different domains so one accepts the other's tokens
Zero Trust principlesVerify explicitly, use least privilege access, assume breach
TenantOne organization's dedicated instance of Entra ID
Directory objectsUsers, groups, devices, applications and service principals
Service principalThe identity an application uses inside a specific tenant
Managed identityA service principal that Azure creates and rotates, so no credential is stored in code
System vs user assignedSystem assigned lives and dies with one resource; user assigned is shared across resources

Users, groups and devices

ObjectWhat it means
Member userAn account that belongs to the tenant, created in the cloud or synced from on-premises
Guest userAn external identity invited through B2B collaboration; userType is Guest
Cloud-only identityExists only in Entra ID, with no on-premises counterpart
Hybrid identitySynced from Active Directory Domain Services by Entra Connect Sync or Cloud Sync
Password hash syncA hash of the on-premises password hash is synced so Entra ID authenticates the user
Pass-through authenticationAn agent validates the password against the on-premises domain controller
Security groupGrants access to resources and applications
Microsoft 365 groupCollaboration group that also creates a mailbox, a SharePoint site and Teams membership
Assigned membershipMembers are added and removed by hand
Dynamic membershipMembership is a rule evaluated against user or device attributes
Administrative unitRestricts an admin role assignment to a subset of users, groups or devices
Entra registered devicePersonal device signed in with a work account, common for bring your own device
Entra joined deviceJoined to Entra ID only, with no on-premises domain join
Hybrid joined deviceJoined to both on-premises Active Directory and Entra ID

Authentication methods

MethodWhat to know
PasswordSomething you know; the weakest factor on its own
SMS or voice callSomething you have, but exposed to SIM swapping and interception
Authenticator push notificationNumber matching makes the user type digits from the sign-in screen, so blind approval fails
Authenticator one-time codeTime-based code that works without network access on the phone
FIDO2 security keyPasswordless and phishing resistant; the key never releases a shared secret
Windows Hello for BusinessPhishing resistant; biometric or PIN unlocks a key bound to that device
Certificate-based authenticationPhishing resistant; the user presents an X.509 certificate
Temporary Access PassTime-limited passcode for onboarding or recovering a passwordless account
Self-service password resetUsers reset their own password after verifying with registered methods
Password writebackSends a cloud password change back to on-premises Active Directory
Password protectionBlocks weak passwords using the global banned list plus your custom list
Smart lockoutLocks out repeated failed sign-ins while still recognizing the legitimate user

Conditional Access building blocks

ElementExamples
Users assignmentInclude or exclude users, groups, directory roles, and guest or external users
Target resourcesCloud apps, or user actions such as registering security information
Network conditionNamed locations defined by IP range or by country
Device platform conditionWindows, macOS, iOS, Android, Linux
Client apps conditionBrowser, mobile and desktop clients, and legacy authentication clients
Device state filterCompliant device, hybrid joined device, or a filter on device properties
Sign-in risk conditionRisk that this particular sign-in is not the real user (Identity Protection, P2)
User risk conditionRisk that the account itself is compromised (Identity Protection, P2)
Grant controlsBlock, or require MFA, authentication strength, compliant device, approved client app, app protection policy, terms of use
Session controlsSign-in frequency, persistent browser session, app enforced restrictions, Conditional Access App Control
Evaluation orderPolicies run after the first factor succeeds, and any policy that blocks wins
Report-only modeLogs what the policy would have done without enforcing it
Break-glass accountsExclude two emergency access accounts so a bad policy cannot lock everyone out

Application access and SSO

ConceptWhat it means
App registrationThe application object that defines the app, its redirect URIs and its permissions
Enterprise applicationThe service principal, which is the local instance used for sign-in and user assignment
SAML SSOToken-based sign-on for applications that speak SAML 2.0
OpenID ConnectSign-in layer built on OAuth 2.0, used by modern applications
Password-based SSOEntra ID stores credentials and replays them into the app's sign-in form
Application proxyPublishes an internal web application for remote access without a VPN
Delegated permissionThe app acts for the signed-in user; effective access is the lesser of the two
Application permissionThe app acts as itself with no user present, and always needs admin consent
User consentA user approves an app's access to their own data, within the consent policy you set
Admin consentAn administrator approves for the whole tenant, required for higher privilege permissions
Admin consent workflowUsers request access to an app and a named reviewer approves or denies

Identity governance

FeatureWhat it does
Privileged Identity ManagementJust-in-time, time-bound and approval-based activation of privileged roles (P2)
Eligible assignmentThe user holds the role only after they activate it, for a limited window
Active assignmentThe user holds the role permanently for the life of the assignment
Access reviewsRecurring attestation of group membership, app access or role assignments (P2)
Entitlement managementAccess packages bundle groups, apps and sites behind a request and approval workflow (P2)
Lifecycle workflowsAutomates joiner, mover and leaver tasks against attribute changes
Terms of useRequires acceptance of a document before access, enforced through Conditional Access
Identity ProtectionDetects risky users and risky sign-ins and can act on them automatically (P2)
Identity Secure ScoreScores your identity configuration against Microsoft's recommendations

Entra ID admin roles

RoleWhat it can do
Global AdministratorEverything in Entra ID, including reading and managing every other role; keep the count small
Global ReaderRead-only view of everything a Global Administrator can see
Privileged Role AdministratorManage role assignments and Privileged Identity Management settings
User AdministratorCreate and manage users and groups, and reset passwords within limits
Groups AdministratorCreate and manage groups and group settings
Authentication AdministratorSet or reset authentication methods for non-administrator users
Privileged Authentication AdministratorSet or reset authentication methods for any user, including administrators
Application AdministratorManage app registrations and enterprise applications, including their credentials
Cloud Application AdministratorThe same as Application Administrator, without application proxy
Security AdministratorManage security features and read security signals
Security ReaderRead-only access to security features and reports
Helpdesk AdministratorReset passwords for non-administrators and manage service requests

Ready to test yourself?

Memorizing a table is a start, practice questions make it stick.