Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 Analysis Server and Reporting Services (2008)
 custom authorization in SSRS 2008 R2

Author  Topic 

nidabp
Starting Member

15 Posts

Posted - 2012-02-29 : 07:00:41
I have a requirement where I need to provide only custom authorization for the SSRS reports. The solution is to override the CheckAccess method accessing the user roles from the application database.I dont have any code samples regarding the same. The sample code provided in the SSRS explains both authentication and authorization and dont have any deployment instructions. Does any one have a sample code for only authorization and deployment.

Thanx

evjo
Starting Member

20 Posts

Posted - 2012-03-01 : 18:32:34
The adventure works samples contain custom security extensions. http://msftrsprodsamples.codeplex.com/
Go to Top of Page
   

- Advertisement -