I want to encrypt the client secret that i have used in HTTP Request in workflow. However i have used OAuth credentials as Auth Type and it was encrypted in the UI. But when i have checked from API i am able to see the clientSecret there.
Is there any other way to handle this. Also i have searched the community regarding but i can’t find much more.
And i have confirmed this as well that for every workflow it is something different $secret.ID even though the secret is used same in all the workflows.
Maybe try creating a new workflow because OOTB sailpoint workflows supports this.
@neeraj99 I have previously used the Auth type as None and used the POST method to generate the token using the form-data as body format.
After then i have changed it to OAuth does this will affect or it will shows the formRequestBody when we take the WF through API or download the script.