Commit 2a66e6d
committed
fix: add invalid_target to AuthorizationErrorCode per RFC 8707 §2
RFC 8707 defines invalid_target as the OAuth 2.0 error code for
resource-indicator mismatches. The Python SDK AuthorizationErrorCode
Literal was missing this value, causing pydantic ValidationError.
Closes #26411 parent 616476f commit 2a66e6d
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
| |||
0 commit comments