The CreatorCon Call for Content is officially open! Get started here.

Flow Designer - REST - Is there a way to have the response body as Password (2 way encrypted)?

B3N_AU
Tera Guru

Hi,

I have an action that contains a REST step to retrieve a password from our password vault.

This is working without issue.

 

What is happening is that the password is being returned in the Response Body as a String. Which is visible in the logs.

B3N_AU_0-1691108079549.png

 

What I was hoping for was to have the response body of type Password(2 way encrypted) so that it would be masked from the logs.

 

Is there any way to achieve this? Or might there be an alternative solution?

 

Cheers Ben

3 REPLIES 3

LearnUseThrive
Mega Sage

What kind of password vault? What are its capabilities? ServiceNow can't control what a third party is sending, except as dictated by the APIs documentation.

B3N_AU
Tera Guru

Thank you for the reply,

The response body in this case is a string.

I shouldn't have mentioned that it was a password because it could be any sensitive information that I'm trying to mask.


To rephrase the question - Can a the response body of a REST call through Flow Designer be masked so that it's not logged in plain text.

Erick18
Mega Guru

Were you able to find a solution?