Skip to content

Commit d9ea19e

Browse files
docs(server): clarify upstream auth failure mapping
1 parent 5008ab3 commit d9ea19e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/auth.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ Status handling:
120120
| `403` | Forbidden error. |
121121
| `404` | Not found error. |
122122
| `429` | `503` with a rate-limit detail and `Retry-After` hint when present. |
123-
| Other statuses or malformed JSON | Fail closed with `503` or `502`. |
123+
| Other statuses or upstream network errors | Fail closed with `503`. |
124+
| Malformed `200` principal response | Fail closed with `502`. |
124125

125126
## Runtime JWT Claims
126127

0 commit comments

Comments
 (0)