litellm/ui
Yassin Kortam 38a68152ac fix(ui): clear the shared ID-JAG leg-1 columns on an auth type switch
ID-JAG and OAuth token exchange both persist leg 1 in token_exchange_endpoint,
audience and subject_token_type, but the edit form treated all three as owned
by token exchange alone. Converting an ID-JAG server to another auth type left
a stale endpoint and audience behind, and switching token exchange to ID-JAG
wiped the values the new mode was about to reuse, which the save path then
rejected as a half-configured server.

The three shared columns now clear when a server leaves the pair rather than
when it leaves one member of it, and the token-exchange-only clearing narrows
to token_exchange_profile, the one field that mode alone owns
2026-07-31 11:28:03 -07:00
..
litellm-dashboard fix(ui): clear the shared ID-JAG leg-1 columns on an auth type switch 2026-07-31 11:28:03 -07:00
Dockerfile feat: add componentized proxy deployment with gateway, backend, ui, and migrations (#27557) 2026-05-16 09:25:17 -07:00
nginx.conf fix(ui): serve /ui/assets from the nginx image instead of SPA fallback (#34066) 2026-07-21 09:22:02 -07:00