Creating and Managing Users
Creating and managing users is central to administrating an information system—whether that system is an application on a small network, an enterprise-scale directory, or a cloud service hosted by a SaaS provider. In any instance, identities are used by people, applications, and devices to authenticate and perform activities.
In the context of Azure AD, there are three core types of identity:
- Cloud-based users
- Synchronized users
- Guest users
When planning out identity scenarios, it’s important to understand the benefits, features, drawbacks, and capabilities associated with each type of identity and authentication scheme—including ease of provisioning, integration with existing directory or security products, requirements for on-premises infrastructure, and network availability.
In this section, you’ll learn about managing each of these user types.
Creating and Managing Cloud Users
From an Azure...