github / github/copilot-cli

AgentHost MCP client fails OAuth metadata discovery for authorization-server issuer URLs with a path component

Đang mở
#4,662 0 bình luận 0 reaction 0 người được giao Xem trên GitHub

Chưa có ai nhận issue này.

area:authentication area:mcp area:networking
Ngôn ngữ chính
Shell
Star
11.2k
Fork
1.9k
Merge trung bình
14 giờ 16 phút
Pull request đã merge (30 ngày)
6

Mô tả

Describe the bug

The Copilot CLI "AgentHost" chat surface in VS Code cannot authenticate to OAuth-protected MCP servers whose authorization-server issuer URL includes a path segment (e.g. mcp.example.com/oauth rather than just mcp.example.com). Discovery fails before any consent/sign-in prompt can be shown, so clicking "sign in" for the server has no visible effect. The standard VS Code GitHub Copilot Chat MCP client, connecting to the identical server config, succeeds without issue.

Affected version

1.0.81-0

Steps to reproduce the behavior
  1. Configure a remote HTTP MCP server whose OAuth-protected-resource metadata points to an authorization server issuer URL with a non-root path, e.g. issuer mcp.example.com/oauth (rather than a bare domain).
  2. Add the identical server config to both a standard Copilot Chat MCP config (VS Code's mcp.json) and an AgentHost/Copilot CLI MCP config (~/.copilot/mcp-config.json).
  3. In the standard Copilot Chat window, the server connects and authenticates successfully.
  4. In the AgentHost/Copilot CLI session, the server never connects; attempting to sign in via the UI produces no browser/consent prompt at all.
Expected behavior

Clicking sign-in launches an OAuth consent flow, or the connection succeeds using previously-granted credentials.

Additional context

Actual

AgentHost repeatedly logs, including at the exact moment of clicking sign-in:

[AgentHost] Failed to create MCP auth provider for mcp.example.com/oauth
Failed to fetch authorization server metadata from all attempted URLs

The Copilot CLI backend logs show the underlying Rust rmcp transport failing with a 401 invalid_token/Authentication required OAuth challenge, while the working Copilot Chat client's logs show the correct RFC 8414 path-aware discovery sequence succeeding (.well-known/oauth-authorization-server inserted before the issuer's path).

Suspected root cause

The AgentHost/Copilot CLI MCP client's authorization-server metadata discovery doesn't correctly insert /.well-known/oauth-authorization-server/ before the issuer's path segment (RFC 8414 §3.1) when the issuer URL has a path component. It likely only tries a root-relative or path-appended well-known URL, so all discovery attempts fail and no auth/consent flow is ever created.

Also affected

The same 401/discovery-failure pattern was observed for other OAuth-protected MCP servers with path-based issuer URLs in the same session, suggesting this is general rather than vendor-specific.

Environment

  • macOS
  • Affected surface: Copilot CLI / "AgentHost" chat sessions inside VS Code (session type copilotcli)
  • Working comparison surface: standard GitHub Copilot Chat panel, same VS Code install, same MCP server config

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Hướng nghiên cứu

Bắt đầu với nhà cung cấp xác thực AgentHost/Copilot CLI MCP và các nhật ký truyền tải Rust rmcp, sau đó theo dõi quá trình phát hiện siêu dữ liệu của máy chủ ủy quyền cho các issuer URLs có thành phần đường dẫn. So sánh các URL đã thử với chuỗi có nhận biết đường dẫn trong RFC 8414; được xem là hoàn tất khi quá trình phát hiện thành công, thao tác đăng nhập mở OAuth flow và các thông tin xác thực đã được cấp trước đó hoạt động.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Đánh giá

Công nghệ
rust
Lĩnh vực
api, authentication
Loại issue
Lỗi
Độ khó
4/5
Thời gian dự kiến
3-5 ngày
Mức độ hoạt động
Sôi nổi
Độ rõ ràng
Khá rõ ràng
Mức phù hợp với người mới
55/100

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.