0

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 Answers1

0

check this for the problems that you mentions in your post

rt2800
  • 3,045
  • 2
  • 19
  • 26