Skip to content

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