开发者

WCF, self hosting - windows service ,implementing a custom claim authorization policy , no IIS

开发者 https://www.devze.com 2023-01-03 03:04 出处:网络
can i implement a custom claim aut开发者_Go百科horization policy for self hosted WCF service (in windows service) without the need for iis installation?

can i implement a custom claim aut开发者_Go百科horization 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.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消