Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Scenario
Following are characteristics of the scenario:
- WCF service that expose its functionality via SOAP and requires an issued token based on Client Certificates
Solution
To solve this scenario, use ACS with the following configuration:
- Use SAML 2.0 token when configuring relying party (trust) for your WCF service.
- Use Service Identity of type X.509 certificate.
Supporting Materials
- Securing WCF Services with ACS
- How To: Add Service Identities with an X.509 Certificate, Password, or Symmetric Key
- Code Sample: WCF Certificate Authentication