Skip to content

Commit c80776f

Browse files
authored
[Azure AD] Adding managed identity
1 parent b698a47 commit c80776f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/active-directory/develop/workload-identities-overview.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,16 @@ At a high level, there are two types of identities: human and machine/non-human
4040

4141
## Supported scenarios
4242

43+
4344
Here are some ways you can use workload identities:
45+
46+
- Access Azure AD protected resources without needing to manage secrets for workloads that run on Azure using [managed identity](../managed-identities-azure-resources/overview.md).
47+
- Access Azure AD protected resources without needing to manage secrets for scenarios such as GitHub Actions, workloads running on Kubernetes, or workloads running in compute platforms outside of Azure using [workload identity federation](workload-identity-federation.md).
4448
- Review service principals and applications that are assigned to privileged directory roles in Azure AD using [access reviews for service principals](../privileged-identity-management/pim-create-azure-ad-roles-and-resource-roles-review.md).
45-
- Access Azure AD protected resources without needing to manage secrets (for supported scenarios) using [workload identity federation](workload-identity-federation.md).
4649
- Apply Conditional Access policies to service principals owned by your organization using [Conditional Access for workload identities](../conditional-access/workload-identity.md).
4750
- Secure workload identities with [Identity Protection](../identity-protection/concept-workload-identity-risk.md).
4851

52+
4953
## Next steps
5054

5155
Learn how to [secure access of workload identities](../conditional-access/workload-identity.md) with adaptive policies.

0 commit comments

Comments
 (0)