This is a migrated thread and some comments may be shown as answers.

Securing Reporting WCF Service?

1 Answer 59 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Gary Klesczewski
Top achievements
Rank 1
Gary Klesczewski asked on 20 Aug 2010, 09:01 PM
Hi,

I am working on adding Telerik Reporting for Silverlight to an application. I need to add some logic to secure the reports, and I would like to inject an attribute onto the Telerik Reporting service to do this (so I can reuse the existing code). The goal here is to inject my logic into the WCF call stack before it reaches the Telerik code.

I was able to do this by adding a custom attribute to the service method in my code where I add a custom invoker to each service method. Is there a way I can do the same with the Telerik service? All the examples I see show a declarative solution to adding the Telerik service.

If not, is there a way to add logic (once) to the reporting service to limit access to the code?

I have special logic because we have two methods of authentication that we have to support simultaneously.

Thank you,
Gary Klesczewski
Northeast Utilities

1 Answer, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 25 Aug 2010, 07:55 AM
Hello Gary,

Please review the following help article for "non declarative" solution to adding the service: How to: Create Self-Hosted Telerik Reporting WCF Service.

Regards,
Steve
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
General Discussions
Asked by
Gary Klesczewski
Top achievements
Rank 1
Answers by
Steve
Telerik team
Share this question
or