下载:https://pjf123.lanzouq.com/ii1TJ1imglgf 密码:80fm
下载:https://pjf123.lanzouq.com/icvOM1imgxde 密码:8wcd
代码在上面 2个端 第二个是资源服务器 不复杂,问题在通过授权码获取口令
一直返回 { "error": "invalid_client" }
代码在
//客户端 id
.clientId("showDoc")
//{noop}不加密,客户端密码
.clientSecret("{noop}123456")
}
账号密码也对
能不能帮忙看一下 求java大佬帮忙看看
毕设准备开写了
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
这一块网上资料不多 gpt问了也是答非所问 无解了