Hi All,
We are trying to use Third party oauth - Authorization code grant type. Here when we are trying to store the external token in apigee using generateaccesstoken policy we are getting invalid ClientId error.
We did fallow all the steps in the apigee docs. Still no luck.
Any help is appreciated.
Solved! Go to Solution.
I found out the solution finally. It will remain same as the client credentials grant type in Apigee even it's originally another grant type. It sounds weird, still this is the solution it worked. You have to set the Apigee oauth 2 policy with client credentials grant type and it will work.
I do suggest a clear documentation from Apigee would help a lot.