@DLGross - Thanks, for the details
So I can see that is it possible to assign a group as an "Owner" to a Flow which is good. So let's say hypothetically...
1) I created an O365 group
2) I added individuals to the group who all had appropriate licences
2) I then grant the group Owner permissions to the Flow
How would I then connect to the associated services embedded in the Flow without using another group members personal credentials? Im guessing its not possible to connect to services/app as a group?
To my mind, the only way I can think of doing this is
1) Create an AD Service account and assign relevant Flow licences to it
2) Assign the AD Service account as a "Owner" on the flow (in addition to any other existing owners)
3) Connect to the associated services embedded in the Flow using the credentials of the AD service account.
I believe this approach would allow for the Flow to operate and connect to the associated services and apps without relying on an individual's credentials,
My goal here is to deliver and deploy a flow which can operate completely independently of an individual's credentials. I think an AD service account is a way to go but I'm not sure if this is considered best practice in relation to Flow.
Thanks
Simon