Improve error propagation and change appId to objectId to match azure

This commit is contained in:
carlosmonastyrski
2025-04-30 20:06:13 -03:00
parent a01a9f3f77
commit d161be1170
10 changed files with 62 additions and 34 deletions

View File

@@ -50,7 +50,7 @@ description: "Learn how to automatically rotate Azure Client Secrets."
To create an Azure Client Secret Rotation, make an API request to the [Create Azure
Client Secret Rotation](/api-reference/endpoints/secret-rotations/azure-client-secret/create) API endpoint.
You will first need the **Client ID** of the Azure application you want to rotate the secret for. This can be obtained from the Applications dashboard.
You will first need the **Client ID** and **Object ID** of the Azure application you want to rotate the secret for. This can be obtained from the Applications dashboard.
![Azure Client ID](/images/secret-rotations-v2/azure-client-secret/azure-app-client-id.png)
@@ -74,7 +74,7 @@ description: "Learn how to automatically rotate Azure Client Secrets."
"minutes": 0
},
"parameters": {
"appId": "...",
"objectId": "...",
"clientId": "...",
"appName": "..."
},
@@ -131,7 +131,7 @@ description: "Learn how to automatically rotate Azure Client Secrets."
"lastRotationMessage": null,
"type": "azure-client-secret",
"parameters": {
"appId": "...",
"objectId": "...",
"appName": "...",
"clientId": "..."
}