This commit introduces a comprehensive Role-Based Access Control (RBAC) system for TenantAtlas. - Implements authentication via Microsoft Entra ID (OIDC). - Manages authorization on a per-Suite-Tenant basis using a table. - Follows a capabilities-first approach, using Gates and Policies. - Includes a break-glass mechanism for platform superadmins. - Adds policies for bootstrapping tenants and managing admin responsibilities.
12 lines
407 B
PHP
12 lines
407 B
PHP
<x-filament-panels::page>
|
|
<div class="space-y-2">
|
|
<p class="text-sm text-gray-700 dark:text-gray-200">
|
|
Use this page to recover tenant access by assigning an <span class="font-semibold">Owner</span> membership.
|
|
</p>
|
|
|
|
<p class="text-xs text-gray-500 dark:text-gray-400">
|
|
All recovery actions are audited.
|
|
</p>
|
|
</div>
|
|
</x-filament-panels::page>
|