Added a script that creates a Public Client Application that allows impersonation of Azure RM, Graph and DevOps roles.

This commit is contained in:
2026-02-07 12:26:07 +01:00
parent 971460fc4c
commit c7edc3763a
2 changed files with 126 additions and 0 deletions

5
scripts/get-full-app-info.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
APP_NAME="$1"
APP_ID=$(az ad app list --display-name "$APP_NAME" --query "[0].appId" -o tsv)
az ad app show --id "$APP_ID" -o json