Forum Discussion
JaroslavKozak
Jun 15, 2020Copper Contributor
Sentinel as Code - Api COnnections
Hello,
I have several JSON templates for Playbooks and Logic apps. I can deploy them successfully with any issues. However, I have to manually authorize API connections used in Sentinel Playbook.
Is there a script/solution to authorize API connections without user interaction?
6 Replies
- Thijs LecomteBronze ContributorWhat API connectors are you looking into?
You can create them through an ARM template:
https://github.com/Azure/Azure-Sentinel/blob/master/Playbooks/Close-Incident-ASCAlert/azuredeploy.json
But OAuth API connections that utilize username/passwords require you to authorize user interaction
What connection are you looking into automating?
Happy to look into these with you as I have researched this quite a bit- SocInABoxIron Contributor
Thijs Lecomte Do you have a walkthrough for creating a playbook template?
I know there are some instructions here:
But a walkthrough or video example would greatly help.
- Thijs LecomteBronze Contributor