Blogged: Azure AD Multi tenant Azure App registration consent
https://damienbod.com/2023/01/02/azure-ad-multi-tenant-azure-app-registration-consent/
Blogged: Azure AD Multi tenant Azure App registration consent
https://damienbod.com/2023/01/02/azure-ad-multi-tenant-azure-app-registration-consent/
Blogged: Create Azure App Registration for API using Powershell
https://damienbod.com/2022/11/15/create-azure-app-registration-for-api-using-powershell/
Been working with a client to do #Terraform on #Azure for the first time in a CI/CD pipeline. Their governance folks had some concerns about permissions for the service principal. Our #IaC uses #AppRegistration and we reference the permissions.
The concern is that, if granting the service principal access to update one app registration, you're granting it to all. I can understand the hesitancy. Can't find any way to scope that access.
How did you deal with that?