Skip to content

Commit 30337c1

Browse files
committed
updated article
1 parent 230aff1 commit 30337c1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/aks/enable-authentication-microsoft-entra-id.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
---
2-
title: Enable Managed Identity Authentication
3-
description: Learn how to enable Microsoft Entra ID on Azure Kubernetes Service with kubelogin and authenticateAzure users with credentials or managed roles.
2+
title: Enable managed identity authentication on Azure Kubernetes Service
3+
description: Learn how to enable Microsoft Entra ID on Azure Kubernetes Service with kubelogin and authenticate Azure users with credentials or managed roles.
44
ms.topic: article
55
ms.date: 11/22/2023
66
ms.custom: devx-track-azurecli
77
ms.author: miwithro
88
---
99

10-
# Enable Azure Managed Identity authentication for Kubernetes clusters with kubelogin
10+
# Enable Azure managed identity authentication for Kubernetes clusters with kubelogin
1111

1212
The AKS-managed Microsoft Entra integration simplifies the Microsoft Entra integration process. Previously, you were required to create a client and server app, and the Microsoft Entra tenant had to grant Directory Read permissions. Now, the AKS resource provider manages the client and server apps for you.
1313

1414
Cluster administrators can configure Kubernetes role-based access control (Kubernetes RBAC) based on a user's identity or directory group membership. Microsoft Entra authentication is provided to AKS clusters with OpenID Connect. OpenID Connect is an identity layer built on top of the OAuth 2.0 protocol. For more information on OpenID Connect, see the [OpenID Connect documentation][open-id-connect].
1515

1616
Learn more about the Microsoft Entra integration flow in the [Microsoft Entra documentation](concepts-identity.md#azure-ad-integration).
1717

18-
## Limitations of integration
18+
## Limitations
1919

20-
Azure Managed ID on AKS has certain limits to account for before you make a decision.
20+
The following are constraints integrating Azure managed identity authentication on AKS.
2121

22-
* The integration can't be disabled once added.
22+
* Integration can't be disabled once added.
2323
* Downgrades from an integrated cluster to the legacy Microsoft Entra ID clusters aren't supported.
2424
* Clusters without Kubernetes RBAC support are unable to add the integration.
2525

0 commit comments

Comments
 (0)