Hi,
I have a .NET Web App that is accessing reports from a Power BI Report Server. The .NET Web App is using Azure AD for authentication and the Power BI Report Server is configured for Kerberos Constrained Delegation(KCD). If I need to authenticate from my web app to the report server using the Azure AD user, should I just be using CredentialCache.DefaultCredentials and KCD would automatically kick in and my web app will not use the IIS App Pool identity?
Hoping someone can give more clarity on this.
Thanks!