It is pretty easy to create a logic app that connects to SharePoint Online and creates list items. However, when I create the connection, it defaults to connecting as the developer (me). I'd like to run this as a "service account" for prod and need to deploy via ARM template. When attempting to authenticate as a different user from the browser (in the "authenticate" button from the Edit API Connection), it may ask for the username, but still defaults to my credentials.
Is there any way to set the username/password/token in the ARM template for automated deployment? Is there a way to have the browser log on options actually prompt for service account credentials?