Azure kubernetes and Azure API management : Azure AD authentication?

10/3/2020

I have deployed both the frontend(AngularJS) and bacend(Asp.net core web api) on Azure kubernetes and I have Azure API management in front of the Azure kubernetes services.

As I can implement the Azure AD authentication either at the Azure kubernetes service or at the Azure API management level, which one I should choose to secure the application using Azure AD and why!?

-- Karthikeyan Vijayakumar
azure
azure-active-directory
azure-aks
azure-api-management
kubernetes

1 Answer

10/3/2020

You can achieve this by deploying an AKS managed AD cluster. AKS-managed Azure AD integration is designed to simplify the Azure AD integration experience

-- Sajeetharan
Source: StackOverflow