Registering a new end point for the claims search service associates the secure connection with the client certificate. A PowerShell script installed with the SiteMinder claims provider automates the registration process. Register the new end point for all of the web front end (WFE) servers in your SharePoint environment.
If you previously registered another SiteMinder claims search service, remove it by running the following script first:
SharePointClaimsProvider_directory\scripts\Remove-SMClaimSearchService.ps1
Follow these steps:
Specifies the URL associated with the web application hosted on a SharePoint server.
Specifies the URL of the claims search service.
Limits: If the claim search service uses SSL, specify https: as the protocol in the URL.
Specifies the value in the Issued To: field of your client certificate. This client certificate protects the Claims WS (web service).
SharePointClaimsProvider_directory\scripts
.\Add-SMClaimSearchService.ps1 -WebApplication url_of_web_application url -ClaimSearchService https://claims_search_service_url -EnableSSLClientAuthentication -ClientCertificateName name_in_Issued-To:_field_of_Certificate
The new end point is registered.
| Copyright © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |