无法获得令牌https://localhost:9002/rest/oauth/token?client_id = test_client&client_secret = 1234&grant_type = client_credentials

2020-09-11 23:54发布

         点击此处--->   EasySAP.com群内免费提供SAP练习系统(在群公告中)

加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)


无法获取令牌 https://localhost:9002/rest/oauth/token?client_id = test_client&client_secret = 1234&grant_type = client_credentials

在我为自定义commercewebservice做的web.xml配置下面

         点击此处--->   EasySAP.com群内免费提供SAP练习系统(在群公告中)

加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)


无法获取令牌 https://localhost:9002/rest/oauth/token?client_id = test_client&client_secret = 1234&grant_type = client_credentials

在我为自定义commercewebservice做的web.xml配置下面

付费偷看设置
发送
3条回答
昵称总是被占用
1楼 · 2020-09-12 00:36.采纳回答
自定义扩展web.xml中的

替换了 clientCredentialsTokenEndpointFilter 类条目。 然后可以访问/customextension/oauth/token

   clientCredentialsTokenEndpointFilter 
       org.springframework.security.oauth2.provider.client.ClientCredentialsTokenEndpointFilter 
  
  
lukcy2020
2楼-- · 2020-09-12 00:49

/authorizationserver/oauth/token 工作正常,但无法与/rest/oauth/token 配合使用 500内部服务器错误

即使无法访问下面的内容,找到 302 ,我也尝试使用访问令牌以及不使用访问令牌。

URL: https://localhost:9002/rest/v2/electronics/users

JSON正文: {" uid":" john.doe@mail.com "," password":" 1q2w3e4r "," firstName":" John"," lastName":" Doe"," titleCode":" mr"," access_token":" 170f8fc9-87b5-4fee-a996-1b357afc3854"}

渐行渐远_HoldOn
3楼-- · 2020-09-12 00:51

尝试/authorizationserver/oauth/token代替/rest/oauth/token

一周热门 更多>