Skip to content
bitzorcas
EN

Concept

Multi-Tenant Resolution Chain

Eight-step priority-ordered chain of responsibility for tenant resolution.

Last updated

Overview

The tenant resolution chain diagram maps the 8-step priority-ordered resolution process across swimlanes. Steps span request context, authentication, network, URL routing, and configuration. The resolver returns the first valid result — network and header steps cross-validate against the authenticated caller.

Key takeaways

  • SystemJob step has highest priority — CAP consumers bypass HTTP auth
  • Header and Path steps cross-validate with the authenticated caller to prevent spoofing
  • HostSubdomain uses a configurable mapping from HostTenantMap
  • SingleTenantDefault is the lowest-priority fallback for single-tenant deployments