I'm setting up a new Web Services integration, which works perfectly.
But when expanding the steps when testing the Auth data action, the client Id is redacted but the secret is not.
If anything I want the secret to be redacted
Secret and Id are provided in the body, not headers.
Content type is application/x-www-form-urlencoded if that matters
I setup the variables as part of the integration setup, so not hard coding them.
clientId
clientSecret
And again the authentication works. And clientId is redacted, along with the token etc as expected, but clientSecret is not redacted on the Data Action test in the UI on step 7 Resolve request body template.
Is there a way to ensure this gets redacted?