Greetings,
I have a .net MVC web app on premises that authenticates users by obtaining tokens from the Azure AD, synchronized with the active directory on premises. Upon accessing the app, the user can click on page links to render on-premises SSRS reports. The Azure AD identity is passed into the SSRS reports as a reportviewer parameter to be used with the reports' datasets.
Everything works fine except the .net page connects to the Reporting Services using network credentials, not Azure credentials. Is there any way to pass User.Identity.Name as a login to connect to the SSRS?
Thanks!