fastmcp/tests/integration_tests/auth/test_github_provider_integration.py
Jeremiah Lowin 3a9717e6be
Publish docs for v3.2.0 (#3713)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Jeremiah Lowin <jlowin@users.noreply.github.com>
Co-authored-by: Marvin Context Protocol <41898282+Marvin Context Protocol@users.noreply.github.com>
Co-authored-by: voidborne-d <voidborne-d@users.noreply.github.com>
Co-authored-by: marvin-context-protocol[bot] <225465937+marvin-context-protocol[bot]@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: d 🔹 <258577966+voidborne-d@users.noreply.github.com>
Co-authored-by: Jeremiah Lowin <153965+jlowin@users.noreply.github.com>
Co-authored-by: nightcityblade <nightcityblade@gmail.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: Bill Easton <strawgate@users.noreply.github.com>
Co-authored-by: Sumanshu Nankana <sumanshunankana@gmail.com>
Co-authored-by: Eric Robinson <ericrobinson@indeed.com>
Co-authored-by: Martim Santos <martimfasantos@gmail.com>
Co-authored-by: d 🔹 <liusway405@gmail.com>
Co-authored-by: Matthieu B <66959271+mtthidoteu@users.noreply.github.com>
Co-authored-by: Sascha Buehrle <47737812+saschabuehrle@users.noreply.github.com>
Co-authored-by: Hakancan <142545736+hkc5@users.noreply.github.com>
Co-authored-by: nightcityblade <jackchen@haloailabs.com>
Co-authored-by: Matt Hallowell <17804673+mhallo@users.noreply.github.com>
Co-authored-by: nate nowack <thrast36@gmail.com>
Co-authored-by: Bill Easton <williamseaston@gmail.com>
Co-authored-by: Marcus Shu <46469249+shulkx@users.noreply.github.com>
Co-authored-by: Rushabh Doshi <radoshi@gmail.com>
Co-authored-by: AIKAWA Shigechika <shige@aikawa.jp>
Co-authored-by: Jeremy Simon <simonjer805@gmail.com>
Co-authored-by: Miguel Miranda Dias <7780875+pandego@users.noreply.github.com>
Co-authored-by: Anthony James Padavano <padavano.anthony@gmail.com>
Co-authored-by: Mostafa Kamal <hiremostafa@gmail.com>
Fix auto-close MRE script posting comment without closing (#3386)
Fix WorkOS token scope verification bypass 🤖 Generated with Codex (#3407)
Fix initialize McpError fallthrough 🤖 Generated with Codex (#3413)
Fix transform arg collisions with passthrough params (#3431)
Fix get_* returning None when latest version is disabled (#3439)
Fix get_* returning None when latest version is disabled (#3421)
Fix server lifespan overlap teardown (#3415)
Fix $ref output schema object detection regression (#3420)
resolved annotations (#3429)
Fix async partial callables rejected by iscoroutinefunction (#3438)
Fix async partial callables rejected by iscoroutinefunction (#3423)
fix: add version to components (#3458)
fix: use intent-based flag for OIDC scope patch in load_access_token (#3465)
Fixes #3461
fix: normalize Google scope shorthands and surface valid_scopes (#3477)
fix: resolve ty 0.0.23 type-checking errors and bump pin (#3481)
fix: shield lifespan teardown from cancellation (#3480)
fix: forward custom_route endpoints from mounted servers (#3462)
fix updates _get_additional_http_routes() to traverse providers,
Fixes #3457
fix: remove hardcoded version from CLI help text (#3456)
fix: monty 0.0.8 compatibility, drop external_functions from constructor (#3468)
fix: task test teardown hanging 5s per test (#3499)
Closes #3498
fix: validate workspace path is a directory before cursor install (#3440)
Fixes #3426
fix: handle re.error from malformed URI templates in build_regex (#3501)
fix: reject empty/OIDC-only required_scopes in AzureProvider (#3503)
fix: restrict $ref resolution to local refs only (SSRF/LFI) (#3502)
fix warnings and timeouts (#3504)
close upgrade check issue when build passes (#3505)
Closes #3484
fix: URL-encode path params to prevent SSRF/path traversal (GHSA-vv7q-7jx5-f767) (#3507)
fix: prevent path traversal in skill download (#3493)
fix: prefer IdP-granted scopes over client-requested scopes in OAuthProxy (#3492)
fix: remove unrelated transform and http.py changes from PR scope
fix: remove forced follow_redirects from httpx_client_factory calls (#3496)
fix: stop passing follow_redirects to httpx_client_factory
fix: restore follow_redirects=True for custom httpx client factories
Closes #3509
fix: CSRF double-submit cookie check in consent flow (#3519)
fix: validate server names in install commands (#3522)
fix: use raw strings for regex in pytest.raises match (#3523)
fix: reject refresh tokens used as Bearer access tokens (#3524)
fix: route ResourcesAsTools/PromptsAsTools through server middleware (#3495)
fix: resolve Pyright "Module is not callable" on @tool, @resource, @prompt decorators (#3540)
fix: filter warnings by message in KEY_PREFIX test (#3549)
fix: suppress output schema for ToolResult subclass annotations (#3548)
fix: increase sleep duration in proxy cache tests (#3567)
fix: store absolute token expiry to prevent stale expires_in on reload (#3572)
fix: preserve tool properties named 'title' during schema compression (#3582)
Fix loopback redirect URI port matching per RFC 8252 §7.3 (#3589)
Fix app tool routing: visibility check and middleware propagation (#3591)
Fix query parameter serialization to respect OpenAPI explode/style settings (#3595)
Fix dev apps form: union types, textarea support, JSON parsing (#3597)
fix(google): replace deprecated /oauth2/v1/tokeninfo with /oauth2/v3/userinfo (#3603)
fix: resolve EntraOBOToken dependency injection through MultiAuth (#3609)
fix(docs): correct misleading stateless_http header (#3622)
fix: filesystem provider import machinery (#3626)
Closes #3625 (issues 2, 3, 6)
fix: recover StdioTransport after subprocess exits (#3630)
fix(server): preserve mounted tool task metadata (#3632)
fix: scope deprecation warning filter to FastMCPDeprecationWarning (#3649)
fix imports, add PrefabAppConfig (#3650)
fix: resolve CurrentFastMCP/ctx.fastmcp to child server in mounted background tasks (#3651)
Fix blocking docs issues: chart imports, Select API, Rx consistency (#3652)
closed by default (#3657)
Fix prompt caching middleware missing wrap/unwrap round-trip (#3666)
fix: serialize object query params per OpenAPI style/explode rules (#3662)
Fixes #2857
fix: HTTP request headers not accessible in background task workers (#3631)
fix: restore HTTP headers in worker execution path for background tasks (#3681)
fix: strip discriminator after dereferencing schemas (#3682)
fix: remove stale ty:ignore directives for ty 0.0.26 (#3684)
Fix docs gaps in app provider pages (#3690)
fix: dev apps log panel UX improvements (#3698)
fix dev server empty string args (#3700)
2026-03-30 16:48:30 -04:00

394 lines
15 KiB
Python

"""Integration tests for GitHub OAuth Provider.
Tests the complete GitHub OAuth flow using HeadlessOAuth to bypass browser interaction.
This test requires a GitHub OAuth app to be created at https://github.com/settings/developers
with the following configuration:
- Redirect URL: http://127.0.0.1:9100/auth/callback
- Client ID and Client Secret should be set as environment variables:
- FASTMCP_TEST_AUTH_GITHUB_CLIENT_ID
- FASTMCP_TEST_AUTH_GITHUB_CLIENT_SECRET
"""
import os
import re
import secrets
import time
from collections.abc import AsyncGenerator
from urllib.parse import parse_qs, urlencode, urlparse
import httpx
import pytest
from fastmcp import FastMCP
from fastmcp.client import Client
from fastmcp.server.auth.auth import AccessToken
from fastmcp.server.auth.oauth_proxy.models import ClientCode
from fastmcp.server.auth.providers.github import GitHubProvider
from fastmcp.utilities.tests import HeadlessOAuth, run_server_async
FASTMCP_TEST_AUTH_GITHUB_CLIENT_ID = os.getenv("FASTMCP_TEST_AUTH_GITHUB_CLIENT_ID")
FASTMCP_TEST_AUTH_GITHUB_CLIENT_SECRET = os.getenv(
"FASTMCP_TEST_AUTH_GITHUB_CLIENT_SECRET"
)
# Skip tests if no GitHub OAuth credentials are available
pytestmark = pytest.mark.xfail(
not FASTMCP_TEST_AUTH_GITHUB_CLIENT_ID
or not FASTMCP_TEST_AUTH_GITHUB_CLIENT_SECRET,
reason="FASTMCP_TEST_AUTH_GITHUB_CLIENT_ID and FASTMCP_TEST_AUTH_GITHUB_CLIENT_SECRET environment variables are not set or empty",
)
def create_github_server(base_url: str) -> FastMCP:
"""Create FastMCP server with GitHub OAuth protection."""
assert FASTMCP_TEST_AUTH_GITHUB_CLIENT_ID is not None
assert FASTMCP_TEST_AUTH_GITHUB_CLIENT_SECRET is not None
# Create GitHub OAuth provider
auth = GitHubProvider(
client_id=FASTMCP_TEST_AUTH_GITHUB_CLIENT_ID,
client_secret=FASTMCP_TEST_AUTH_GITHUB_CLIENT_SECRET,
base_url=base_url,
jwt_signing_key="test-secret",
)
# Create FastMCP server with GitHub authentication
server = FastMCP("GitHub OAuth Integration Test Server", auth=auth)
@server.tool
def get_protected_data() -> str:
"""Returns protected data - requires GitHub OAuth."""
return "🔐 This data requires GitHub OAuth authentication!"
@server.tool
def get_user_info() -> str:
"""Returns user info from OAuth context."""
return "📝 GitHub OAuth user authenticated successfully"
return server
def create_github_server_with_mock_callback(base_url: str) -> FastMCP:
"""Create FastMCP server with GitHub OAuth that mocks the callback for testing."""
assert FASTMCP_TEST_AUTH_GITHUB_CLIENT_ID is not None
assert FASTMCP_TEST_AUTH_GITHUB_CLIENT_SECRET is not None
# Create GitHub OAuth provider
auth = GitHubProvider(
client_id=FASTMCP_TEST_AUTH_GITHUB_CLIENT_ID,
client_secret=FASTMCP_TEST_AUTH_GITHUB_CLIENT_SECRET,
base_url=base_url,
jwt_signing_key="test-secret",
)
# Mock the authorize method to return a fake code instead of redirecting to GitHub
async def mock_authorize(client, params):
# Instead of redirecting to GitHub, simulate an immediate callback
# Generate a fake authorization code
fake_code = secrets.token_urlsafe(32)
# Create mock token response (simulating what GitHub would return)
mock_tokens = {
"access_token": f"gho_mock_token_{secrets.token_hex(16)}",
"token_type": "bearer",
"expires_in": 3600,
}
# Store the mock tokens in the proxy's code storage
await auth._code_store.put(
key=fake_code,
value=ClientCode(
code=fake_code,
client_id=client.client_id,
redirect_uri=str(params.redirect_uri),
code_challenge=params.code_challenge,
code_challenge_method=getattr(params, "code_challenge_method", "S256"),
scopes=params.scopes or [],
idp_tokens=mock_tokens,
expires_at=int(time.time() + 300), # 5 minutes
created_at=time.time(),
),
)
# Return the redirect to the client's callback with the fake code
callback_params = {
"code": fake_code,
"state": params.state,
}
separator = "&" if "?" in str(params.redirect_uri) else "?"
return f"{params.redirect_uri}{separator}{urlencode(callback_params)}"
auth.authorize = mock_authorize # type: ignore[assignment] # ty:ignore[invalid-assignment]
# Mock the token verifier to accept our fake tokens
original_verify_token = auth._token_validator.verify_token
async def mock_verify_token(token: str):
if token.startswith("gho_mock_token_"):
# Return a mock AccessToken for our fake tokens
return AccessToken(
token=token,
client_id=FASTMCP_TEST_AUTH_GITHUB_CLIENT_ID or "test-client",
scopes=["user"],
expires_at=int(time.time() + 3600),
)
# Fall back to original verification for other tokens
return await original_verify_token(token)
auth._token_validator.verify_token = mock_verify_token # type: ignore[assignment] # ty:ignore[invalid-assignment]
# Create FastMCP server with mocked GitHub authentication
server = FastMCP("GitHub OAuth Integration Test Server (Mock)", auth=auth)
@server.tool
def get_protected_data() -> str:
"""Returns protected data - requires GitHub OAuth."""
return "🔐 This data requires GitHub OAuth authentication!"
@server.tool
def get_user_info() -> str:
"""Returns user info from OAuth context."""
return "📝 GitHub OAuth user authenticated successfully"
return server
@pytest.fixture
async def github_server() -> AsyncGenerator[str, None]:
"""Start GitHub OAuth server on a random available port."""
from fastmcp.utilities.http import find_available_port
port = find_available_port()
base_url = f"http://127.0.0.1:{port}"
server = create_github_server(base_url)
async with run_server_async(server, port=port, transport="http") as url:
yield url
@pytest.fixture
async def github_server_with_mock() -> AsyncGenerator[str, None]:
"""Start GitHub OAuth server with mocked callback on a random available port."""
from fastmcp.utilities.http import find_available_port
port = find_available_port()
base_url = f"http://127.0.0.1:{port}"
server = create_github_server_with_mock_callback(base_url)
async with run_server_async(server, port=port, transport="http") as url:
yield url
@pytest.fixture
def github_client(github_server: str) -> Client:
"""Create FastMCP client with HeadlessOAuth for GitHub server."""
return Client(
github_server,
auth=HeadlessOAuth(mcp_url=github_server),
)
@pytest.fixture
def github_client_with_mock(github_server_with_mock: str) -> Client:
"""Create FastMCP client with HeadlessOAuth for mocked GitHub server."""
return Client(
github_server_with_mock,
auth=HeadlessOAuth(mcp_url=github_server_with_mock),
)
async def test_github_oauth_credentials_available():
"""Test that GitHub OAuth credentials are available for testing."""
assert FASTMCP_TEST_AUTH_GITHUB_CLIENT_ID is not None
assert FASTMCP_TEST_AUTH_GITHUB_CLIENT_SECRET is not None
assert len(FASTMCP_TEST_AUTH_GITHUB_CLIENT_ID) > 0
assert len(FASTMCP_TEST_AUTH_GITHUB_CLIENT_SECRET) > 0
async def test_github_oauth_authorization_redirect(github_server: str):
"""Test that GitHub OAuth authorization redirects to GitHub correctly through consent flow.
Since HeadlessOAuth can't handle real GitHub redirects, we test that:
1. DCR client registration works
2. Authorization endpoint redirects to consent page
3. Consent approval redirects to GitHub with correct parameters
"""
# Extract base URL
parsed = urlparse(github_server)
base_url = f"{parsed.scheme}://{parsed.netloc}"
async with httpx.AsyncClient() as http_client:
# Step 1: Register OAuth client (DCR)
register_response = await http_client.post(
f"{base_url}/register",
json={
"client_name": "Integration Test Client",
"redirect_uris": ["http://localhost:12345/callback"],
"grant_types": ["authorization_code", "refresh_token"],
"response_types": ["code"],
"token_endpoint_auth_method": "client_secret_post",
},
)
if register_response.status_code != 201:
print(f"Registration failed: {register_response.status_code}")
print(f"Response: {register_response.text}")
assert register_response.status_code == 201
client_info = register_response.json()
client_id = client_info["client_id"]
assert client_id is not None
# Step 2: Test authorization endpoint redirects to consent page
auth_url = f"{base_url}/authorize"
auth_params = {
"response_type": "code",
"client_id": client_id,
"redirect_uri": "http://localhost:12345/callback",
"state": "test-state-123",
"code_challenge": "test-challenge",
"code_challenge_method": "S256",
}
auth_response = await http_client.get(
auth_url, params=auth_params, follow_redirects=False
)
# Should redirect to consent page (confused deputy protection)
assert auth_response.status_code == 302
consent_location = auth_response.headers["location"]
assert "/consent" in consent_location
# Step 3: Visit consent page to get CSRF token
consent_response = await http_client.get(
consent_location, follow_redirects=False
)
assert consent_response.status_code == 200
# Extract CSRF token from consent page HTML
csrf_match = re.search(
r'name="csrf_token"\s+value="([^"]+)"', consent_response.text
)
assert csrf_match, "CSRF token not found in consent page"
csrf_token = csrf_match.group(1)
# Extract txn_id from consent URL
txn_id_match = re.search(r"txn_id=([^&]+)", consent_location)
assert txn_id_match, "txn_id not found in consent URL"
txn_id = txn_id_match.group(1)
# Step 4: Approve consent
approve_response = await http_client.post(
f"{base_url}/consent",
data={
"action": "approve",
"txn_id": txn_id,
"csrf_token": csrf_token,
},
cookies=consent_response.cookies,
follow_redirects=False,
)
# Should redirect to GitHub
assert approve_response.status_code in (302, 303)
redirect_location = approve_response.headers["location"]
# Parse redirect URL - should be GitHub
redirect_parsed = urlparse(redirect_location)
assert redirect_parsed.hostname == "github.com"
assert redirect_parsed.path == "/login/oauth/authorize"
# Check that GitHub gets the right parameters
github_params = parse_qs(redirect_parsed.query)
assert "client_id" in github_params
assert github_params["client_id"][0] == FASTMCP_TEST_AUTH_GITHUB_CLIENT_ID
assert "redirect_uri" in github_params
# The redirect_uri should be our proxy's callback, not the client's
proxy_callback = github_params["redirect_uri"][0]
assert proxy_callback.startswith(base_url)
assert proxy_callback.endswith("/auth/callback")
async def test_github_oauth_server_metadata(github_server: str):
"""Test OAuth server metadata discovery."""
from urllib.parse import urlparse
import httpx
# Extract base URL from server URL
parsed = urlparse(github_server)
base_url = f"{parsed.scheme}://{parsed.netloc}"
async with httpx.AsyncClient() as http_client:
# Test OAuth authorization server metadata
metadata_response = await http_client.get(
f"{base_url}/.well-known/oauth-authorization-server"
)
assert metadata_response.status_code == 200
metadata = metadata_response.json()
assert "authorization_endpoint" in metadata
assert "token_endpoint" in metadata
assert "registration_endpoint" in metadata
assert "issuer" in metadata
# Verify endpoints are properly formed
assert metadata["authorization_endpoint"].startswith(base_url)
assert metadata["token_endpoint"].startswith(base_url)
assert metadata["registration_endpoint"].startswith(base_url)
async def test_github_oauth_unauthorized_access(github_server: str):
"""Test that unauthenticated requests are rejected."""
import httpx
from fastmcp.client.transports import StreamableHttpTransport
# Create client without OAuth authentication
unauthorized_client = Client(transport=StreamableHttpTransport(github_server))
# Attempt to connect without authentication should fail
with pytest.raises(httpx.HTTPStatusError, match="401 Unauthorized"):
async with unauthorized_client:
pass
async def test_github_oauth_with_mock(github_client_with_mock: Client):
"""Test complete GitHub OAuth flow with mocked callback."""
async with github_client_with_mock:
# Test that we can ping the server (requires successful OAuth)
assert await github_client_with_mock.ping()
# Test that we can call protected tools
result = await github_client_with_mock.call_tool("get_protected_data", {})
assert "🔐 This data requires GitHub OAuth authentication!" in str(result.data)
# Test that we can call user info tool
result = await github_client_with_mock.call_tool("get_user_info", {})
assert "📝 GitHub OAuth user authenticated successfully" in str(result.data)
async def test_github_oauth_mock_only_accepts_mock_tokens(github_server_with_mock: str):
"""Test that the mock token verifier only accepts mock tokens, not real ones."""
from urllib.parse import urlparse
import httpx
# Extract base URL
parsed = urlparse(github_server_with_mock)
base_url = f"{parsed.scheme}://{parsed.netloc}"
async with httpx.AsyncClient() as http_client:
# Test that a fake "real" GitHub token is rejected
fake_real_token = "gho_real_token_should_be_rejected"
auth_response = await http_client.post(
f"{base_url}/mcp",
headers={
"Authorization": f"Bearer {fake_real_token}",
"Content-Type": "application/json",
},
json={"jsonrpc": "2.0", "id": 1, "method": "ping"},
)
# Should be unauthorized because it's not a mock token
assert auth_response.status_code == 401