We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5008ab3 commit d9ea19eCopy full SHA for d9ea19e
1 file changed
docs/auth.md
@@ -120,7 +120,8 @@ Status handling:
120
| `403` | Forbidden error. |
121
| `404` | Not found error. |
122
| `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`. |
+| Other statuses or upstream network errors | Fail closed with `503`. |
124
+| Malformed `200` principal response | Fail closed with `502`. |
125
126
## Runtime JWT Claims
127
0 commit comments