DualChannel binding over Federation Security

泄露秘密 提交于 2019-12-11 04:58:05

问题


We are running a set of WCF services over HTTPS and using the ws2007FederationHttpBinding binding to authenticate against a STS.

Now we need to add a dual/duplex service using the same authentication technique. Know Your Binding Options states that only wsDualHttpBinding is available for duplex services. Can i use it together with my STS and if yes does somebody know how to configure it?


回答1:


No, and if outward facing, dual binding is generally a bad idea. http://blog.gdssecurity.com/labs/2010/2/12/abusing-wcf-to-perform-remote-port-scans.html Know the risks...



来源:https://stackoverflow.com/questions/10499228/dualchannel-binding-over-federation-security

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!