reporting services - Security on report server URL for SSRS -


i have report takes department_id parameter. users can see report of own department problem can access below url , view other department's report.

http://<server>/reports 

or

http://<server>/reportserver?/<foldername>/report&department_id=5 

is there way make these urls secure authorized users can access it? or option not available in ssrs , have block access through firewall or something? disallowing access url ips , allow web server ip access , make page in asp.net in show report using report viewer?


Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

android - Associate same looper with different threads -

visual studio 2010 - Connect to informix database windows form application -