Skip to content

Commit 65752ef

Browse files
authored
Update workload-identity-overview.md
1 parent 9c93e8f commit 65752ef

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/aks/workload-identity-overview.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Use an Azure AD workload identities (preview) on Azure Kubernetes Service (AKS)
33
description: Learn about Azure Active Directory workload identity (preview) for Azure Kubernetes Service (AKS) and how to migrate your application to authenticate using this identity.
44
ms.topic: article
5-
ms.date: 03/14/2023
5+
ms.date: 03/27/2023
66

77
---
88

@@ -42,6 +42,10 @@ This article helps you understand this new authentication feature, and reviews t
4242
- You can only have 20 federated identity credentials per managed identity.
4343
- It takes a few seconds for the federated identity credential to be propagated after being initially added.
4444

45+
## Language SDK examples
46+
- [Azure Identity SDK](https://azure.github.io/azure-workload-identity/docs/topics/language-specific-examples/azure-identity-sdk.html)
47+
- [MSAL](https://azure.github.io/azure-workload-identity/docs/topics/language-specific-examples/msal.html)
48+
4549
## How it works
4650

4751
In this security model, the AKS cluster acts as token issuer, Azure Active Directory uses OpenID Connect to discover public signing keys and verify the authenticity of the service account token before exchanging it for an Azure AD token. Your workload can exchange a service account token projected to its volume for an Azure AD token using the Azure Identity client library or the Microsoft Authentication Library.

0 commit comments

Comments
 (0)