Retrieve Token via Azure AD

Hi Community,
i need to retrieve access token Azure AD, I have created a Genesys Web Service and used User Defined (OAuth)
information defined:


this works when creating a Action and defining all the above.
i receive the below error when executing and any assistance would be appreciated

{
"message": "Substitution values invalid in action config. Reference ${credentials.clientId} evaluated to null when attempting to render at StringLiteral[line 1, column 25] A common reason for this error is needing to prepend the variable with 'input.' or 'credentials.'",
"code": "invalid.substitution",
"status": 400,
"messageParams": {},
"contextId": "9a208c7c-da5d-4441-8271-0cafe8a87ee2",
"details": [
{
"errorCode": "ACTION.PROCESSING"
}
],
"errors": []
}

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.