284 Star 898 Fork 436

monkeyk7 / oauth2-shiro

 / 详情

implicit模式不需要带上client_secret

已完成
创建于  
2017-03-26 18:34

在第二种模 即 grant_type = 'token' -- implicit 模式中
按照 oauth2 协议的规范中

在请求authorize?response_type=token中 是不需要带上 client_secret 参数的
但项目里在
http://localhost:8080/oauth/authorize?response_type=token&scope=read write&client_id=test&client_secret=test&redirect_uri=http%3A%2F%2Flocalhost%3A8080

我把 client_secret=test 去掉后就报错了。
也就是 implicit 模式没按oauth2协议的规范来处理。

评论 (2)

henryzhang 创建了任务

正点, 收到. 尽快处理

这ISSUE已经处理, 更新,使用最新的代码

monkeyk7 任务状态待办的 修改为已完成

登录 后才可以发表评论

状态
负责人
里程碑
Pull Requests
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
开始日期   -   截止日期
-
置顶选项
优先级
参与者(2)
7238 mkk 1578914473
Java
1
https://gitee.com/mkk/oauth2-shiro.git
git@gitee.com:mkk/oauth2-shiro.git
mkk
oauth2-shiro
oauth2-shiro

搜索帮助