<behaviors>
      <serviceBehaviors>
        <behavior name="Test.Services.WifBehavior">
           <!---Enable the WIF security pipeline by setting useIdentityConfiguration to true-->
          <serviceCredentials useIdentityConfiguration="true" />
          <serviceAuthorization principalPermissionMode="Always"/>
        </behavior>
    </behaviors>