Azure AD Provider

Enhanced support for Azure Active Directory resources with specialized rendering for Groups, Service Principals, Invitations, and Users.

Implemented

Azure Active Directory resources are now supported with specialized templates that make identity changes transparent and easy to review.

Supported Resources

  • Groups (azuread_group): Member counts and inline member tables with readable names
  • Group Members (azuread_group_member): Clear display of membership changes with principal mapping
  • Service Principals (azuread_service_principal): App roles and OAuth2 permissions
  • Invitations (azuread_invitation): Guest user invitation details with email and redirect URLs
  • Users (azuread_user): User profiles with attributes like display name, UPN, and mail

Global Enhancements

  • Principal Mapping: Resolves Object IDs to readable names in role assignments (works with --principal-mapping JSON files)
  • Group Hierarchies: Clear display of nested group memberships
  • Application Integration: Links between applications and service principals are clearly shown

✅ Status

Azure AD resources are fully implemented with specialized templates. For examples, see the Examples page or the GitHub repository.