Skip to content

Commit 73ec77b

Browse files
committed
fix client secret
1 parent 9285cd9 commit 73ec77b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lab01/authcode-server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ http://localhost:9001/callback?code=8uYpdo
1717

1818
### 2. 获取访问令牌
1919

20-
curl -X POST --user clientapp:123456 http://localhost:8080/oauth/token -H
20+
curl -X POST --user clientapp:112233 http://localhost:8080/oauth/token -H
2121
"content-type: application/x-www-form-urlencoded" -d
2222
"code=8uYpdo&grant_type=authorization_code&redirect_uri=http%3A%2F%2Flocalh
2323
ost%3A9001%2Fcallback&scope=read_userinfo"

0 commit comments

Comments
 (0)