{% extends "base.html" %} {% block title %}ai-offboard — AI Access Audit{% endblock %} {% block content %}

Audit your AI access. Hand over the report.

Scan a Microsoft 365 tenant, find risky & orphaned AI access, and produce a compliance-ready audit you can hand to an insurer or auditor. Read-only by design.

{% if error %}
{{ error }}
{% endif %} {% if auth_connected %}
Connected to tenant {{ auth_tenant }}. Disconnect
{% elif configured %}
Client credentials configured for tenant {{ tenant_id }}.
{% else %}
Not connected yet. Connect Microsoft 365 (one-click login as Global Admin) or run offboard setup for client credentials.
{% endif %}

Run a live audit

Scans the tenant for AI app assignments, access grants, and risk findings.

{% if not configured and not auth_connected %}

Connect Microsoft 365 first, or run offboard setup.

{% endif %}
or
{% if mode == "demo" and demo_findings %}

Sample — AI Access Audit

pre-seeded demo

A demo scan is pre-loaded. Start here to see what ai-offboard produces.

{{ demo_principals }}principals
{{ demo_apps }}app assignments
{{ demo_findings }}findings
Download report.md Download report.html Re-run demo
{% endif %} {% endblock %} {% block scripts %} {% endblock %}