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

Lesson 1 — What is Microsoft Entra?

Modern attacks often begin with identity rather than malware.

Microsoft Entra is Microsoft's family of identity and network access products. At the centre of that family is Microsoft Entra ID, the cloud identity platform used by Microsoft 365, Azure and thousands of connected applications.

This lesson introduces the Microsoft Entra family, explains how Entra ID manages users, groups, devices, applications and roles, and shows how authentication, Conditional Access and Zero Trust decisions fit together.

Identity is not just an administration function. It is the control plane that decides who can access what.
Agent Foskett Microsoft Entra Academy Lesson 1
What you will learn

This lesson introduces the identity platform behind Microsoft 365, Azure and modern Microsoft security.

The Microsoft Entra product family
Tenants, users, groups and roles
Authentication and authorisation
Conditional Access and Zero Trust

Learning objectives

After completing this lesson, you should be able to describe the role Microsoft Entra plays in modern identity security.

  • Explain the Microsoft Entra product family.
  • Describe Microsoft Entra ID and an Entra tenant.
  • Recognise users, groups, devices, applications and roles.
  • Differentiate authentication from authorisation.
  • Explain how Conditional Access supports Zero Trust.

The problem this solves

Organisations need one trusted identity system that can control access to cloud applications, Microsoft 365, Azure resources and connected services.

Microsoft Entra provides the identity, access and policy controls used to verify users, evaluate conditions and grant only the access that should be allowed.

What is Microsoft Entra?

Microsoft Entra is a family of identity and network access products designed to support Zero Trust security.

The family includes Microsoft Entra ID, identity governance and protection capabilities, Verified ID, External ID, and Global Secure Access products such as Microsoft Entra Internet Access and Microsoft Entra Private Access.

Microsoft Entra │ ├── Microsoft Entra ID ├── Microsoft Entra ID Protection ├── Microsoft Entra ID Governance ├── Microsoft Entra External ID ├── Microsoft Entra Verified ID ├── Microsoft Entra Internet Access └── Microsoft Entra Private Access
Agent Foskett tip:

This academy focuses primarily on Microsoft Entra ID because it is the identity platform behind authentication, access, applications, roles and Conditional Access.

What is Microsoft Entra ID?

Microsoft Entra ID is Microsoft's cloud-based identity and access management service.

It stores and manages identities and helps users sign in securely to Microsoft 365, Azure, SaaS applications and custom applications.

What is an Entra tenant?

A tenant is a dedicated instance of Microsoft Entra ID associated with an organisation.

It contains the organisation's identity objects, policies, applications, roles, devices and security settings.

Core identity objects

ObjectPurpose
UserRepresents a person or workload identity that can authenticate and receive access.
GroupCollects users, devices or service principals so access and policy can be assigned efficiently.
DeviceRepresents a registered, joined or managed endpoint that can contribute security context.
Enterprise applicationRepresents an application's service principal inside the tenant and controls how users access it.
App registrationDefines an application's identity and authentication settings in the Microsoft identity platform.
RoleGrants administrative permissions to manage Entra resources and settings.

Authentication

Authentication answers the question:

Who are you?

It can involve passwords, Microsoft Authenticator, passkeys, FIDO2 security keys, Windows Hello for Business or other approved methods.

Authorisation

Authorisation answers the question:

What are you allowed to do?

It is controlled by application assignments, roles, permissions, policies and resource access rules.

Authentication compared with authorisation

ConceptQuestionExample
AuthenticationCan Microsoft verify the identity?A user signs in with a password and passkey.
AuthorisationWhat access should the verified identity receive?The user can read SharePoint files but cannot administer the tenant.

How a sign-in decision works

User attempts sign-in │ ├── Identity is located ├── Credentials are verified ├── Device and location signals are collected ├── Risk signals are evaluated ├── Conditional Access policies are applied ├── MFA or another control may be required └── Access token is issued or access is blocked

Conditional Access

Conditional Access is Microsoft's Zero Trust policy engine.

