Files
open-webui-ai4me/backend/open_webui
Ethan T.andgambletan a97f5adf95 fix: URL-encode OAuth error message in redirect URL (#22415)
- URL-encodes the OAuth error message when constructing the redirect URL in the OIDC callback handler
- Without encoding, error messages containing spaces, ampersands, or other special characters produce malformed URLs that the frontend cannot parse correctly
- The custom OAuth client callback handler already correctly uses urllib.parse.quote_plus() for the same purpose; this fix brings the OIDC handler in line with that pattern

Co-authored-by: gambletan <tan@gambletan.com>
2026-03-08 16:47:47 -05:00
..
2026-03-07 20:14:32 -06:00
2026-03-07 20:22:01 -06:00
2026-03-08 16:41:21 -05:00
2025-08-10 00:02:58 +04:00
2026-02-11 16:24:11 -06:00
2026-02-21 14:19:28 -06:00
2026-03-07 18:18:02 -06:00
2025-04-15 09:55:35 +02:00
2026-03-07 20:05:18 -06:00
2026-03-06 20:12:37 -06:00
2026-02-11 16:24:11 -06:00
2026-02-12 15:29:34 -06:00