You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Cookie header forwarding for MCP server authentication (#1394)
* fix: cookie header forwarding for MCP server authentication
- Add cookie header validation to auth middleware (x-forwarded-cookie and cookie)
- Forward user session headers through A2A task metadata
- Transform browser cookie header to x-forwarded-cookie for downstream forwarding
- Include forwarded headers in MCP client cache key to prevent stale connections
- Add header redaction for cookie and x-forwarded-cookie in loggers
- Add security comment about not using debugLogger with sensitive headers
* fix: add missing header method to mock context in A2A handler tests
0 commit comments