logicappsio / LogicAppConnectionAuth

PowerShell Script to get an authorization link and complete auth for an OAuth connector.
MIT License
44 stars 24 forks source link

Script cannot be run as a powershell task #7

Open iBrooks opened 4 years ago

iBrooks commented 4 years ago

The fact that this script relies on Login-AzureRmAccount means it can't be run as a pipeline task.

Thus the script is not actually useful in the way that is claimed. You cannot fully automate this task end-to-end as you are still required to interact via a popup window.

The readme should be updated accordingly or the script should be updated to actually work autonomously.