Language: English Español
Bounded Context: Identity (Ums.Domain.Identity)
Aggregate Roots: Tenant, TenantSignupRequest, UserAccount, UserManagementDelegation
| Aggregate / Entity | Type | Status |
|---|---|---|
| Tenant | Aggregate Root | Production |
| TenantSignupRequest | Aggregate Root | Implemented for tenant onboarding |
| Branch | Owned Entity (Tenant) | Production |
| Branding | Owned Entity (Tenant) | Production |
| IdentityProvider | Owned Entity (Tenant) | Production |
| UserAccount | Aggregate Root | Production |
| PasswordCredential | Owned Entity (UserAccount) | Active maintenance (FS-18) |
| MfaEnrollment | Owned Entity (UserAccount) | Production |
| UserManagementDelegation | Aggregate Root | Production |
| Document | Description |
|---|---|
| Authorization Graph | Structure and semantics of the AuthorizationGraph returned at login |
| Auth Method Resolution | How UMS dynamically resolves the authentication strategy (Local vs IDP) per tenant |