Change Azure Client Secret Rotation to show app client id

This commit is contained in:
carlosmonastyrski
2025-04-30 15:17:24 -03:00
parent cf84dde0fa
commit d0a642a63a
9 changed files with 46 additions and 17 deletions

View File

@@ -75,6 +75,7 @@ description: "Learn how to automatically rotate Azure Client Secrets."
},
"parameters": {
"appId": "...",
"clientId": "...",
"appName": "..."
},
"secretsMapping": {
@@ -131,7 +132,8 @@ description: "Learn how to automatically rotate Azure Client Secrets."
"type": "azure-client-secret",
"parameters": {
"appId": "...",
"appName": "..."
"appName": "...",
"clientId": "..."
}
}
}