can i implement a custom claim authorization policy for self hosted WCF service (in windows service) without the need for iis installation? what is the configuration i need for that. is there is any other way to manage authorization outside of WCF service with custom class (as i dont want to interfere the code with authorization checks) thanks.
views:
100answers:
1
+1
Q:
WCF, self hosting - windows service ,implementing a custom claim authorization policy , no IIS
A:
Are you using 3.5 or 4.0?
Here is a screencast about self-hosting that may lead you in the right direction: Self Hosting Screencast
bechbd
2010-06-07 20:02:25
i did not ask about the self host magic thing ( i know this very good ... )i asked about implementing authorization without the need for iis (role manager) or imperative \ declarative authorization checks inside my service.
yaron
2010-06-07 20:27:10
i think this can be the answer: Create a Custom Authorization Manager for a Service:http://msdn.microsoft.com/en-us/library/ms731774.aspx
yaron
2010-06-09 17:11:21