WCF, self hosting - windows service ,implementing a custom claim authorization policy , no IIS
Posted
by yaron
on Stack Overflow
See other posts from Stack Overflow
or by yaron
Published on 2010-06-07T19:58:24Z
Indexed on
2010/06/07
20:02 UTC
Read the original article
Hit count: 498
c#
|wcf-security
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.
© Stack Overflow or respective owner