wso2 / wso2/reference-implementations-afm
Support for OAuth2 and JWT
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 2
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Problem
AFM interpreters only support bearer, basic, and api-key types. This issue is to track introducing $title.
Applicable contexts
Authentication is a common object in the AFM spec, used across:
- MCP server transports (
tools.mcp[].transport.authentication) - Model connections (
model.authentication) - Webhook subscriptions (
interfaces[].subscription.authentication, if applicable)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Python AFM interpreter code that handles authentication for MCP server transports, model connections, and webhook subscriptions. Compare the existing bearer, basic, and api-key handling, then define completion as consistent OAuth2 and JWT support across the applicable contexts listed in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- authentication
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 45/100