Skip to content

Feat: OAuth 2.1 Authorization Framework #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

linhdmn
Copy link
Member

@linhdmn linhdmn commented May 15, 2025

…sk 1.1

Created OAuth 2.1 authentication interfaces in pkg/server/auth.go with tests and documentation.

This includes TokenValidator, ScopeChecker, TokenClaims structures, and OAuthMiddleware with scope-based permissions.

…sk 1.1

Created OAuth 2.1 authentication interfaces in pkg/server/auth.go with tests and documentation.

This includes TokenValidator, ScopeChecker, TokenClaims structures, and OAuthMiddleware with scope-based permissions.
@linhdmn linhdmn changed the title feat: define OAuth 2.1 authentication interfaces for MCP alignment Ta… Feat: OAuth 2.1 Authorization Framework May 15, 2025
linhdmn added 8 commits May 15, 2025 14:12
Implemented JWT token validation and token introspection for OAuth 2.1

- Added support for JWT token validation with JWKS\n- Added support for token introspection following RFC 7662\n- Created composite validator for handling multiple token types\n- Added comprehensive test coverage for validation scenarios
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant