Spring Security 6.4 中 RestClient 对 OAuth2 的支持
原文英文,约1700词,阅读约需6分钟。发表于: 。In Spring Security 6.2 and 6.3, we have worked to steadily improve configuration for applications using OAuth2 Client. Configuration for common use cases has been simplified by allowing...
Spring Security 6.4 改进了 OAuth2 客户端配置,简化了使用 RestClient 进行受保护资源请求的流程。RestClient 提供流畅的同步 API,减少了依赖,并支持与 WebClient 一致的配置模型。同时,用户可以自定义 OAuth 2.0 访问令牌请求参数,增强了灵活性和兼容性。