2020-09-11 23:54发布
加入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配置下面
替换了 clientCredentialsTokenEndpointFilter 类条目。 然后可以访问/customextension/oauth/token
clientCredentialsTokenEndpointFilter org.springframework.security.oauth2.provider.client.ClientCredentialsTokenEndpointFilter
/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"}
尝试/authorizationserver/oauth/token代替/rest/oauth/token
最多设置5个标签!
替换了 clientCredentialsTokenEndpointFilter 类条目。 然后可以访问/customextension/oauth/token
/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"}
尝试/authorizationserver/oauth/token代替/rest/oauth/token
一周热门 更多>