Skip to content

fix(auth): add an SDK path for pre-registered OAuth clients#994

Open
jamadeo wants to merge 1 commit into
mainfrom
auth-pre-reg-check-fails
Open

fix(auth): add an SDK path for pre-registered OAuth clients#994
jamadeo wants to merge 1 commit into
mainfrom
auth-pre-reg-check-fails

Conversation

@jamadeo

@jamadeo jamadeo commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

... and exercise it in conformance tests

fixes #984

Motivation and Context

The sdk didn't have a high-level path for preregistered oauth clients, so the conformance client implemented it in a more custom way, which didn't pick up the iss-parameter preservation.

How Has This Been Tested?

Ran the conformance client.

Breaking Changes

None

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

Additional context

... and exercise it in conformance tests
@jamadeo jamadeo requested a review from a team as a code owner July 15, 2026 16:15
@github-actions github-actions Bot added T-core Core library changes T-transport Transport layer changes labels Jul 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

T-core Core library changes T-transport Transport layer changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

auth/pre-registration: new pre-registration-auth conformance check fails

1 participant