|
2 | 2 | title: Create a trust relationship between a user-assigned managed identity and an external identity provider
|
3 | 3 | description: Set up a trust relationship between a user-assigned managed identity in Azure AD and an external identity provider. This allows a software workload outside of Azure to access Azure AD protected resources without using secrets or certificates.
|
4 | 4 | services: active-directory
|
5 |
| -author: davidmu1 |
| 5 | +author: rwike77 |
6 | 6 | manager: CelesteDG
|
7 | 7 |
|
8 | 8 | ms.service: active-directory
|
9 | 9 | ms.subservice: develop
|
10 | 10 | ms.topic: how-to
|
11 | 11 | ms.workload: identity
|
12 |
| -ms.date: 01/19/2023 |
13 |
| -ms.author: davidmu |
| 12 | +ms.date: 03/06/2023 |
| 13 | +ms.author: ryanwi |
14 | 14 | ms.custom: aaddev
|
15 | 15 | ms.reviewer: shkhalide, udayh, vakarand
|
16 | 16 | zone_pivot_groups: identity-wif-mi-methods
|
@@ -38,7 +38,7 @@ To learn more about supported regions, time to propagate federated credential up
|
38 | 38 | - If you're unfamiliar with managed identities for Azure resources, check out the [overview section](../managed-identities-azure-resources/overview.md). Be sure to review the [difference between a system-assigned and user-assigned managed identity](../managed-identities-azure-resources/overview.md#managed-identity-types).
|
39 | 39 | - If you don't already have an Azure account, [sign up for a free account](https://azure.microsoft.com/free/) before you continue.
|
40 | 40 | - Get the information for your external IdP and software workload, which you need in the following steps.
|
41 |
| -- To create a user-assigned managed identity and configure a federated identity credential, your account needs the [Managed Identity Contributor](../../role-based-access-control/built-in-roles.md#managed-identity-contributor) role assignment. |
| 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 | 43 | - Find the object ID of the user-assigned managed identity, which you need in the following steps.
|
44 | 44 |
|
@@ -179,7 +179,7 @@ To delete a specific federated identity credential, select the **Delete** icon f
|
179 | 179 | - If you're unfamiliar with managed identities for Azure resources, check out the [overview section](../managed-identities-azure-resources/overview.md). Be sure to review the [difference between a system-assigned and user-assigned managed identity](../managed-identities-azure-resources/overview.md#managed-identity-types).
|
180 | 180 | - If you don't already have an Azure account, [sign up for a free account](https://azure.microsoft.com/free/) before you continue.
|
181 | 181 | - Get the information for your external IdP and software workload, which you need in the following steps.
|
182 |
| -- To create a user-assigned managed identity and configure a federated identity credential, your account needs the [Managed Identity Contributor](../../role-based-access-control/built-in-roles.md#managed-identity-contributor) role assignment. |
| 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 | 184 | - Find the object ID of the user-assigned managed identity, which you need in the following steps.
|
185 | 185 |
|
@@ -277,7 +277,7 @@ az identity federated-credential delete --name $ficId --identity-name $uaId --re
|
277 | 277 | - If you're unfamiliar with managed identities for Azure resources, check out the [overview section](../managed-identities-azure-resources/overview.md). Be sure to review the [difference between a system-assigned and user-assigned managed identity](../managed-identities-azure-resources/overview.md#managed-identity-types).
|
278 | 278 | - If you don't already have an Azure account, [sign up for a free account](https://azure.microsoft.com/free/) before you continue.
|
279 | 279 | - Get the information for your external IdP and software workload, which you need in the following steps.
|
280 |
| -- To create a user-assigned managed identity and configure a federated identity credential, your account needs the [Managed Identity Contributor](../../role-based-access-control/built-in-roles.md#managed-identity-contributor) role assignment. |
| 280 | +- 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. |
281 | 281 | - To run the example scripts, you have two options:
|
282 | 282 | - 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.
|
@@ -351,7 +351,7 @@ Remove-AzFederatedIdentityCredentials -ResourceGroupName azure-rg-test -Identity
|
351 | 351 | - If you're unfamiliar with managed identities for Azure resources, check out the [overview section](../managed-identities-azure-resources/overview.md). Be sure to review the [difference between a system-assigned and user-assigned managed identity](../managed-identities-azure-resources/overview.md#managed-identity-types).
|
352 | 352 | - If you don't already have an Azure account, [sign up for a free account](https://azure.microsoft.com/free/) before you continue.
|
353 | 353 | - Get the information for your external IdP and software workload, which you need in the following steps.
|
354 |
| -- To create a user-assigned managed identity and configure a federated identity credential, your account needs the [Managed Identity Contributor](../../role-based-access-control/built-in-roles.md#managed-identity-contributor) role assignment. |
| 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 | 356 | - Find the object ID of the user-assigned managed identity, which you need in the following steps.
|
357 | 357 |
|
@@ -468,7 +468,7 @@ Make sure that any kind of automation creates federated identity credentials und
|
468 | 468 | - If you're unfamiliar with managed identities for Azure resources, check out the [overview section](../managed-identities-azure-resources/overview.md). Be sure to review the [difference between a system-assigned and user-assigned managed identity](../managed-identities-azure-resources/overview.md#managed-identity-types).
|
469 | 469 | - If you don't already have an Azure account, [sign up for a free account](https://azure.microsoft.com/free/) before you continue.
|
470 | 470 | - Get the information for your external IdP and software workload, which you need in the following steps.
|
471 |
| -- To create a user-assigned managed identity and configure a federated identity credential, your account needs the [Managed Identity Contributor](../../role-based-access-control/built-in-roles.md#managed-identity-contributor) role assignment. |
| 471 | +- 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. |
472 | 472 | - You can run all the commands in this article either in the cloud or locally:
|
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).
|
|
0 commit comments