OAuth2.0 authorization not working for a specific product

Not applicable

I was able to create and manage apis on the edge however there is one product that I recently created and when applying OAuth2.0 security and testing with restclient it is giving following error:

I have checked the access token message which is matching to the right product resource that I was trying to access. Please advise.

Error:

{ fault: {faultstring: "Invalid API call as no apiproduct match found"

detail:

{ errorcode: "keymanagement.service.InvalidAPICallAsNoApiProductMatchFound" } }

GET Access Token

status: "approved"

api_product_list: "[TestProduct]"

expires_in: "3599"

organization_id: "0"

token_type: "BearerToken"

client_id: "4APAcgEPAc2SIg0QyTuHWkfqfBBAC4dH"

access_token: "5DPYO1IANSGVQktY7r5Yi18AWGjK"

Solved Solved
0 1 901
1 ACCEPTED SOLUTION

Not applicable

Can you check if the ApiResources in the Apiproduct points to the right resource path ?

View solution in original post

1 REPLY 1

Not applicable

Can you check if the ApiResources in the Apiproduct points to the right resource path ?