{
  "id": "bbg-p0036-identity-access-and-auth-identity",
  "title": "Identity Mechanisms Map",
  "chapter": "identity-access-and-auth",
  "batch": "02",
  "rank": 18,
  "sourcePage": 36,
  "sourcePointer": "p. 36",
  "status": "accepted",
  "reviewerStatus": "reviewed",
  "fidelityScore": 0.9,
  "canvas": {
    "width": 960,
    "height": 640
  },
  "fireworksTechGraph": {
    "style": "style-1-flat-icon",
    "diagramType": "comparison",
    "topologyNotes": [
      "source page render inspected",
      "extracted page text inspected",
      "source page render and extracted text inspected",
      "preserve relationships between session, cookie, JWT, token, SSO, and OAuth 2.0",
      "omit decorative source panels"
    ],
    "publicBoundary": [
      "original vector output",
      "no source pixels",
      "no source mark or long wording"
    ]
  },
  "callouts": [],
  "sourceReview": {
    "conceptAnchors": [
      "concept: session",
      "concept: cookie",
      "concept: JWT token",
      "concept: SSO",
      "concept: OAuth 2.0"
    ],
    "labelSource": "curated",
    "semanticStatus": "reviewed"
  },
  "groups": [
    {
      "id": "identity",
      "label": "Identity options",
      "x": 54,
      "y": 126,
      "w": 852,
      "h": 330
    }
  ],
  "shapes": [
    {
      "id": "user",
      "kind": "actor",
      "label": "User",
      "detail": "login",
      "x": 90,
      "y": 244,
      "w": 82,
      "h": 86,
      "tone": "blue"
    },
    {
      "id": "session",
      "kind": "cylinder",
      "label": "Session",
      "detail": "server state",
      "x": 240,
      "y": 174,
      "w": 122,
      "h": 72,
      "tone": "green"
    },
    {
      "id": "cookie",
      "kind": "rect",
      "label": "Cookie",
      "detail": "browser storage",
      "x": 240,
      "y": 336,
      "w": 122,
      "h": 58,
      "tone": "orange"
    },
    {
      "id": "jwt",
      "kind": "rect",
      "label": "JWT",
      "detail": "signed claims",
      "x": 442,
      "y": 174,
      "w": 122,
      "h": 58,
      "tone": "purple"
    },
    {
      "id": "sso",
      "kind": "gateway",
      "label": "SSO",
      "detail": "one identity",
      "x": 642,
      "y": 160,
      "w": 122,
      "h": 78,
      "tone": "teal"
    },
    {
      "id": "oauth",
      "kind": "rect",
      "label": "OAuth 2.0",
      "detail": "delegated access",
      "x": 642,
      "y": 336,
      "w": 122,
      "h": 58,
      "tone": "red"
    }
  ],
  "connectors": [
    {
      "from": "user",
      "to": "session",
      "label": "login",
      "flow": "main"
    },
    {
      "from": "session",
      "to": "cookie",
      "label": "id",
      "flow": "data"
    },
    {
      "from": "cookie",
      "to": "jwt",
      "label": "bearer",
      "flow": "data"
    },
    {
      "from": "jwt",
      "to": "sso",
      "label": "identity",
      "flow": "control"
    },
    {
      "from": "sso",
      "to": "oauth",
      "label": "delegate",
      "flow": "control"
    }
  ]
}
