Skip to content

Commit 3feb6c4

Browse files
committed
Merge branch 'master' of https://github.com/spring2go/oauth2lab
2 parents 73ec77b + 0adcbe0 commit 3feb6c4

4 files changed

Lines changed: 9 additions & 1 deletion

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Manifest-Version: 1.0
2+
Class-Path:
3+

lab01/implicit-server/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
http://localhost:8080/oauth/authorize?client_id=clientapp&redirect_uri=http://localhost:9001/callback&response_type=token&scope=read_userinfo&state=abc
1111

12+
根据提示输入用户名密码(在[application.properties](src/main/resources/application.properties)文件里头)进行认证,并Approve授权。
13+
1214
响应案例:
1315

1416
http://localhost:9001/callback#access_token=0406040a-779e-4b5e-adf1-bf2f02031e83&token_type=bearer&state=abc&expires_in=119
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Manifest-Version: 1.0
2+
Class-Path:
3+

lab07/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# 操作方式
55

66
### 1. 安装Firefox浏览器和NoRedirect Add on for Firefox
7-
* [Firefox Browser](http://rj.baidu.com/soft/detail/10365.html)
7+
* [Firefox Browser](http://ftp.mozilla.org/pub/firefox/releases/47.0.2/win64/zh-CN/)
88
* [NoRedirect Add on for Firefox](https://addons.mozilla.org/en-US/firefox/addon/noredirect/)
99

1010
`http://localhost:8080`加入NoRedirect设置的规则列表,选中`来源`,并将该规则置顶。

0 commit comments

Comments
 (0)