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

Client Secret and Client ID

Hello,

Is the client_credentials and client_id same as apigeeClientId and apigeeClientPassword when trying to use the following:

curl -i -H 'Content-Type: application/x-www-form-urlencoded' -X POST 'https://docs-test.apigee.net/oauth/accesstoken' -d 'grant_type=client_credentials&client_id=ns4fQc14Zg4hKFCNaSzArVuwszX95X&client_secret=ZIjFyTsNgQNyxI'

 If not, please let me know what is the use for them all.

1 2 219
2 REPLIES 2

Your question is not clear.  You are referring to apigeeClientId and apigeeClientPassword - what are those things?  Are you reading some documentation or tutorial that refers to those things?  Maybe you could cite the documentation link?

 

Client-id and client-secret are part of client-credentials . In GCP they can be created under APIs and Services - > Credentials - > OAuth2.0 Client IDs. Apigee proxy can have its own client id and client-secret which can then be mapped to the gcp client credentials using key value map policy