mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-16 23:41:43 +00:00
The edit form's Authorize & Fetch Token button built its temporary OAuth session payload without issuer, authorization_url, token_url, or registration_url, unlike the create form's equivalent payload builder. The backend's temporary-session endpoint builds its ephemeral server purely from that payload, so any admin-configured OAuth endpoints on an existing server were silently dropped, endpoint discovery fell back to (and failed against) the plain server url, and Authorize & Fetch Token 400'd with "authorization url is not configured" even though the saved server had those fields filled in. Add the four missing fields to the edit form's temporary payload builder, mirroring the create form. |
||
|---|---|---|
| .. | ||
| litellm-dashboard | ||
| Dockerfile | ||
| nginx.conf | ||