File tree Expand file tree Collapse file tree
authcode-server/src/main/java/META-INF Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Manifest-Version : 1.0
2+ Class-Path :
3+
Original file line number Diff line number Diff line change 99
1010http://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
1416http://localhost:9001/callback#access_token=0406040a-779e-4b5e-adf1-bf2f02031e83&token_type=bearer&state=abc&expires_in=119
Original file line number Diff line number Diff line change 1+ Manifest-Version : 1.0
2+ Class-Path :
3+
Original file line number Diff line number Diff line change 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设置的规则列表,选中` 来源 ` ,并将该规则置顶。
You can’t perform that action at this time.
0 commit comments