Spring Security OAuth 2.2.1 已发布,该版本是一个维护版本,包括错误修复和小的改进。具体如下:
改进
[list][*]Improve logging in TokenEndpoint
[*]OAuth2AccessTokenSupport.OAuth2AuthTokenCallback should not log form data
[*]Return generic message when error code 'server_error'
[/list]
Bug
[list][*]Using new sslOnly flag in AuthorizationServerSecurityConfigurer ends with IllegalStateException
[*]Disable spring5 travis build
[*]Update travis.yml to use openjdk7
[/list]点此查看更多
源码下载
[list][*]Source code (zip)
[*]Source code (tar.gz)
[/list]
来自:https://spring.io/blog
Spring Security OAuth 是 Spring Security 的 OAuth 插件,同时提供了 OAuth 客户端(consumer)和服务器端(provider)的实现,支持 OAuth1(a) 和 OAuth2。
来自:开源中国社区

