Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
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
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
modelcontextprotocol
/
python-sdk
Public
Notifications
You must be signed in to change notification settings
Fork
3.8k
Star
23.9k
Code
Issues
240
Pull requests
275
Actions
Projects
Security and quality
6
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Implement RFC 7523 JWT flows
- #1247
#1247
Merged
pcarleton
merged 45 commits into
modelcontextprotocol:main
modelcontextprotocol/python-sdk:main
from
LucaButBoring:feat/rfc7523
LucaButBoring/mcp-python-sdk:feat/rfc7523
Copy head branch name to clipboard
Oct 29, 2025
Conversation
Commits
45
(45)
Checks
Files changed
Merged
Implement RFC 7523 JWT flows
#1247
pcarleton
merged 45 commits into
modelcontextprotocol:main
modelcontextprotocol/python-sdk:main
from
LucaButBoring:feat/rfc7523
LucaButBoring/mcp-python-sdk:feat/rfc7523
Copy head branch name to clipboard
Commits
Commits on Jun 23, 2025
Implement client credentials auth flow
LucaButBoring
committed
873bbe0
View commit details
Copy full SHA for 873bbe0
Browse repository at this point
Add example client and server for client_credentials flow
LucaButBoring
committed
7c65d76
View commit details
Copy full SHA for 7c65d76
Browse repository at this point
Commits on Jun 24, 2025
Set issuer to AS URI for RFC8414 compliance in auth example
LucaButBoring
committed
d927bc0
View commit details
Copy full SHA for d927bc0
Browse repository at this point
Merge RS/AS in client_credentials example
LucaButBoring
committed
20b5dfc
View commit details
Copy full SHA for 20b5dfc
Browse repository at this point
Revert "Merge RS/AS in client_credentials example"
Show description for 1a5f104
LucaButBoring
committed
1a5f104
View commit details
Copy full SHA for 1a5f104
Browse repository at this point
Implement simplified RS+AS token mapping without DCR
LucaButBoring
committed
fe548e5
View commit details
Copy full SHA for fe548e5
Browse repository at this point
Update naming and docs for client credentials example
LucaButBoring
committed
7e0dfaf
View commit details
Copy full SHA for 7e0dfaf
Browse repository at this point
Implement client_secret_post support in client credentials example
LucaButBoring
committed
4ab922c
View commit details
Copy full SHA for 4ab922c
Browse repository at this point
Don't use client_credentials by default; fix test
LucaButBoring
committed
e3a2b6d
View commit details
Copy full SHA for e3a2b6d
Browse repository at this point
Merge branch 'main' of https://github.com/modelcontextprotocol/python-sdk into feat/client-credentials
LucaButBoring
committed
ed2a486
View commit details
Copy full SHA for ed2a486
Browse repository at this point
Commits on Jun 25, 2025
Add tests for client_credentials flow
LucaButBoring
committed
a8067e1
View commit details
Copy full SHA for a8067e1
Browse repository at this point
Merge branch 'main' into feat/client-credentials
LucaButBoring
authored
0be70c4
View commit details
Copy full SHA for 0be70c4
Browse repository at this point
Update function name in PRM unit tests
LucaButBoring
committed
13b3478
View commit details
Copy full SHA for 13b3478
Browse repository at this point
Commits on Jun 26, 2025
Merge branch 'main' into feat/client-credentials
LucaButBoring
authored
aaf2cc7
View commit details
Copy full SHA for aaf2cc7
Browse repository at this point
Use client_metadata to determine if 2LO should be used
LucaButBoring
committed
efecc7d
View commit details
Copy full SHA for efecc7d
Browse repository at this point
Commits on Jun 30, 2025
Merge branch 'main' into feat/client-credentials
LucaButBoring
authored
f1d1591
View commit details
Copy full SHA for f1d1591
Browse repository at this point
Commits on Jul 9, 2025
Merge branch 'main' into feat/client-credentials
LucaButBoring
authored
06177d1
View commit details
Copy full SHA for 06177d1
Browse repository at this point
Commits on Jul 10, 2025
Merge branch 'main' into feat/client-credentials
LucaButBoring
authored
2a2f562
View commit details
Copy full SHA for 2a2f562
Browse repository at this point
Fix Markdown formatting
LucaButBoring
committed
31eeb63
View commit details
Copy full SHA for 31eeb63
Browse repository at this point
Commits on Jul 17, 2025
Merge branch 'main' of https://github.com/modelcontextprotocol/python-sdk into feat/client-credentials
LucaButBoring
committed
ac75345
View commit details
Copy full SHA for ac75345
Browse repository at this point
Commits on Jul 24, 2025
Merge branch 'main' into feat/client-credentials
LucaButBoring
authored
c3c6725
View commit details
Copy full SHA for c3c6725
Browse repository at this point
Update auth tests to fix mock behavior
LucaButBoring
committed
4a4c007
View commit details
Copy full SHA for 4a4c007
Browse repository at this point
Commits on Jul 28, 2025
Merge branch 'main' of https://github.com/modelcontextprotocol/python-sdk into feat/client-credentials
LucaButBoring
committed
6677894
View commit details
Copy full SHA for 6677894
Browse repository at this point
Commits on Jul 29, 2025
Implement RFC 7523 authorization grant flow
LucaButBoring
committed
fc8331c
View commit details
Copy full SHA for fc8331c
Browse repository at this point
Commits on Aug 1, 2025
Implement RFC 7523 Section 2.2 for client_credentials
yannj-fr
authored and
LucaButBoring
committed
39758e2
View commit details
Copy full SHA for 39758e2
Browse repository at this point
Add case for preconfigured assertion in RFC7523 S2.2 flow
LucaButBoring
committed
36532fd
View commit details
Copy full SHA for 36532fd
Browse repository at this point
Remove 2LO example for now
Show description for ed23997
LucaButBoring
committed
ed23997
View commit details
Copy full SHA for ed23997
Browse repository at this point
Commits on Aug 7, 2025
Remove 2LO in this branch, limit to RFC7523
LucaButBoring
committed
e10f7c9
View commit details
Copy full SHA for e10f7c9
Browse repository at this point
Fix rfc8707 test error
Show description for bcc5b39
LucaButBoring
committed
bcc5b39
View commit details
Copy full SHA for bcc5b39
Browse repository at this point
Merge branch 'main' into feat/rfc7523
LucaButBoring
authored
b90a6c2
View commit details
Copy full SHA for b90a6c2
Browse repository at this point
Commits on Aug 12, 2025
Merge branch 'main' of https://github.com/modelcontextprotocol/python-sdk into feat/rfc7523
LucaButBoring
committed
ba3cd1e
View commit details
Copy full SHA for ba3cd1e
Browse repository at this point
Fix type error in FastMCP auth test
LucaButBoring
committed
27f38e2
View commit details
Copy full SHA for 27f38e2
Browse repository at this point
Commits on Aug 18, 2025
Merge branch 'main' of https://github.com/modelcontextprotocol/python-sdk into feat/rfc7523
LucaButBoring
committed
866172c
View commit details
Copy full SHA for 866172c
Browse repository at this point
Commits on Aug 21, 2025
Merge branch 'main' into feat/rfc7523
LucaButBoring
authored
cd8e9dc
View commit details
Copy full SHA for cd8e9dc
Browse repository at this point
Update lockfile
LucaButBoring
committed
50a38a6
View commit details
Copy full SHA for 50a38a6
Browse repository at this point
Commits on Sep 29, 2025
Merge branch 'main' of https://github.com/modelcontextprotocol/python-sdk into feat/rfc7523
LucaButBoring
committed
90428fe
View commit details
Copy full SHA for 90428fe
Browse repository at this point
Fix merge issue
LucaButBoring
committed
ca9230a
View commit details
Copy full SHA for ca9230a
Browse repository at this point
Commits on Oct 2, 2025
Merge branch 'main' into feat/rfc7523
LucaButBoring
authored
f2eec66
View commit details
Copy full SHA for f2eec66
Browse repository at this point
Commits on Oct 21, 2025
Merge branch 'main' of https://github.com/modelcontextprotocol/python-sdk into feat/rfc7523
LucaButBoring
committed
69eaff1
View commit details
Copy full SHA for 69eaff1
Browse repository at this point
Commits on Oct 24, 2025
Merge branch 'main' into feat/rfc7523
LucaButBoring
authored
aa5d820
View commit details
Copy full SHA for aa5d820
Browse repository at this point
Move RFC7523 support into extension
LucaButBoring
committed
032ff50
View commit details
Copy full SHA for 032ff50
Browse repository at this point
Fix pytest init error
LucaButBoring
committed
9bae21d
View commit details
Copy full SHA for 9bae21d
Browse repository at this point
Fix tests for real
LucaButBoring
committed
1d73750
View commit details
Copy full SHA for 1d73750
Browse repository at this point
Commits on Oct 27, 2025
Merge branch 'main' into feat/rfc7523
LucaButBoring
authored
a0bb22a
View commit details
Copy full SHA for a0bb22a
Browse repository at this point
Commits on Oct 28, 2025
Update aud assertion to match AS issuer
LucaButBoring
committed
5b1d45b
View commit details
Copy full SHA for 5b1d45b
Browse repository at this point
You can’t perform that action at this time.