You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory/workload-identities/workload-identity-federation-create-trust-user-assigned-managed-identity.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ To learn more about supported regions, time to propagate federated credential up
40
40
- Get the information for your external IdP and software workload, which you need in the following steps.
41
41
- To create a user-assigned managed identity and configure a federated identity credential, your account needs the [Contributor](../../role-based-access-control/built-in-roles.md#contributor) or [Owner](../../role-based-access-control/built-in-roles.md#owner) role assignment.
42
42
-[Create a user-assigned manged identity](../managed-identities-azure-resources/how-manage-user-assigned-managed-identities.md?pivots=identity-mi-methods-azp#create-a-user-assigned-managed-identity)
43
-
- Find the object ID of the user-assigned managed identity, which you need in the following steps.
43
+
- Find the name of the user-assigned managed identity, which you need in the following steps.
44
44
45
45
## Configure a federated identity credential on a user-assigned managed identity
46
46
@@ -181,13 +181,13 @@ To delete a specific federated identity credential, select the **Delete** icon f
181
181
- Get the information for your external IdP and software workload, which you need in the following steps.
182
182
- To create a user-assigned managed identity and configure a federated identity credential, your account needs the [Contributor](../../role-based-access-control/built-in-roles.md#contributor) or [Owner](../../role-based-access-control/built-in-roles.md#owner) role assignment.
183
183
- [Create a user-assigned manged identity](../managed-identities-azure-resources/how-manage-user-assigned-managed-identities.md?pivots=identity-mi-methods-azcli#create-a-user-assigned-managed-identity-1)
184
-
- Find the object ID of the user-assigned managed identity, which you need in the following steps.
184
+
- Find the name of the user-assigned managed identity, which you need in the following steps.
## Configure a federated identity credential on a user-assigned managed identity
189
189
190
-
Run the [az identity federated-credential create](/cli/azure/identity/federated-credential#az-identity-federated-credential-create) command to create a new federated identity credential on your user-assigned managed identity (specified by the object ID of the app). Specify the *name*, *issuer*, *subject*, and other parameters.
190
+
Run the [az identity federated-credential create](/cli/azure/identity/federated-credential#az-identity-federated-credential-create) command to create a new federated identity credential on your user-assigned managed identity (specified by the name). Specify the *name*, *issuer*, *subject*, and other parameters.
- Use [Azure Cloud Shell](../../cloud-shell/overview.md), which you can open by using the **Try It** button in the upper-right corner of code blocks.
283
283
- Run scripts locally with Azure PowerShell, as described in the next section.
284
284
- [Create a user-assigned manged identity](../managed-identities-azure-resources/how-manage-user-assigned-managed-identities.md?pivots=identity-mi-methods-powershell#list-user-assigned-managed-identities-2)
285
-
- Find the object ID of the user-assigned managed identity, which you need in the following steps.
285
+
- Find the name of the user-assigned managed identity, which you need in the following steps.
286
286
287
287
### Configure Azure PowerShell locally
288
288
@@ -312,7 +312,7 @@ To use Azure PowerShell locally for this article instead of using Cloud Shell:
312
312
313
313
## Configure a federated identity credential on a user-assigned managed identity
314
314
315
-
Run the New-AzFederatedIdentityCredentials command to create a new federated identity credential on your user-assigned managed identity (specified by the object ID of the app). Specify the *name*, *issuer*, *subject*, and other parameters.
315
+
Run the [New-AzFederatedIdentityCredentials](/powershell/module/az.managedserviceidentity/new-azfederatedidentitycredentials) command to create a new federated identity credential on your user-assigned managed identity (specified by the name). Specify the *name*, *issuer*, *subject*, and other parameters.
## List federated identity credentials on a user-assigned managed identity
323
323
324
-
Run the Get-AzFederatedIdentityCredentials command to read all the federated identity credentials configured on a user-assigned managed identity:
324
+
Run the [Get-AzFederatedIdentityCredentials](/powershell/module/az.managedserviceidentity/get-azfederatedidentitycredentials) command to read all the federated identity credentials configured on a user-assigned managed identity:
## Get a federated identity credential on a user-assigned managed identity
331
331
332
-
Run the Get-AzFederatedIdentityCredentials command to show a federated identity credential (by ID):
332
+
Run the [Get-AzFederatedIdentityCredentials](/powershell/module/az.managedserviceidentity/get-azfederatedidentitycredentials) command to show a federated identity credential (by name):
## Delete a federated identity credential from a user-assigned managed identity
339
339
340
-
Run the Remove-AzFederatedIdentityCredentials command to delete a federated identity credential under an existing user assigned identity.
340
+
Run the [Remove-AzFederatedIdentityCredentials](/powershell/module/az.managedserviceidentity/remove-azfederatedidentitycredentials) command to delete a federated identity credential under an existing user assigned identity.
- Get the information for your external IdP and software workload, which you need in the following steps.
354
354
- To create a user-assigned managed identity and configure a federated identity credential, your account needs the [Contributor](../../role-based-access-control/built-in-roles.md#contributor) or [Owner](../../role-based-access-control/built-in-roles.md#owner) role assignment.
355
355
-[Create a user-assigned manged identity](../managed-identities-azure-resources/how-manage-user-assigned-managed-identities.md?pivots=identity-mi-methods-arm#create-a-user-assigned-managed-identity-3)
356
-
- Find the object ID of the user-assigned managed identity, which you need in the following steps.
356
+
- Find the name of the user-assigned managed identity, which you need in the following steps.
357
357
358
358
## Template creation and editing
359
359
@@ -473,7 +473,7 @@ Make sure that any kind of automation creates federated identity credentials und
473
473
- To run in the cloud, use [Azure Cloud Shell](../../cloud-shell/overview.md).
474
474
- To run locally, install [curl](https://curl.haxx.se/download.html) and the [Azure CLI](/cli/azure/install-azure-cli).
475
475
-[Create a user-assigned manged identity](../managed-identities-azure-resources/how-manage-user-assigned-managed-identities.md?pivots=identity-mi-methods-rest#create-a-user-assigned-managed-identity-4)
476
-
- Find the object ID of the user-assigned managed identity, which you need in the following steps.
476
+
- Find the name of the user-assigned managed identity, which you need in the following steps.
477
477
478
478
## Obtain a bearer access token
479
479
@@ -491,7 +491,7 @@ Make sure that any kind of automation creates federated identity credentials und
491
491
492
492
## Configure a federated identity credential on a user-assigned managed identity
493
493
494
-
Create or update a federated identity credential on the specified user-assigned managed identity.
494
+
[Create or update a federated identity credential](/rest/api/managedidentity/2022-01-31-preview/federated-identity-credentials/create-or-update) on the specified user-assigned managed identity.
@@ -530,7 +530,7 @@ PUT https://management.azure.com/subscriptions/<SUBSCRIPTION ID>/resourceGroups/
530
530
531
531
## List federated identity credentials on a user-assigned managed identity
532
532
533
-
List all the federated identity credentials on the specified user-assigned managed identity.
533
+
[List all the federated identity credentials](/rest/api/managedidentity/2022-01-31-preview/federated-identity-credentials/list) on the specified user-assigned managed identity.
## Get a federated identity credential on a user-assigned managed identity
552
552
553
-
Get a federated identity credential on the specified user-assigned managed identity.
553
+
[Get a federated identity credential](/rest/api/managedidentity/2022-01-31-preview/federated-identity-credentials/get) on the specified user-assigned managed identity.
## Delete a federated identity credential from a user-assigned managed identity
572
572
573
-
Delete a federated identity credential on the specified user-assigned managed identity.
573
+
[Delete a federated identity credential](/rest/api/managedidentity/2022-01-31-preview/federated-identity-credentials/delete) on the specified user-assigned managed identity.
0 commit comments