Thanks to visit codestin.com
Credit goes to github.com

Skip to content

feat(shared/auth): support software_statement in OAuthClientMetadata #696

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

Conversation

chrisdickinson
Copy link
Contributor

Per Section 3.1.1, software_statement is an OPTIONAL member of the client creation request, which may contain a JWT encoding claims about client software.

Motivation and Context

This allows clients to "pre-register" applications with authorization servers without having to distribute confidential client secret information. Allowing this to be specified will allow SDK users to specify a JWT if they've been issued one.

How Has This Been Tested?

This ran through the local tests.

Breaking Changes

N/A

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

Checklist

  • I have read the MCP Documentation
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have added or updated documentation as needed

Per [Section 3.1.1][ref], `software_statement` is an OPTIONAL member
of the client creation request, which may contain a JWT encoding claims
about client software.

[ref]: https://datatracker.ietf.org/doc/html/rfc7591#section-3.1.1
@pcarleton
Copy link
Contributor

thanks!

if you have an example client using this, would love to take a peek

@pcarleton pcarleton merged commit 05d98bb into modelcontextprotocol:main Jun 25, 2025
2 checks passed
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.

2 participants