Ludvig Börjesson
Ludvig Börjesson

Reputation: 11

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

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

Answers (1)

rt2800
rt2800

Reputation: 3045

check this for the problems that you mentions in your post

Upvotes: 0

Related Questions