Skip to content

Commit d790352

Browse files
committed
AKS freshness pass: AKS-managed Azure AD integration
1 parent 4b02c5d commit d790352

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/aks/managed-aad.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@ title: Use Azure AD in Azure Kubernetes Service
33
description: Learn how to use Azure AD in Azure Kubernetes Service (AKS)
44
services: container-service
55
ms.topic: article
6-
ms.date: 10/20/2021
6+
ms.date: 12/28/2022
77
ms.author: miwithro
88
---
99

1010
# AKS-managed Azure Active Directory integration
1111

12-
AKS-managed Azure AD integration simplifies the Azure AD integration process. Previously, users were required to create a client and server app, and required the Azure AD tenant to grant Directory Read permissions. In the new version, the AKS resource provider manages the client and server apps for you.
12+
AKS-managed Azure Active Directory (Azure AD) integration simplifies the Azure AD integration process. Previously, you were required to create a client and server app, and the Azure AD tenant had to grant Directory Read permissions. Now, the AKS resource provider manages the client and server apps for you.
1313

1414
## Azure AD authentication overview
1515

1616
Cluster administrators can configure Kubernetes role-based access control (Kubernetes RBAC) based on a user's identity or directory group membership. Azure AD 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 [Open ID connect documentation][open-id-connect].
1717

1818
Learn more about the Azure AD integration flow on the [Azure Active Directory integration concepts documentation](concepts-identity.md#azure-ad-integration).
1919

20-
## Limitations
20+
## Limitations
2121

2222
* AKS-managed Azure AD integration can't be disabled
2323
* Changing a AKS-managed Azure AD integrated cluster to legacy AAD is not supported

0 commit comments

Comments
 (0)