Hi,
I have a web application that authenticates using Azure AD. Within that web application, I need to access reports from an SSRS server. I have found that this is possible through Kerberos Constrained Delegation. I have found a few articles showing how it can be achieved but I am not all too sure which one would best work for my scenario.
Link 1: https://docs.microsoft.com/en-us/azure/active-directory/app-proxy/application-proxy-configure-single-sign-on-with-kcd
Link 2: https://docs.microsoft.com/en-us/azure/active-directory/app-proxy/application-proxy-integrate-with-power-bi
Link 3: https://docs.microsoft.com/en-us/power-bi/consumer/mobile/mobile-oauth-ssrs
Looking for any ideas that would help my case.
Thank you!