Skip to content

v0.1.12

Choose a tag to compare

@Kehrlann Kehrlann released this 07 Jun 19:57
· 6 commits to main since this release

What's Changed

  • authorization-server: add dynamicClientRegistrationValidator by @Kehrlann in #74
  • mcp-client: authorization error handlers implement McpHttpClientTransportAuthorizationErrorHandler by @Kehrlann in #75

Breaking changes

  • Since Spring Authorization Server 7.0.5, default settings for DCR rejects requests with scopes defined (see spring-projects/spring-security#19083). Use a custom dynamicClientRegistrationValidator to allow scopes.
  • OAuth2CimdSyncAuthorizationErrorHandler and OAuth2DcrSyncAuthorizationErrorHandler now extend McpHttpClientTransportAuthorizationErrorHandler instead of `McpHttpClientAuthorizationErrorHandler

Full Changelog: v0.1.11...v0.1.12