Skip to content

Commit

Permalink
fix client secret
Browse files Browse the repository at this point in the history
  • Loading branch information
bulldog2011 committed Nov 5, 2018
1 parent 9285cd9 commit 73ec77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lab01/authcode-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ http://localhost:9001/callback?code=8uYpdo

### 2. 获取访问令牌

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

0 comments on commit 73ec77b

Please sign in to comment.