Workflow HTTP Request Encryption

Hi,

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.

Thanks,
Shantha Kumar

Hi All,

As of now it’s ok that the encryption is happening in the UI, but if you have any idea to this pls add your thoughts here.

Thanks

Hi @Santhakumar
This is weird the secret should be encrypted as well; It should look something like this

$secret.SomeID

This is how it looks on my tenant.

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.

If it still doesn’t works, best route would be to raise a ticket with sailpoint.

@neeraj99 It’s look good in the picture you have shown. If you check under formRequestBody it was not encrypted there.

Can you share the snippet of the code or image? I want to understand which action is it that you have used?