Trying to configuring a REST collector and I connect using ClientID and ClientSecret
Hello All, I am hoping someone can perhaps guide me where I need to go. I am configuring a REST collector and I connect using ClientID and ClientSecret. I would then in return get a token. The problem I have are the fields Client Secret parameter and the Client secret value. I have added the ClientID as a parameter but I am not winning. I can configure this with Postman and I can use curl to get my token. I am not able to figure how to do this in Cribl.
Answers
-
Can you please share a sanitized example of this?
0 -
Hi Brendan, curl -k -v -H "Content-Type: application/x-www-form-urlencoded" -H "Authorization: Basic ENCODE" -d "grant_type=client_credentials" -X POST https://login.mypurecloud.ie/oauth/token
0 -
ENCODE is where it is encoded in Base 64 in the curl command. The image is the configuration for postman.
0 -
If you want screenshots of the Cribl side I can.
0