Added a script that creates a Public Client Application that allows impersonation of Azure RM, Graph and DevOps roles.
This commit is contained in:
5
scripts/get-full-app-info.sh
Executable file
5
scripts/get-full-app-info.sh
Executable 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
|
||||
Reference in New Issue
Block a user