使用Grant_type = password获取ycommercewebservice的令牌

2020-09-22 14:01发布

点击此处---> 群内免费提供SAP练习系统(在群公告中)加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)专家,您好,我点击以下URL来获...

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

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


专家,您好,我点击以下URL来获取访问令牌

** http://localhost: 9001/rest/oauth/token?client_id = trusted_client&client_secret = secret&grant_type = password&username = admin&password = nimda **

它给我一个令牌。 当我使用相同令牌访问RestFul URL

** http://本地主机:9001/rest/v1/electronics/products/export/full?currentPage = 0&pageSize = 10&options = BASIC **

返回"拒绝访问"

当我使用时获得令牌

** http://localhost:9001/rest/oauth/token?client_id = trusted_client&client_secret = secret&grant_type = client_credentials **

使用产品XML回复

请让我知道OAuth Spring Security是否需要任何配置才能使用grant_type = password获得工作令牌?

谢谢

6条回答
天桥码农
2020-09-22 14:18

嗨Jagruti,

我也遇到使用授权类型=密码和用户admin生成令牌的相同问题,但是在点击产品导出Web服务网址时,它仍然显示"访问被拒绝"。

https://localhost:9002/authorizationserver/oauth/token?client_id = trusted_client&client_secret = secret&grant_type = password&username = admin&password = nimda

我们必须在hmc或spring xml中为用户分配受信任的客户端角色吗?

感谢Venkatesh

一周热门 更多>