【发布时间】:2011-02-11 10:32:53
【问题描述】:
我的问题可能很愚蠢,但就是这样。
我经历了this 的问题。 jassuncao 建议使用 custom binding 创建的 Yaron Naveh。既然它不是一种非常安全的身份验证方式,我的问题是,如果我使用 Yaron 的自定义绑定并将我的服务放在 https 后面怎么办?它仍然是不安全的吗?
【问题讨论】:
标签: c# wcf authentication .net-3.5 wcf-binding
我的问题可能很愚蠢,但就是这样。
我经历了this 的问题。 jassuncao 建议使用 custom binding 创建的 Yaron Naveh。既然它不是一种非常安全的身份验证方式,我的问题是,如果我使用 Yaron 的自定义绑定并将我的服务放在 https 后面怎么办?它仍然是不安全的吗?
【问题讨论】:
标签: c# wcf authentication .net-3.5 wcf-binding
如果您使用 SSL,则传输将是安全的。不需要自定义绑定。
来自您提到的Introducing WCF ClearUsernameBinding 页面:
Sachin said...
How does this work in IIS hosted environment with SSL certificate. Also in order to provide interoperability how will the clients using non woindows environment will be able to provide the user credentioals?
February 18, 2009 9:06 PM
Yaron Naveh said...
Hi Sachin
When SSL is used there is no need for clearUsernameBinding - you can use the out of the box WCF configurations.
As for interoperability, clearUsernameBinding adheres to the WSS username profile.
【讨论】: