views:

64

answers:

0

Hello,

I am using a custom forms authentication component in SSRS 2005. Everything works great with that except for authorization. I was hoping to be able to configure authorization so that it would control which features were available within the application. So if I wanted the user to only have access to the report builder, I could control that through the authorization component.

To test this, in trying to gain access to everything, I temporarily setup the checkaccess methods to return true always.... I was thinking that's what I needed to do to open up access, but it doesn't work. I also uncommented the principal check and always add the permissions when getpermissions is called. The system still pulls the roles from the underlying SSRS database and not from my component...

I'm confused as to why. Anybody can shed some clarity?

Thanks.