Worflow HTTP Request Action

By following this method, I able to generate a bearer token to send an API request to external system. But, I found out the token generated was clearly display in the workflow output. Any way that we can mask the output?

Hi @kmohdaris

Welcome to the Developer Community :tada:

No, the HTTP action works exactly the same way as the API, and we cannot control or mask secrets returned in the response.

Instead, check whether you can leverage Credential Providers:
https://documentation.sailpoint.com/connectors/isc/landingpages/help/landingpages/credential_providers.html

Thank you

1 Like

Hi @kmohdaris ,

Just would like to add on to @sidharth_tarlapally , You can use credential provider, API token from API management or PAT of a authorised service account with a proper expiry date.

1 Like