Reputation: 11
My wcf-services uses Principalpermissions for authenticating users like follows:
<PrincipalPermission(SecurityAction.Demand, Role:="WCFUser")>
Is there any possibility without changing source code to disable this PrincipalPermission check, like a section in web.config or something similar
Upvotes: 0
Views: 315