multi-tenant working as expected locally regardless of who logged in under (tenantsadmin, any user/roles combination)
on Azure app service, when logged in under any account EXCEPT tenants admin, everything works as expected
so this problem is only when logged in as tenantsadmin on Azure app service.
logged in to t1 URL as tenants admin:
--verified t1 is selected from tenants page
--users list is correct
--roles list is correct
--now switch to t2 from tenants page
--users list is EMPTY
--roles list is EMPTY
--switch back to t1, all OK
logged into t2 URL as tenants admin:
--t2 works fine, t1 is broken
Problem definition:
Application deployed to Azure app service, logged in as tenantsadmin, can only see the users and roles list corresponding to the URL you logged in from.