{
  "id": "bbg-p0002-identity-access-and-auth-identity",
  "title": "Identity, Access, And Auth: Authentication + Session Map",
  "chapter": "identity-access-and-auth",
  "batch": "01",
  "rank": 2,
  "sourcePage": 2,
  "sourcePointer": "p. 2",
  "status": "non-signal",
  "reviewerStatus": "reviewed",
  "fidelityScore": 0,
  "canvas": {
    "width": 960,
    "height": 640
  },
  "fireworksTechGraph": {
    "style": "style-1-flat-icon",
    "diagramType": "comparison",
    "topologyNotes": [
      "source page render inspected",
      "extracted page text inspected",
      "source render/text reviewed: page is table-of-contents text, not an identity/auth diagram signal"
    ],
    "publicBoundary": [
      "original vector output",
      "no source pixels",
      "no source mark or long wording"
    ]
  },
  "callouts": [],
  "sourceReview": {
    "conceptAnchors": [
      "concept: Authentication",
      "concept: Session",
      "concept: Cookie",
      "concept: JWT",
      "concept: OAuth"
    ],
    "labelSource": "source-summary",
    "semanticStatus": "reviewed"
  },
  "groups": [
    {
      "id": "matrix",
      "label": "Tradeoff matrix",
      "x": 54,
      "y": 112,
      "w": 852,
      "h": 362
    }
  ],
  "shapes": [
    {
      "id": "option1",
      "kind": "table",
      "label": "Authentication",
      "detail": "simple",
      "x": 92,
      "y": 154,
      "w": 162,
      "h": 144,
      "tone": "blue"
    },
    {
      "id": "option2",
      "kind": "table",
      "label": "Session",
      "detail": "stateful",
      "x": 294,
      "y": 154,
      "w": 162,
      "h": 144,
      "tone": "green"
    },
    {
      "id": "option3",
      "kind": "table",
      "label": "Cookie",
      "detail": "portable",
      "x": 496,
      "y": 154,
      "w": 162,
      "h": 144,
      "tone": "orange"
    },
    {
      "id": "option4",
      "kind": "table",
      "label": "JWT",
      "detail": "strict",
      "x": 698,
      "y": 154,
      "w": 162,
      "h": 144,
      "tone": "purple"
    },
    {
      "id": "chooser",
      "kind": "diamond",
      "label": "OAuth",
      "detail": "risk fit",
      "x": 412,
      "y": 372,
      "w": 136,
      "h": 82,
      "tone": "red"
    }
  ],
  "connectors": [
    {
      "from": "option1",
      "to": "chooser",
      "label": "fast",
      "flow": "main"
    },
    {
      "from": "option2",
      "to": "chooser",
      "label": "control",
      "flow": "data"
    },
    {
      "from": "option3",
      "to": "chooser",
      "label": "scale",
      "flow": "async"
    },
    {
      "from": "option4",
      "to": "chooser",
      "label": "guard",
      "flow": "control"
    }
  ]
}
