Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 793 Bytes

File metadata and controls

24 lines (13 loc) · 793 Bytes

Group Creation and Role Assignment

This micro-project simulates the process of creating a security group in Microsoft Entra ID and assigning it a built-in directory role (e.g., Helpdesk Administrator). It reinforces scalable access control strategies by demonstrating group-based RBAC and identity governance principles.

Key Objectives

Create a security group for delegated access

Assign role-based access to the group (not individuals)

Support centralized governance and future automation

Core Concepts

Group-based RBAC

Directory role assignment

Scoped identity governance

Entra Control Stack layer mapping

File: group-creation-role-assignment.ipynb: Full simulation walkthrough, including step-by-step portal actions, governance layer mapping, and follow-up notes