Blazor Azure AD Multitenancy Part 3: Restricting Tenants To Their Own URL

In this video, I show you how to ensure that tenants can only access application data on their assigned URLS.
Blazor C# code can be accessed at GitHub - benjaminsqlserver/BlazorADMultitenancyWithoutHttpContext: Blazor Server Multitenant App Which Uses Azure AD For Authentication. The use of httpcontext for tenant differentiation is eliminated in this app.

Transact-SQL Query files can be accessed at GitHub - benjaminsqlserver/BlazorADTenantsSQL: Code repo for database files for https://github.com/benjaminsqlserver/BlazorADMultitenancyWithoutHttpContext