SiteMinder Agent for SharePoint Guide › Advanced Options › How to Protect the Claims WS Service using SSL
How to Protect the Claims WS Service using SSL
The Agent for SharePoint performs user look–ups in the SQL Server database of the SharePoint central administration server using the Claims web service (WS). You can encrypt communications to the Claims WS service with SSL. Protecting the Claims WS service requires that several separate procedures performed on various components in your environment.
To protect the Claims WS service using SSL, use the following process:
Note: This procedure provides one possible example of how to configure this feature using third-party tools. CA Technologies did not develop nor provide these tools. These tools are subject to change at any time by the third party without notice. Use this procedure as a guide for configuring this feature in your specific environment. The actual steps required in your situation could be different from the steps that are shown here.
- Review the certificate locations.
- Perform the following tasks on the computer hosting your Agent for SharePoint:
- Verify the prerequisites.
- Generate a key store file for the Claims Search Service.
- Extract the certificate from the key store.
- Edit the server.conf file used by the Agent for SharePoint.
- Generate the SSLConfig.properties file.
- Add a trusted root authority in your SharePoint farm.
- Configure a mutual trust relationship between the claims search service and the claims provider by performing the following tasks on each SharePoint server in your environment:
- Request a client certificate.
- Have your administrator approve your request for a client certificate.
- Verify your approval and install your client certificate.
- Export your client certificate.
- Install the client certificate on your SharePoint servers.
- Grant application pool identity permissions to the certificate.
- Register the end point for the claims search service.
- Return to the computer hosting your Agent for SharePoint and perform the following tasks:
- Create a trusted store for the root certificates.
- Generate an SSLConfig.Properties file for the trusted root certificate store.
- Restart the Agent for SharePoint.