OAUTH - Automating Room and Mural Creation via Powershell in Azure DevOps Pipeline
We are using DevOps Automation to enable training cohorts across our organization.
The goal is to have a powershell step in our build that uses content within our Azure DevOps instance (backlog Items and json files in the repo) to build out standardized training rooms and boards.
This means that I can't/won't have a browser open for a redirect URL for OAuth, and the process needs to use grant_type=client_credentials so that the build can fire and execute the automation unattended. I can't seem to be able to get it to work and would like confirmation that this is actually possible and wonder if anyone has an example (in pretty much ANY programming language, I'm a polyglot) of this actually working without a callback.
Answers
-
Thanks for sharing @ChuckCharbeneau- I'll reach out to our team and see if I can get some support for you regarding this.
0 -
Hi,
are there any updates on this issue? I have a similar use case.
0