v.25.8Improvement
Match external auth forward_headers in case-insensitive way
Match external auth forward_headers in case-insensitive way. #84737 (ingodwerust).
Why it matters
This feature addresses the problem of header case sensitivity when forwarding headers for external authentication. Since HTTP headers are case-insensitive by standard, matchingforward_headers without considering case ensures reliable and consistent authentication behavior, avoiding potential mismatches and errors caused by header case variations.How to use it
No explicit user action is required. The handling offorward_headers during external authentication is now automatically case-insensitive, improving compatibility with external systems that may use different header casing conventions.