Why is a new OAuth token generated for every REST API call even when using the same connection alias
Hi all, I’m working on a Service Portal landing page that loads multiple widgets. Each widget executes a server script that calls a SailPoint API using a sn_ws.RESTMessageV2 instance. I’m noticing that every RESTMessage execution is generating a ne...