Hi guys,
I am trying to setup the source connection of genesys purecloud using SCIM2.0 and OAUTH2.0 client credentials. I have tested using postman and it worked but not working in sailpoint.
I am getting the following error:
“error”:“invalid_client”,“description”:“multiple credentials specified”
IDN sends by default OAuth credentials in the body and in the header so this can explain the problem.
By API, edit the source to add the connector attribute oauth_body_attrs_to_exclude with the value client_secret,client_id.
Note: you can use the VSCode extension to ease the edition of the source and add the attribute.
For those looking to do this via API, you can use the following request.