v0.1.12
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
scopesdefined (see spring-projects/spring-security#19083). Use a customdynamicClientRegistrationValidatorto allow scopes. OAuth2CimdSyncAuthorizationErrorHandlerandOAuth2DcrSyncAuthorizationErrorHandlernow extendMcpHttpClientTransportAuthorizationErrorHandlerinstead of `McpHttpClientAuthorizationErrorHandler
Full Changelog: v0.1.11...v0.1.12