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.
86f126a372 | 1 year ago | |
---|---|---|
.. | ||
alis-amu-core | 1 year ago | |
alis-amu-example | 1 year ago | |
alis-amu-server | 1 year ago | |
alis-amu-starter | 1 year ago | |
alis-amu-util | 1 year ago | |
.gitignore | 3 years ago | |
Readme.md | 3 years ago | |
pom.xml | 1 year 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