Spring Security OAuth 2.3.0发布,新增签名验证

作者: baihuo 2018-03-17 11:28:18
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

软件详情:https://github.com/spring-projects/spring-security-oauth/milestone/30?closed=1

下载地址:https://github.com/spring-projects/spring-security-oauth/archive/2.3.0.RELEASE.zip

来自:开源中国社区

相关资讯