Class JwtClaimTenantResolverOptions
- Namespace
- Compendium.Multitenancy
- Assembly
- Compendium.Multitenancy.dll
Configuration options for JWT claim-based tenant resolution.
public sealed class JwtClaimTenantResolverOptions
- Inheritance
-
JwtClaimTenantResolverOptions
- Inherited Members
Properties
ClaimNames
Gets or initializes the claim names to search for tenant identifier. The resolver will try each claim in order and use the first non-empty value found. Default is ["tenant_id", "tid", "org_id", "organization_id"].
public string[] ClaimNames { get; init; }
Property Value
- string[]