下载:[url]https://pjf123.lanzouq.com/ii1TJ1imglgf[/url] 密码:80fm 下载:[url]https://pjf123.lanzouq.com/icvOM1imgxde[/url] 密码:8wcd
代码在上面 2 个端 第二个是资源服务器 不复杂,问题在通过授权码获取口令
一直返回 { "error": "invalid_client" }
代码在
//客户端 id
.clientId("showDoc")
//{noop}不加密,客户端密码
.clientSecret("{noop}123456")
}
账号密码也对[color=Red] 能不能帮忙看一下 求 java 大佬帮忙看看[/color] 毕设准备开写了
curl --location --request POST 'http://auth-server:8080/oauth2/token?redirect_uri=http://auth-server:8080/authorized&grant_type=authorization_code&code=3-JjPZUTZfGsZ6C49R9eqbU8XHIndMZwn55SpCuhnSJ6RZSF4Je_EgiV5bismaeg49IgFLCPURFqAI9DhZ6c61O0pLrzx2R5cWy4YcXX-Gmb_vqJZMuDqcR93rN5TKZz'
--header 'Authorization: Basic c2hvd0RvYzoxMjM0NTY='
--header 'Cookie: JSESSIONID=E2CC165BE7CD83B7246A25219A090223'
对了 hosts 要配置下
127.0.0.1 auth-server
127.0.0.1 res-server
127.0.0.1 client
1
RedBeanIce 319 天前
写毕设,不要整安全。
只写整体逻辑。谢谢。 |