2009-06-04 190 views
2

首先,我为我的英语道歉...... 正如我在标题中写的,我需要保护我的WCF服务。 我总是使用ClientCredentialType =“证书”,以这种方式检查所使用的消息安全模式:WCF服务安全认证和授权

<serviceCertificate findValue="cn=abc" storeLocation="LocalMachine" storeName="TrustedPeople" x509FindType="FindBySubjectDistinguishedName"/> 
<clientCertificate> 
    <authentication certificateValidationMode="PeerTrust"/> 
</clientCertificate> 

此配置运作良好,但现在我需要不同的权限分配给经过身份验证的客户,我需要授权换句话说。 有什么想法? 谢谢, Alberto

+0

这是一个尚未解决的问题吗? – Tanner 2009-10-19 08:50:06

回答