Expand description
Tenant resolution for multi-tenant SCIM operations.
This module provides traits and implementations for resolving tenant contexts from authentication credentials. This is a critical component for multi-tenant security as it maps incoming requests to the appropriate tenant context.
Structs§
- Static
Tenant Resolver - Static in-memory tenant resolver for testing and simple deployments.
- Static
Tenant Resolver Builder - Builder for creating a StaticTenantResolver with predefined tenants.
Enums§
- Static
Resolver Error - Error type for static tenant resolver operations
Traits§
- Tenant
Resolver - Trait for resolving tenant contexts from authentication credentials.