You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
667e179af7 | 3 years ago | |
---|---|---|
.. | ||
alis-amu-core | 3 years ago | |
alis-amu-example | 3 years ago | |
alis-amu-server | 3 years ago | |
alis-amu-starter | 3 years ago | |
alis-amu-util | 3 years ago | |
.gitignore | 3 years ago | |
Readme.md | 3 years ago | |
pom.xml | 3 years ago |
Readme.md
授权码流程
- 先获取验证code码(GET)
- http://localhost:8080/summer/oauth/authorize?client_id=robin&client_secret=112211&response_type=code&redirect_uri=http://www.baidu.com&scope=all
- 请求token(post)
- http://localhost:8080/summer/oauth/token?code=6N2Ugf&grant_type=authorization_code&redirect_uri=http://www.baidu.com&scope=all
- base auth
- username : robin
- password : 112211