ASP.NET Core 2.2 Correlation error using AzureAD authentication in Kubernetes

31 Views Asked by At

We are deploying an ASP.NET Core 2.2 web app using Azure AD authentication and its working properly in local environment. But when deployed to Azure Kubernetes using Github Actions, we encountered the following error 'Correlation failed':

enter image description here

This is what we also captured in Kiali console after authenticating to Azure AD

enter image description here

See below our Startup.cs snippet

enter image description here

0

There are 0 best solutions below