2009-06-04 146 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

回答