Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Please provide a process for configuring Client-Credentials grant type in apigee by usign oauth

I am trying to configure Client-Credentials Grant type in apigee by using OAUTH can any please provide the information of required policies.

Solved Solved
0 7 529
1 ACCEPTED 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.

View solution in original post

7 REPLIES 7
Top Solution Authors