Skip to content

Commit d04d29a

Browse files
Merge pull request #232207 from miwithro/patch-232
Update workload-identity-overview.md
2 parents 3020572 + 4f77f95 commit d04d29a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

articles/aks/workload-identity-overview.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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.
@@ -59,6 +63,10 @@ The following diagram summarizes the authentication sequence using OpenID Connec
5963

6064
:::image type="content" source="media/workload-identity-overview/aks-workload-identity-oidc-authentication-model.png" alt-text="Diagram of the AKS workload identity OIDC authentication sequence.":::
6165

66+
### Webhook Certificate Auto Rotation
67+
68+
Similar to other webhook addons, the certificate will be rotated by cluster certificate [auto rotation](https://learn.microsoft.com/azure/aks/certificate-rotation#certificate-auto-rotation) operation.
69+
6270
## Service account labels and annotations
6371

6472
Azure AD workload identity supports the following mappings related to a service account:

0 commit comments

Comments
 (0)