Workflow secret

Hello everyone,

I’m facing a situation where I want to automate the creation of workflows in SailPoint based on a json file. However, either the code nor the API fulfill the job when using a http request node. Every time, the secret gets ignored, which is annoying as I must update it in the UI.
I know that SailPoint doesn’t have a way to do that through API.
I’ve inspected the UI and it calls a private endpoint to create the secret and reference its id.
I tried calling it from postman but got an error indicating that it’s a private endpoint.

  • What have you tried? Creating a workflow using the sail cli
  • What errors did you face (share screenshots)? No error, except that the secret in a http request node gets ignored
  • Share the details of your efforts (code / search query, workflow json etc.)? N/A
  • What is the result you are getting and what were you expecting? The secret gets replace by its id

Thanks for your help.

Hi @anas_sahel

Please check below detailed example KB article from @ugochuik

Using Azure Key Vault for Active Directory workflows