Below you will find pages that utilize the taxonomy term “Http”
Posts
How to use ExternalItem.ReadWrite.Ownedby
Unlock the secret to mastering M365 Search permissions! Discover how to leverage the ExternalItem.ReadWrite.OwnedBy permission effectively with a simple PATCH request. Don’t risk your project by using the broader ExternalItem.ReadWrite.All—follow this step-by-step guide for a streamlined approach that ensures security and efficiency!
read more
Posts
read more
Using secrets in Logic Apps in a secure way
This is a guide for how to handle secrets in a logic app in a secure way. It combines three resources:
- Accessing Key Vault from Logic App with Managed Identity
- Get Secrets Key Vault API
- Hide your logic apps secrets from prying eyes
First, enable a Managed Identity for your Logic App:
In the KeyVault, add a new Access Policy for the new Managed Identity (from the previous step). Use the least priviliges. In my case it is just enough with GET for secrets.