TenantAtlas/resources/views/filament/pages/break-glass-recovery.blade.php
Ahmed Darrazi 3b1dd98f52 feat(rbac): Implement Tenant RBAC v1
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.
2026-01-25 16:01:50 +01:00

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>