Search code examples
c#wcfwcf-bindingwif

any equivalent binding like wsDualHttpBinding, which works for WIF for federated security?


I'm looking to setup a wsDualHttpBinding wcf endpoint to provide WCF eventing. However, the rest of my application uses WIF to provide authN/authZ support via Claims security. For those endpoints protected by WIF, I'm using WS2007FederationHttpBinding

Is there any pre-existing binding like WS2007FederationHttpBinding, except with duplex support?


Solution

  • Seems like there is no duplex binding for federated wcf.

    Thus I'm now on plan B. use existing WS2007FederationHttpBinding, and create a long polling WCF operation to simulate duplex behavior. One side benefit of this approach is that its firewall friendly.