Skip to content

Microsoft 365

What is Microsoft Entra ID?

By Suresh Girinathuni

Quick answer

Microsoft Entra ID (renamed from Azure Active Directory) is Microsoft’s cloud identity and access management service. Organizations use it to authenticate users and applications, manage identities and groups, enforce Conditional Access policies and multifactor authentication, and control access to Microsoft 365, Azure, and thousands of connected SaaS apps. Every Microsoft 365 sign-in flows through it.

Key takeaways

  • Formerly Azure AD; one identity for Microsoft 365, Azure, and SaaS.
  • Conditional Access + MFA are the core enforcement levers.
  • Admin roles and guest lifecycle need explicit ownership.

Detailed Explanation

Microsoft Entra ID (renamed from Azure Active Directory) is Microsoft’s cloud identity and access management service. Organizations use it to authenticate users and applications, manage identities and groups, enforce Conditional Access policies and multifactor authentication, and control access to Microsoft 365, Azure, and thousands of connected SaaS apps. Every Microsoft 365 sign-in flows through it.

How it works

Users authenticate once against the tenant directory and receive tokens for each app; Conditional Access evaluates every sign-in against signals (device, location, risk) and grants, challenges, or blocks. Admin roles and role assignments in Entra ID decide who can change tenant configuration.

Limitations and considerations

Identity misconfiguration is the top tenant risk: over-privileged Global Administrators, missing MFA, and unreviewed Conditional Access exclusions. Directory sync and guest-user lifecycle need explicit ownership.

This Q&A page is the short-answer layer for “What is Microsoft Entra ID?” Use the related guides below when you need implementation steps, architecture trade-offs, or troubleshooting detail.

For broader context, visit the Microsoft 365 Hub. It connects this topic to surrounding Microsoft 365, Power Platform, SharePoint, Copilot Studio, Dataverse, migration, and Dynamics 365 guidance.

When to use it

Start every tenant security review here — admin roles, Conditional Access coverage, MFA status, and guest access — before tuning individual workload settings.

Practical example

A company blocks legacy authentication tenant-wide via one Conditional Access policy in Entra ID, cutting the most abused sign-in path for all Microsoft 365 apps at once.

Sources