I am attempting to use a Node.js program to obtain an access token (grant_type: ‘client_credentials’).
The action fails with a response of ‘{ error: ‘expected audience is required’ }’. I cannot find an
documentation or information as to how to include this required value.
Suggestions?
Thank you!