Skip to content

Commit 6cf3815

Browse files
committed
updates
1 parent f9e1a58 commit 6cf3815

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/active-directory/develop/workload-identity-federation-block-using-azure-policy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Block workload identity federation using Azure Policy
3-
description:
3+
description: Learn how to use a built-in Azure Policy to block workload identity federation on user-assigned managed identities. Govern the use of federated identity credentials on managed identities so that only approved federation partners can access Azure Active Directory protected resources from external workloads.
44
services: active-directory
55
author: rwike77
66
manager: CelesteDG
@@ -17,9 +17,9 @@ ms.reviewer: cbrooks, udayh, vakarand
1717
#Customer intent: As an application developer or administrator, I want to block the creation of a federated credential on a managed identity so I can allow only trusted partners to use workload identity federation.
1818
---
1919

20-
# Configure an app to trust an external identity provider
20+
# Block workload identity federation on managed identities using a policy
2121

22-
This article describes how to block the creation of federated identity credentials on managed identities by using Azure Policy. By blocking the creation of federated identity credentials, you can allow only trusted federation partners to use [workload identity federation](workload-identity-federation.md) to access Azure AD protected resources. [Azure Policy](/azure/governance/policy/overview) helps enforce certain business rules on your Azure resources and assess compliance of those resources.
22+
This article describes how to block the creation of federated identity credentials on user-assigned managed identities by using Azure Policy. By blocking the creation of federated identity credentials, you can allow only trusted federation partners to use [workload identity federation](workload-identity-federation.md) to access Azure AD protected resources. [Azure Policy](/azure/governance/policy/overview) helps enforce certain business rules on your Azure resources and assess compliance of those resources.
2323

2424
The Not allowed resource types built-in policy can be used to block the creation of federated identity credentials on user-assigned managed identities.
2525

0 commit comments

Comments
 (0)