The following scenario describes a case when a tenants are being created with a URL prefix only
Default tenant
- url: http://localhost
-
user: admin
Tenant1
- url: http://localhost/tenant1
-
user: administrator
When logged in as a admin user within a default tenant it is possible to access a tenant1 as a administrator without passing any credentials for tenant1.