Azure Active Directory Identity Documentation

Understanding Azure AD Identity

Azure Active Directory (Azure AD) is a cloud-based identity and access management service. It helps your employees sign in to and access resources, such as:

Azure AD also helps your IT administrators manage their cloud and on-premises resources and provides features like single sign-on (SSO), multi-factor authentication (MFA), and access control.

Key Concepts in Azure AD Identity

The Azure AD identity model revolves around several core components:

1. Identities

An identity represents a user, service principal, or managed identity that can authenticate to Azure AD and request access to resources.

2. Authentication

Authentication is the process of verifying who a user or service principal is. Azure AD supports various authentication methods, including:

For more details on authentication flows and protocols, visit the Authentication section.

3. Authorization

Authorization is the process of determining what an authenticated user or service principal is allowed to do. Azure AD uses role-based access control (RBAC) to manage permissions.

Learn more about authorization in the Authorization section.

4. Access Management

Azure AD provides comprehensive tools for managing access to your resources:

Note: Azure AD is a fundamental service for securing cloud applications and resources. Understanding its identity model is crucial for effective identity and access management.

Getting Started with Azure AD

To begin managing identities and access in Azure AD, consider the following steps:

  1. Create an Azure AD tenant if you don't have one.
  2. Add users and groups to your tenant.
  3. Configure authentication methods, including MFA.
  4. Register your applications and configure their access.
  5. Implement Conditional Access policies to enforce security.

Explore the sub-sections for detailed information on specific Azure AD identity components.