Is it possible to disable PrincipalPermission check for WCF-services in web.config

321 Views Asked by At

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

1

There are 1 best solutions below

0
On

check this for the problems that you mentions in your post