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

软件简介

spring-oauth-client是基于spring-oauth-server开源项目的Oauth客户端代码参考实现.

spring-oauth-client 的实现没有使用开源项目 spring-security-oauth2 中提供的代码与配置, 如:<oauth:client id="oauth2ClientFilter" />

而是按照Oauth2协议支持的5类grant_type依次去实现. 

  1. authorization_code -- 授权码模式(即先登录获取code,再获取token)

  2. password -- 密码模式(将用户名,密码传过去,直接获取token)

  3. client_credentials -- 客户端模式(无用户,用户向客户端注册,然后客户端以自己的名义向'服务端'获取资源)

  4. implicit -- 简化模式(在redirect_uri 的Hash传递token; Auth客户端运行在浏览器中,如JS,Flash)

  5. refresh_token -- 刷新access_token

针对每一类grant_type的每一步实现都有详细具体的说明与示例.

展开阅读全文

代码

的 Gitee 指数为
超过 的项目

评论

点击引领话题📣 发布并加入讨论🔥
发表了资讯
2023/11/09 18:19

spring-oauth-client v2.0.0 发布,OAuth 2.1 客户端参考实现

spring-oauth-client 发布了v2.0.0版本,全面支持OAuth2.1协议的各类grant_type(如 device_code),对应不久前发布的 sping-oauth-server v3.0.0版本功能。 此版本升级更新的主要内容如下: 底层安全架构升级:jdk 升级 17 (相比 jdk8 性能与稳定性有大提升), spring6.x, springboot3.x, thymeleaf 替换 servlet/jsp 增加支持OAuth2.1协议中的 device_code 与 jwt-bearer 两种实现(同时弃用了旧的grant_type,如password),并...

0
5
发表了资讯
2015/06/03 00:00

spring-oauth-client 0.1 发布,Oauth 客户端参考实现

spring-oauth-client 项目的实现根据 Oauth 协议支持的5类 grant_type (对 grant_type 的说明请访问 Oauth支持的5类 grant_type 及说明)依次去实现, 并对每一步的操作要求,请求参数,使用场景等进行详细的说明. Change Log: Initial ‘spring-oauth-client’ project Implement ‘authorization_code ‘ grant type process Implement ‘password’ grant type process Implement ‘implicit’ grant type process Implement ‘c...

8
34
没有更多内容
加载失败,请刷新页面
点击加载更多
加载中
下一页
发表了博客
{{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}}
没有更多内容
暂无内容
暂无内容
0 评论
28 收藏
分享
OSCHINA
登录后可查看更多优质内容
返回顶部
顶部