TenantAtlas/config
Ahmed Darrazi bf9bb77562 feat(004): Add RBAC and Group permissions to config
Added two new required permissions for Feature 004:
- DeviceManagementRBAC.Read.All: Resolve scope tag IDs to names
- Group.Read.All: Resolve group IDs for assignments

These permissions will be displayed on the Tenant detail page
(/admin/tenants/1) as 'missing' until added in Azure AD.

Steps to complete setup:
1. Add permissions in Azure AD App Registration
2. Grant admin consent
3. Move permissions from 'Required' to 'Tatsächlich granted' in this config
4. Clear cache: php artisan cache:clear
5. Verify on Tenant detail page
2025-12-22 16:06:25 +01:00
..
app.php Initial commit from Specify template 2025-12-10 22:27:21 +01:00
auth.php Initial commit from Specify template 2025-12-10 22:27:21 +01:00
cache.php Initial commit from Specify template 2025-12-10 22:27:21 +01:00
database.php Initial commit from Specify template 2025-12-10 22:27:21 +01:00
filesystems.php Initial commit from Specify template 2025-12-10 22:27:21 +01:00
graph_contracts.php feat: Phase 1+2 - Assignments & Scope Tags foundation 2025-12-22 02:10:35 +01:00
graph.php feat: TenantPilot v1 - Complete implementation (Phases 1-12) 2025-12-12 02:27:54 +01:00
intune_permissions.php feat(004): Add RBAC and Group permissions to config 2025-12-22 16:06:25 +01:00
logging.php Initial commit from Specify template 2025-12-10 22:27:21 +01:00
mail.php Initial commit from Specify template 2025-12-10 22:27:21 +01:00
queue.php Initial commit from Specify template 2025-12-10 22:27:21 +01:00
services.php Initial commit from Specify template 2025-12-10 22:27:21 +01:00
session.php Initial commit from Specify template 2025-12-10 22:27:21 +01:00
tenantpilot.php feat: merge 001-filament-json 2025-12-14 20:23:18 +01:00