It brings together signals such as user, application, device, location and risk, then enforces access decisions such as require MFA, require a compliant device or block access.

Zero Trust and identity

Zero Trust does not assume that a user, device or network location is automatically safe.

Access is continuously evaluated using identity, device, risk and application context.

Where Entra fits in Microsoft security

Microsoft Entra ID │ ├── Authenticates users and workloads ├── Evaluates Conditional Access ├── Issues tokens ├── Records sign-in and audit activity └── Supplies identity context │ ▼ Microsoft 365 • Azure • Defender XDR • Sentinel • Security Copilot

Why security analysts care

  • Risky sign-ins may indicate stolen credentials.
  • New MFA methods can indicate account takeover.
  • Role assignments can indicate privilege escalation.
  • OAuth consent can create persistent application access.
  • Conditional Access failures can explain why access was blocked or allowed.

Identity is evidence

  • Sign-in logs show authentication activity.
  • Audit logs show directory changes.
  • Risk detections show suspicious identity signals.
  • Application logs show token and consent activity.
  • PIM logs show privileged role activation.

Example identity investigation

1. A user signs in from an unfamiliar location 2. Entra evaluates the credentials and sign-in context 3. Conditional Access requires multifactor authentication 4. Identity Protection raises sign-in risk 5. Defender XDR correlates related activity 6. The analyst reviews sign-in logs, MFA details and device context 7. The user's recent directory and application activity is checked 8. The account is contained if compromise is confirmed
Agent Foskett investigation principle:

Do not investigate a sign-in as a single event. Investigate the identity, device, application, policy decision and activity that followed.

Microsoft Entra ID and Active Directory

Microsoft Entra ID is not simply Active Directory hosted in the cloud.

Active Directory Domain Services uses traditional domain protocols and on-premises concepts, while Entra ID is designed for cloud identity, modern authentication, tokens, SaaS access and Zero Trust policy.

Hybrid identity

Many organisations use both Active Directory and Microsoft Entra ID.

Hybrid identity synchronises or provisions identities so users can access on-premises and cloud resources with connected identity controls.

Common mistakes

MistakeWhy it creates riskBetter practice
Thinking Entra is only a user directoryApplications, roles, devices, risk and access policy are overlooked.Treat Entra as the identity and access control plane.
Confusing authentication with authorisationA successful sign-in may be mistaken for permission to perform every action.Separate identity verification from access rights.
Assigning permanent high privilegeCompromised accounts retain powerful standing access.Use least privilege and Privileged Identity Management.
Ignoring sign-in and audit logsIdentity attacks can remain invisible.Monitor authentication, risk, application and directory changes.

Key takeaways

  • Microsoft Entra is a family of identity and network access products.
  • Microsoft Entra ID is the cloud identity platform behind Microsoft 365 and Azure access.
  • A tenant contains the organisation's identities, applications, devices, roles and policies.
  • Authentication verifies identity; authorisation determines permitted access.
  • Conditional Access combines signals to enforce Zero Trust decisions.
  • Identity activity is a critical source of security evidence.

Continue learning

You have started Module 1 — Entra Foundations. Continue to the next lesson or return to the Microsoft Entra Academy roadmap.
🎓 First lesson
Lesson 1 — What is Microsoft Entra?Introduction to the Microsoft Entra family, Entra ID, tenants, identity objects and access decisions.
🏠 Academy home
Microsoft Entra AcademyReview the Entra learning roadmap and planned identity security modules.
📘 Next lesson
Lesson 2 — Understanding Sign-in LogsLearn how to read authentication status, IP address, location, device context, application and Conditional Access results.

What is Microsoft Entra?

Microsoft Entra is a family of identity and network access products. Microsoft Entra ID provides cloud identity, authentication, application access, roles, devices and Conditional Access for Microsoft 365, Azure and connected applications.

Microsoft Entra Academy Lesson 1

This Agent Foskett Microsoft Entra Academy lesson explains Entra ID tenants, users, groups, devices, enterprise applications, roles, authentication, authorisation and Zero Trust access decisions.