使用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获得工作令牌?

谢谢