azure:az-500:manage_azure_active_directory_azure_ad_identities

This is an old revision of the document!


§ Manage Azure Active Directory (Azure AD) identities

  • Create and manage a managed identity for Azure resources
  • Manage Azure AD groups
  • Manage Azure AD users
  • Manage external identities by using Azure AD
  • Manage administrative units
  • AAD does not use Kerberos or NTLM like traditional on-prem AD, instead it uses protocols like, OAuth, SAML, OpenID and WS-Federation.
  • Best Practice: Limit Global Administrator to 5 or less users in an organization.
  • Unlike traditional AD, Azure AD has a flat structure. There are no OUs.
  • AAD roles can be assigned to users and to certain groups that have the option enable to allow roles to be assigned to them.
  • AAD supports three methods of authentication, native AAD auth, pass-thru auth and federated auth.
  • B2B is method of granting access to an external (through a third-party identity provider) user principle.
    • Authentication is handled by the third-party provider and authorization is handled by the AAD that is granting access.
  • There are two group types in AAD
    • Security groups
    • Microsoft 365 groups

External Identities

  • No user object is created in your Azure AD directory.
  • B2B collaboration users are managed in the same directory as employees but are typically annotated as guest users.

Administrative Unit

  • An Administrative Unit (AU) is a mechanism for limiting the permissions of an Azure AD role to apply to a selected set of users and/or groups. It limits the scope of the role. When a group is selected the scope only applies to the group itself, not the users that are a member of the group.
An administrative unit is an Azure AD resource that can be a container for other Azure AD resources. An administrative unit can contain only users, groups, or devices.
  • An administrative unit is similar in some ways to an organization unit in traditional AD.
  • A AAD P1 license or better is required for each AU administrator, but members can be AAD free license or better.
  • Azure AD roles are distinct from general Azure roles

Roles

  • azure/az-500/manage_azure_active_directory_azure_ad_identities.1655922031.txt.gz
  • Last modified: 2022/06/22 18:20
  • by mmuze