I created a integration app with the UI, which I later converted to a CLI project.
The app integrates with a service that doesn’t have a REST API, but it has a node.js client. Is it just a matter of adding the logic to the authentication.js script that makes the client call? Perhaps setting sessionConfig.perform.source to a function?