TTenantLookupSource Enumeration
Identifies where a TTenantLookup reads the value that is matched against the identifiers registered in the tenant catalog.
Syntax
Unit: XData.Comp.TenantConnectionPool
Members
| Name | Value | Description |
|---|---|---|
| UserClaim | 0 | A claim of the authenticated user, such as sub. Requires an authentication middleware (for example, JWT) before the XData module. |
| Header | 1 | An HTTP request header. |
| QueryParam | 2 | A query string parameter. |
| Host | 3 | The host name of the request URL, for tenants with custom domains. |