spring-security-oauth 正在参加 2021 年度 OSC 中国开源项目评选,请投票支持!
spring-security-oauth 在 2021 年度 OSC 中国开源项目评选 中已获得 {{ projectVoteCount }} 票,请投票支持!
2021 年度 OSC 中国开源项目评选 正在火热进行中,快来投票支持你喜欢的开源项目!
2021 年度 OSC 中国开源项目评选 >>> 中场回顾
spring-security-oauth 获得 2021 年度 OSC 中国开源项目评选「最佳人气项目」 !
授权协议 Apache
开发语言 Java 查看源码 »
操作系统 跨平台
软件类型 开源软件
开源组织
地区 不详
投 递 者 tsl0922
适用人群 未知
收录时间 2012-08-17

软件简介

Spring Security的OAuth插件,同时提供了OAuth客户端(consumer)和服务器端(provider)的实现,支持OAuth1(a)和OAuth2。

展开阅读全文

代码

的 Gitee 指数为
超过 的项目

评论

点击加入讨论🔥(1) 发布并加入讨论🔥
发表于开发技能专区
2018/05/10 07:49

Spring Security OAuth 2.3.3, 2.2.2, 2.1.2, 2.0.15 发布

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)的实现,...

2
5
2018/04/12 15:33

Spring Security Oauth 2.3.2 发布

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)...

0
5
发表于软件架构专区
2018/03/17 07:41

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

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...

7
6
发表于软件架构专区
2018/02/28 07:51

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

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)...

0
1
发表了资讯
2017/11/22 07:23

Spring Security OAuth 2.2.1 发布,常规维护版本

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...

1
8
发表了资讯
2017/07/29 07:29

Spring Security OAuth 2.2 正式发布

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...

2
10
发表了资讯
2017/07/15 07:17

Spring Security OAuth 2.2.0.RC1 发布

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。 该版本还包含少量错误修复和次要的增强...

4
14
发表了资讯
2017/05/30 08:07

Spring Security OAuth 2.1.1 和 2.0.14 发布,Bug 修复

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...

0
25
发表了资讯
2017/03/04 08:13

Spring Security OAuth 2.0.13 发布

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)...

1
13
发表了资讯
2016/11/08 08:09

Spring Security OAuth 2.0.12 发布,Bug 修复

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。...

1
11
发表了资讯
2015/02/03 00:00

Spring Security OAuth 2.0.6.RELEASE 发布

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...

1
10
发表了资讯
2014/12/18 00:00

Spring Security OAuth 2.0.5 发布

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...

3
25
发表了资讯
2014/11/12 00:00

Spring Security OAuth 2.0.4.RELEASE 发布

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...

1
11
没有更多内容
加载失败,请刷新页面
点击加载更多
加载中
下一页
发表了博客
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
没有更多内容
暂无内容
发表了问答
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
没有更多内容
暂无内容
暂无内容
1 评论
85 收藏
分享
OSCHINA
登录后可查看更多优质内容
返回顶部
顶部