Spring Security的OAuth插件,同时提供了OAuth客户端(consumer)和服务器端(provider)的实现,支持OAuth1(a)和OAuth2。
Spring Security的OAuth插件,同时提供了OAuth客户端(consumer)和服务器端(provider)的实现,支持OAuth1(a)和OAuth2。
Spring Security OAuth 2.3.3, 2.2.2, 2.1.2 和 2.0.15 已发布,这些维护版本主要提供了错误修复。 有关变更的完整列表,请查阅 2.3.3 changelog 2.2.2 changelog 2.1.2 changelog 2.0.15 changelog 2018-05-0 9更新:这些版本解决了一个漏洞。请参阅有关 Spring Boot 1.5.13 发布后发布的此博客文章。 Spring Security OAuth 是 Spring Security 的 OAuth 插件,同时提供了 OAuth 客户端(consumer)和服务器端(provider)的实现,...
spring-security-oauth 2.3.2 发布,目前暂未发现更新信息,您可查看发布主页保持关注。 Spring Security OAuth 是 Spring Security 的 OAuth 插件,同时提供了 OAuth 客户端(consumer)和服务器端(provider)的实现,支持 OAuth1(a) 和 OAuth2。 下载地址 Source code (zip) Source code (tar.gz)...
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` u...
Spring Security OAuth 2.3.0.RC1 已发布,Spring Security OAuth 是 Spring Security 的 OAuth 插件,同时提供了 OAuth 客户端(consumer)和服务器端(provider)的实现,支持 OAuth1(a) 和 OAuth2。 该版本是一个维护版本,包括错误修复和小的改进,同时增加了对 JwkTokenStore 中的 Elliptic Curve 签名验证的新支持。 了解更多可查阅发行说明 源码下载: Source code (zip) Source code (tar.gz)...
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 t...
Spring Security OAuth 2.2.0 正式版已发布。Spring Security OAuth,Spring Security 的 OAuth 插件,同时提供了 OAuth 客户端(consumer)和服务器端(provider)的实现,支持 OAuth1(a) 和 OAuth2。 该版本包含以下新特性: JwtClaimsSetVerifier that provides the capability of verifying the claim(s) contained in a JWT Claims Set. IssuerClaimVerifier that verifies the Issuer (iss) claim contained in the JWT Claim...
Spring Security OAuth 2.2.0.RC1 已发布。Spring Security OAuth,Spring Security 的 OAuth 插件,同时提供了 OAuth 客户端(consumer)和服务器端(provider)的实现,支持 OAuth1(a) 和 OAuth2。 2.2.0.RC1 版本包括对 JwkTokenStore 中包含的 JSON Web Key (JWK) 功能的许多改进,以及添加了 JwtClaimsSetVerifier ,可提供自定义 JWT 声明验证功能。有关详细信息,请参阅 GitHub Issue。 该版本还包含少量错误修复和次要的增强...
Spring Security OAuth 2.1.1 和 2.0.14 发布了。Spring Security OAuth,Spring Security 的 OAuth 插件,同时提供了 OAuth 客户端(consumer)和服务器端(provider)的实现,支持 OAuth1(a) 和 OAuth2。 两个版本都是维护更新,主要包括错误修复和小的改进。 下载地址 2.1.1 Source code (zip) Source code (tar.gz) 2.0.14 Source code (zip) Source code (tar.gz) 获取更新 2.1.1 <dependencies> <!-- for OAuth 2...
Spring Security OAuth 2.0.13 发布了。Spring Security的OAuth插件,同时提供了OAuth客户端(consumer)和服务器端(provider)的实现,支持OAuth1(a)和OAuth2。 2.0.13 版本包括少量的 bug 修复,系列改进以及 JWK 功能的完善,以支持即将到来的 Spring Boot 1.5.2 版本。详细更新内容可点此查看。 下载地址: Source code (zip) Source code (tar.gz)...
Spring Security OAuth 2.0.12 发布了,该版本未发现重大更新,更新内容主要包括错误修复和一些次要的增强。查看提交记录了解更多。 查看发布说明 下载地址: Source code (zip) Source code (tar.gz) Spring Security OAuth,Spring Security 的 OAuth 插件,同时提供了 OAuth 客户端(consumer)和服务器端(provider)的实现,支持 OAuth1(a) 和 OAuth2。...
Spring Security OAuth 2.0.6.RELEASE 发布,此版本是个 bug 修复,建议 2.0.5 用户尽快升级。此版本仅包括一个关键的 bug 修复:JWT 用户刷新 tokens 的问题。同时还修复了一些用户发现的重定向 URLs 双重解码的问题。值得关注的特性如下: (Much requested) ability to have non-expiring refresh tokens with no customizations (just set the validity period to zero or less) The /token endpoint only accepts POST req...
Spring Security的OAuth插件,同时提供了OAuth客户端(consumer)和服务器端(provider)的实现,支持OAuth1(a)和OAuth2。 Spring Security OAuth 2.0.5 发布,此版本现已提供在所有 Maven 库。此版本是个 bug 修复版本,没有什么重要更新。如果你在自定义 Java 配置的时候遇到麻烦,建议您升级。此版本修复了使用AuthorizationServerEndpointsConfigurer 直接配置一个 ClientDetailsService (it doesn’t work that way, so you w...
Spring Security OAuth 2.0.4.RELEASE 发布,此版本是个 bug 修复版本,现已提供下载,建议每位用户都升级! 同时也有一些小的新特性: The OAuth2Request (and hence OAuth2Authentication) can now be queried explicitly to find the grant type for the associated token. The client authorities are exposed in the "/check_token" endpoint Password grants are more flexible and open to extension because both clien...
评论