【发布时间】:2010-10-31 05:54:00
【问题描述】:
首先我为我的英语道歉...... 正如我在标题中所写,我需要保护我的 WCF 服务。 我一直使用 ClientCredentialType="Certificate" 的消息安全模式,检查方式如下:
<serviceCertificate findValue="cn=abc" storeLocation="LocalMachine" storeName="TrustedPeople" x509FindType="FindBySubjectDistinguishedName"/>
<clientCertificate>
<authentication certificateValidationMode="PeerTrust"/>
</clientCertificate>
此配置运行良好,但现在我需要为经过身份验证的客户端分配不同的权限,换句话说,我需要授权。 任何想法? 谢谢, 阿尔贝托
【问题讨论】:
-
这仍然是一个悬而未决的问题吗?
标签: wcf .net-3.5 wcf-security