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
check this for the problems that you mentions in your post