Diagram

C4 Context

C4 system context — Vord and the parties that consume identity

%% C4 system context — Vord and the parties that consume identity graph TB user["Principals<br/>(workforce + customer users)"] rp["Relying parties<br/>(OIDC / SAML applications)"] idp["External IdPs<br/>(social / enterprise)"] down["Downstream apps<br/>(SCIM targets)"] op["Operators"] subgraph vord["Vord — identity system"] v["Issuance · verification ·<br/>authorization · provisioning"] end wyrd["Wyrd<br/>(strongly-consistent core)"] user -->|authenticate| vord rp -->|"verify tokens / SSO"| vord vord -->|"federate as RP"| idp vord -->|"provision via SCIM"| down op -->|"manage via admin API"| vord vord -->|"issuance · uniqueness · revocation"| wyrd