wsFederationHttpBinding over net.tcp
Posted
by CodeChef
on Stack Overflow
See other posts from Stack Overflow
or by CodeChef
Published on 2010-03-22T15:47:01Z
Indexed on
2010/03/22
15:51 UTC
Read the original article
Hit count: 212
I have services that use net.tcp bindings (both streaming and buffered endpoints.) I'd like to add WIF federated security to those services, while continuing to use net.tcp bindings. I've tried to create custom bindings, but so far have been unsuccessful. Below is the general architecture that I'm attempting. I'm looking for the correct binding configuration to make this work.
- Client - WPF Application
- Relying party - WCF Service with net.tcp endpoints
- STS - WCF Service with http(s) endpoint
© Stack Overflow or respective owner