文件名称:oauth2-demo:回复:从零开始的Spring Security Oauth2
文件大小:43KB
文件格式:ZIP
更新时间:2024-03-15 22:15:49
Java
2018-7-16日更新 新增授权码(authorization_code)模式使用说明 尝试直接访问qq信息 http://localhost: 8080 /qq/info/ 250577914 / 提示需要认证: < oauth> < error> Full authentication is required to access this resource error> < error> unauthorized error> oauth> 尝试获取授权码 http://localhost: 8080 /oauth/authorize?client_id=aiqiyi&response_type=code&redirect_uri=http://localhost: 8081 /aiqiy
【文件预览】:
oauth2-demo-master
----.gitignore(120B)
----client-credentials()
--------src()
--------pom.xml(2KB)
----pom.xml(622B)
----README.md(23KB)
----authorization-code()
--------qq()
--------pom.xml(1KB)
--------aiqiyi()
----client-credentials-springboot2()
--------src()
--------pom.xml(2KB)