We have set up SQL Reporting Services 2012 and already have some reports installed and running.
We have set up permissions for user roles to access certain reports through active directory and everything works fine when viewing these reports from the SSRS webservice
Now we want to display these reports from inside a website deployed in another server, made in React, which should only list the reports the currently logged user has access to in a more beautiful user interface than what SSRS provides.
How can we determine, from the website, the list of links with the reports to show? Keep in mind users with different permissions should only see the links they have permission to access