Commit 4e25534
fix: conditionally include client_id for client_secret_post
When client_id is None, omit it from the request body instead of
raising an error. This supports edge cases where client_secret_post
authentication is used without a registered client_id.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 9d28fcb commit 4e25534
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
210 | | - | |
211 | | - | |
212 | | - | |
| 210 | + | |
| 211 | + | |
213 | 212 | | |
214 | 213 | | |
215 | 214 | | |
| |||
0 commit comments