I'm working on a canvas app that triggers two different flows. Both of these flows require connections to outlook, dataverse, onedrive, microsoft word, and adobe sign. Is it possible to set up a service account that will be used for establishing these connections? And if so, can users of the app who are logged in with their own personal accounts (assuming they have been given access to the app/data sources) use these flows without having to user their own login credentials for the flow connections?
So for example: the flow creates a document using microsoft word, saves it to the dataverse table, and sends it out for signature using adobe sign. If a user triggers that flow, will the service account be able to handle all the connections?