> 译文仅供阅读便利。具有规范效力的是英文原文。
# 身份绑定
```mermaid
flowchart TD
CAN["Canonical Identity
(Semantic Point of Truth)"]
CAN -. binds .-> LA["Local Identity A
(Acme HR)"]
CAN -. binds .-> LB["Local Identity B
(Gov Tax)"]
CAN -. binds .-> LC["Local Identity C
(Partner CRM)"]
classDef canon fill:#e6f0ea,stroke:#2b6a4a,stroke-width:2px;
classDef local fill:#eef3fb,stroke:#33415c,stroke-width:1px;
class CAN canon;
class LA,LB,LC local;
```
*图注:一个正典身份,绑到各主权系统中的多个本地身份上;每一次绑定都保全两侧的语义权威。*