I’m not aware of a way to include the audience out of the box in the web service connector.
What I think you may need to do is select “Custom Authentication” and put your grant_type, client_id, client_secret, and audience all in a Custom Authentication operation.
Let me know if you have any questions or concerns on the approach.
Thanks , But under Custom auth, I dont see in the Body to use “x-www-form-urlencoded”. How can I use that? Because my application Keys and values should be passed urlencoded in the body of the request.
I have added “Content-Type”: “application/x-www-form-urlencoded” in the header.But it doesnt help.
i.e. Instead of relying on the connector to do runtime URL encoding of the audience into the body, you might want to do static pre-encoded string instead.