mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Improve error propagation and change appId to objectId to match azure
This commit is contained in:
@@ -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.
|
||||

|
||||
|
||||
|
||||
@@ -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": "..."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user