Spring Security OAuth 2.2.1 已发布,该版本是一个维护版本,包括错误修复和小的改进。具体如下:
改进
- Improve logging in TokenEndpoint
- OAuth2AccessTokenSupport.OAuth2AuthTokenCallback should not log form data
- Return generic message when error code ‘server_error’
Bug
- Using new sslOnly flag in AuthorizationServerSecurityConfigurer ends with IllegalStateException
- Disable spring5 travis build
- Update travis.yml to use openjdk7
源码下载
Spring Security OAuth 是 Spring Security 的 OAuth 插件,同时提供了 OAuth 客户端(consumer)和服务器端(provider)的实现,支持 OAuth1(a) 和 OAuth2。
转自 http://www.oschina.net/news/90791/spring-security-oauth-2-2-1-released