<- Support projects

Support Project · HTML

SecureTenantLab

.NET 8 tenant-security proof for isolation, default-deny permissions, admin review, audit, and hardening.

Repository readme / adapted

SecureTenant Lab

SOURCEREADME.mdAdapted for portfolio readability; claims remain source-derived.

> A synthetic-only .NET 8 tenant-security proof for isolation, role/action decisions, admin review, audit evidence, and hardening.

**Status:** native-validated public release (`v1.0.0`) **Stack:** .NET 8 / ASP.NET Core / C# **Evidence:** two screenshot groups, eight native browser captures

01

Core flow

  • validate identity and resource tenant;
  • deny cross-tenant access before evaluating role;
  • apply explicit role/action policy with default deny;
  • require administrator role and reason for membership changes;
  • record tenant-scoped audit evidence;
  • surface hardening findings for risky configuration.
02

Public boundary

All tenants, users, roles, tokens, and resources are generated fixtures. No production identity provider or secret is required.