
Answer-first summary for fast verification
Answer: Establish an OAuth 2.0 authorization endpoint within 'contoso.com'.
The correct answer is B. Azure Kubernetes Service (AKS) integrates with Azure Active Directory (Azure AD) via OAuth 2.0 for authentication purposes. In order to allow users in the contoso.com tenant to authenticate and access the AKS1 cluster, an OAuth 2.0 authorization endpoint must be created. This endpoint will facilitate the necessary OAuth 2.0 protocol for users to obtain access tokens, which are used for accessing the Kubernetes API server. Other options, such as modifying organization relationships settings or creating namespaces, do not address the need for proper authentication integration between Azure AD and AKS.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
In an Azure subscription with a tenant 'contoso.com' and an AKS cluster 'AKS1', how do you initially address the issue of an administrator being unable to grant AKS1 access to 'contoso.com' users?
A
Adjust 'contoso.com' Organization relationships settings.
B
Establish an OAuth 2.0 authorization endpoint within 'contoso.com'.
C
Reconfigure the 'AKS1' cluster.
D
Initiate a namespace creation operation in 'AKS1'.
No comments yet.