Forum Discussion
anupagrawal77
8 years agoRegular Visitor
Custom Authorization in Power Bi Report Server
I need to implement custom security in reporting services. I have followed the standard example here: https://github.com/Microsoft/Reporting-Services/tree/master/CustomSecuritySample I got ...
Anonymous
7 years agoNot applicable
I have the same issue. I am trying to get the name of the item from the CheckAccess methods and then use authorization data not stored in in report server database to authorize the request.
Based on this post, it looks like this is no longer possible.
Has anyone found a way to get the name of a resource from AceCollection passed to the CheckAccess methods?