Spring Security OAuth 2.3.0 已发布,Spring Security OAuth 是 Spring Security 的 OAuth 插件,同时提供了 OAuth 客户端(consumer)和服务器端(provider)的实现,支持 OAuth1(a) 和 OAuth2。
Spring Security OAuth 2.3.0 版本增加了对椭圆曲线签名验证了新的支持JwkTokenStore
。还有其他的性能改进。
更新内容:
- Make client id and scope attribute names of the converted token configurable
- `JwtAccessTokenConverter` uses non-standard `client_id` and `scope` claims
- Token response does not include application/json Content-Type
完整内容请查看更改日志。
下载地址:
转自 http://www.oschina.net/news/94282/spring-security-oauth-2-3-0-released