Last 12 weeks · 2 commits
5 of 6 standards met
Background: There's a common misconception among stakeholders that MCP provides protocol-level support for downstream authorization (AuthZ) propagation. In reality, authentication terminates at the MCP server boundary, and any downstream authorization or identity propagation is the responsibility of individual server implementations. Proposal: Develop a whitepaper documenting best practices and proven architectural patterns for implementing secure downstream authorization and identity propagation in MCP servers. Scope: The whitepaper should cover: Best practices for preventing privilege escalation Token exchange patterns (e.g., OAuth 2.0 Token Exchange RFC 8693) On-behalf-of (OBO) flows Identity propagation strategies Trust boundary considerations Security implications and common pitfalls Goal: Provide server authors with clear guidance on implementing robust, enterprise-grade authorization mechanisms that maintain security guarantees across service boundaries.
Repository: modelcontextprotocol/financial-services-interest-group. Description: Financial Services Interest Group Stars: 47, Forks: 5. License: Apache-2.0. Open PRs: 0, open issues: 2. Last activity: 1mo ago. Community health: 87%. Top contributors: sambhav.
As part of MCP joining the Linux Foundation, this PR updates licensing to Apache 2.0 for new contributions while grandfathering existing MIT code. See modelcontextprotocol/modelcontextprotocol#1994