I am trying to configure Client-Credentials Grant type in apigee by using OAUTH can any please provide the information of required policies.
Solved! Go to Solution.
@Rajesh Nimmada , You got the access token from client credentials generate API token call, Once you have the access token , Call the actual API resources using Authorization header ,
Authorization : Bearer {ACCESSTOKEN}
Make sure your API resource does verify access token & same API resource / proxy has been added to the product that you have used to generate token.