I have a WCF Web Service which is consuming by C# client application. I’m also having 4 groups stored in Active Directory. Client application is passing user credentials to
Try Adding the Principalpermission attribute on the method in service class not on the operation contract in the service interface.