Blazor Azure AD Multitenancy Part 4: Ensuring that Dummy Tenant DataService is no longer initialized

In this video, I show you how to ensure that dummy tenant data service is no longer initialized. This is done from the front end (Blazor razor page components).
The definition of CreateDataServiceForUser method in Security Service is left unchanged because it is possible for a developer to forget to apply the right URL check at the frontend. Leaving this definition unchanged ensures that application does not break and user does have access to another tenant's data.

Source code file can be pulled from git remote add origin GitHub - benjaminsqlserver/EliminatingDummyTenant

Transact SQL files to set up tenant databases can be pulled from GitHub - benjaminsqlserver/BlazorADTenantsSQL: Code repo for database files for https://github.com/benjaminsqlserver/BlazorADMultitenancyWithoutHttpContext