[D] Would anyone use Recordless rest message in realtime integrations?

Suggy
Giga Sage

1. Would anyone use Recordless Rest message in real-time integrations? It exposes the password right which is not a best practice.

So just wondering if anyone use Recordless Rest message in real-time integrations........

2. If used, what are the consequences as password is visible ? Would it be logged anywhere? Can password be logged using any methods (not to my knowledge, hence asking here)

Thanks in advance!

1 ACCEPTED SOLUTION

Kieran Anson
Kilo Patron

Recordless REST doesn't need to expose the password , you can easily pull credentials from a credentials record / property / encrypted field if needed. Storing the authentication details in the script is largely due to a lack of knowledge. 

 

I've used it where I needed to dynamically cycle through endpoints and credentials based on a decision table. No credentials exposed, no logging of protected values

View solution in original post

6 REPLIES 6

"The StandardCredentialsProvider API provides methods to retrieve credential information.
You can use this API in scoped applications or within the global scope. In scoped scripts, use the sn_cc namespace identifier."

Thanks for your inputs @Kieran Anson  🙂