Folks,
Looking for a quick response in terms of Authorization and Authentication with multiple .NET & Non .NET based apps :
SSRS Report Viewer Project (.NET Web Appliation that renders out SSRS Reports in SSRS Report Viewer Control)
Legacy .NET Application that Calls Report Viewer project in Tabbed windows or Iframe (No Security implemented apart from User Login & menu restriction based on role )
Leagacy Java Application that Calls Report Viewer project in IFrame (No Security implemented apart from menu restriction based on role)
Questio is how can I restrict a User to start opening the SSRS Report Viewer app by just copying the URL from Iframe and pasting it ? I thoguht of making a URL Referrel restriction that if User is coming from App 2 or App 3 allow the Viewerr to render the
page else just redirect to Access Denied but this obviousl is not looking like a good solution.
I also though of impleme ...
Go to the complete details ...