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
.
auth0
/
auth0-server-python
Public
Notifications
You must be signed in to change notification settings
Fork
4
Star
10
Code
Issues
0
Pull requests
10
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
feat: add Multiple Custom Domains (MCD) support and fix JWT verification
- #71
#71
Merged
kishore7snehil
merged 21 commits into
main
auth0/auth0-server-python:main
from
feat/mcd-support
auth0/auth0-server-python:feat/mcd-support
Copy head branch name to clipboard
Apr 8, 2026
Conversation
Commits
21
聽(21)
Checks
Files changed
Merged
feat: add Multiple Custom Domains (MCD) support and fix JWT verification
#71
kishore7snehil
merged 21 commits into
main
auth0/auth0-server-python:main
from
feat/mcd-support
auth0/auth0-server-python:feat/mcd-support
Copy head branch name to clipboard
Commits
Commits on Feb 2, 2026
feat: add Multiple Custom Domains (MCD) support and fix JWT verification
kishore7snehil
committed
ac24ef7
View commit details
Copy full SHA for ac24ef7
Browse repository at this point
Bump poetry version from latest to 2.2.1 in test workflow
kishore7snehil
committed
1164848
View commit details
Copy full SHA for 1164848
Browse repository at this point
Fix linting errors
kishore7snehil
committed
2646682
View commit details
Copy full SHA for 2646682
Browse repository at this point
test: improve cache verification in OIDC metadata and JWKS tests
kishore7snehil
committed
307000b
View commit details
Copy full SHA for 307000b
Browse repository at this point
Commits on Feb 3, 2026
refactor: rename cache size variable and reorganize test comments
kishore7snehil
committed
3f68c3c
View commit details
Copy full SHA for 3f68c3c
Browse repository at this point
chore: add cryptography package to Snyk license ignore list
kishore7snehil
committed
2e0ae17
View commit details
Copy full SHA for 2e0ae17
Browse repository at this point
Commits on Feb 6, 2026
Merge remote-tracking branch 'origin/main' into feat/mcd-support
kishore7snehil
committed
3b131d8
View commit details
Copy full SHA for 3b131d8
Browse repository at this point
Commits on Feb 8, 2026
Implement normalized issuer validation and add related tests
kishore7snehil
committed
daa6d35
View commit details
Copy full SHA for daa6d35
Browse repository at this point
Commits on Feb 9, 2026
refactor: remove unused jwt import from test_server_client.py
kishore7snehil
committed
74329ab
View commit details
Copy full SHA for 74329ab
Browse repository at this point
Commits on Feb 11, 2026
refactor: remove requirement comments for OIDC metadata and JWKS caching
kishore7snehil
committed
073c38b
View commit details
Copy full SHA for 073c38b
Browse repository at this point
Commits on Feb 13, 2026
feat: improve caching mechanism and add more examples to the example doc
kishore7snehil
committed
75a8531
View commit details
Copy full SHA for 75a8531
Browse repository at this point
Commits on Feb 25, 2026
feat: enhance Multiple Custom Domains (MCD) support with dynamic domain resolution and improved session handling
kishore7snehil
committed
0eb64b4
View commit details
Copy full SHA for 0eb64b4
Browse repository at this point
fix: update type hint for audience parameter in _verify_and_decode_jwt method
kishore7snehil
committed
f8d8470
View commit details
Copy full SHA for f8d8470
Browse repository at this point
Commits on Feb 26, 2026
feat: add DOMAIN_MISMATCH error code for session domain validation in MCD support
kishore7snehil
committed
283377f
View commit details
Copy full SHA for 283377f
Browse repository at this point
Commits on Feb 27, 2026
feat: implement domain validation for backchannel logout and enhance session handling in MCD mode
kishore7snehil
committed
e40942d
View commit details
Copy full SHA for e40942d
Browse repository at this point
Commits on Mar 3, 2026
chore: fix for review comments (set-1)
kishore7snehil
committed
1c5f2d8
View commit details
Copy full SHA for 1c5f2d8
Browse repository at this point
Commits on Mar 4, 2026
fix: scoped logout, backchannel logout
kishore7snehil
committed
a9debdd
View commit details
Copy full SHA for a9debdd
Browse repository at this point
Commits on Mar 11, 2026
feat: backward compatibility for legacy sessions and normalize consolidation
kishore7snehil
committed
fca3612
View commit details
Copy full SHA for fca3612
Browse repository at this point
Commits on Mar 23, 2026
refactor: remove unknown domain check in backchannel logout for MCD mode
kishore7snehil
committed
6acd8ae
View commit details
Copy full SHA for 6acd8ae
Browse repository at this point
Commits on Apr 2, 2026
feat: enhance backchannel logout handling for MCD support, including issuer validation and claims updates
kishore7snehil
committed
aa86884
View commit details
Copy full SHA for aa86884
Browse repository at this point
Commits on Apr 8, 2026
feat: implement ID token verification and issuer validation for custom token exchange
kishore7snehil
committed
78d7e42
View commit details
Copy full SHA for 78d7e42
Browse repository at this point
You can鈥檛 perform that action at this time.