I've searched a couple places for this but haven't found a solution that would meet my needs. I currently develop a web application that also provides direct access to a reporting services server hosting SSRS reports. I am able to pass credentials created for the application that has admin privileges to the folders so it can pull together a list of the different reports. What I need to be able to do is have it check to see if the logged in user has the correct privileges to the report that they're viewing. I would prefer not to manage this in the application as I don't maintain the SSRS reports. Does anyone have any suggestions?
Both the application and the Reporting services are contained in the intranet for the company and is not accessible outside so we are using NT authentication on both. My application checks the LDAP to validate active users only have access. I just need to be able to match the NT Login I receive with the list on the Report Server.