Title: Issue · GitHub
Open Graph Title: Issue · modelcontextprotocol/python-sdk
X Title: Issue · modelcontextprotocol/python-sdk
Description: The official Python SDK for Model Context Protocol servers and clients - Issue · modelcontextprotocol/python-sdk
Open Graph Description: The official Python SDK for Model Context Protocol servers and clients - Issue · modelcontextprotocol/python-sdk
X Description: The official Python SDK for Model Context Protocol servers and clients - Issue · modelcontextprotocol/python-sdk
Opengraph URL: https://github.com/modelcontextprotocol/python-sdk
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Question: MCP Python SDK Redirect URI Validation - Implementation Granularity?","articleBody":"### Question\n\n## Question\n\nDoes the current `validate_redirect_uri()` implementation in `OAuthClientMetadata` fully comply with OAuth 2.1 Section 7.12.2 requirement that \"Authorization servers **MUST** take precautions to prevent redirecting user agents to untrusted URI's\"?\n\n## Current Implementation Analysis\n\n**File**: `src/mcp/shared/auth.py`\n\n```python\n# Lines 82-91: validate_redirect_uri()\ndef validate_redirect_uri(self, redirect_uri: AnyUrl | None) -\u003e AnyUrl:\n if redirect_uri is not None:\n # Validate redirect_uri against client's registered redirect URIs\n if redirect_uri not in self.redirect_uris:\n raise InvalidRedirectUriError(f\"Redirect URI '{redirect_uri}' not registered for client\")\n return redirect_uri\n elif len(self.redirect_uris) == 1:\n return self.redirect_uris[0]\n else:\n raise InvalidRedirectUriError(\"redirect_uri must be specified when client has multiple registered URIs\")\n```\n\n## Current Security Measures\n- ✅ Validates redirect URI against client's registered URIs\n- ✅ Uses Pydantic's AnyUrl for basic URL format validation\n- ✅ Handles single vs. multiple registered URIs correctly\n\n## Key Security Concern\n**What if the registered URIs themselves are untrusted?**\n\nThe current implementation only checks if a redirect URI is in the client's registered list, but **does not validate whether those registered URIs are themselves trustworthy**. For example:\n\n- A client could register `http://evil.com/callback` as a valid redirect URI\n- The current validation would **allow** this redirect\n- This could lead to open redirect attacks or phishing\n\n## Potential Security Gaps\n- ❌ No validation of URI protocol (HTTP vs HTTPS)\n- ❌ No domain whitelist validation\n- ❌ No STRONG restrictions protection against open redirect attacks?\n- ❌ No validation of URI path components\n- ❌ No check for internal/local network redirects\n- ❌ **No validation that registered URIs themselves are trustworthy**\n\n## Question\nIs the current implementation sufficient for OAuth 2.1 Section 7.12.2 compliance, or should additional security measures be added to prevent redirection to untrusted URIs beyond just checking against registered URIs?\n\n**P.S.** I am not very confident that it is a real issue, which seems just a \"implementation choice\". I will be very appreciative if you maintainers, have any time to review it and tell me your opinion.\n\n### Additional Context\n\n_No response_","author":{"url":"https://github.com/younaman","@type":"Person","name":"younaman"},"datePublished":"2025-10-07T22:18:12.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/1446/python-sdk/issues/1446"}
| route-pattern | /:user_id/:repository/issues/:id(.:format) |
| route-controller | issues |
| route-action | show |
| fetch-nonce | v2:11367f97-adb5-1f0f-b7aa-9e93e2e8e5e8 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | 935C:324FD4:FCEB2B:169754B:6A5A0749 |
| html-safe-nonce | 337d547f57b970fdc7a634ace4948a7aeba9a0154294e61ef0621fc4eabb923a |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5MzVDOjMyNEZENDpGQ0VCMkI6MTY5NzU0Qjo2QTVBMDc0OSIsInZpc2l0b3JfaWQiOiI0MzY5NjMyNjE5ODcwNjg1MDAxIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0= |
| visitor-hmac | 16aa61908fd73239c3fce5d6895b41ce066098137e57ccb095b1df012311f3df |
| hovercard-subject-tag | repository:862584018 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/modelcontextprotocol/python-sdk/issues/1446 |
| twitter:image | https://opengraph.githubassets.com/44e74832095b4ecb9f3c5ef60baec63d8623cd816dbde9fa716ca4874a428fad/modelcontextprotocol/python-sdk |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/44e74832095b4ecb9f3c5ef60baec63d8623cd816dbde9fa716ca4874a428fad/modelcontextprotocol/python-sdk |
| og:image:alt | The official Python SDK for Model Context Protocol servers and clients - Issue · modelcontextprotocol/python-sdk |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | 8c2fe7351e4e987cb8f75e2425a0b895d807779bc4c2d3c312be0a54082219f7 |
| turbo-cache-control | no-cache |
| go-import | github.com/modelcontextprotocol/python-sdk git https://github.com/modelcontextprotocol/python-sdk.git |
| octolytics-dimension-user_id | 182288589 |
| octolytics-dimension-user_login | modelcontextprotocol |
| octolytics-dimension-repository_id | 862584018 |
| octolytics-dimension-repository_nwo | modelcontextprotocol/python-sdk |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 862584018 |
| octolytics-dimension-repository_network_root_nwo | modelcontextprotocol/python-sdk |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 491710c7a8eecca9d0a06bd157646f2685d8c87b |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width