Files
open-webui-ai4me/backend
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
..
2024-09-06 04:59:20 +02:00
2025-09-12 14:09:32 +08:00
2026-03-07 17:12:22 -06:00
2025-06-27 15:46:38 +04:00
2025-10-07 16:20:27 -05:00