The next step in establishing the mutual trust relationship is registering the claims search service endpoint on all WFE servers in your SharePoint farm.
Registering a new end point for the claims search service associates the secure connection with the client authentication certificate. A PowerShell script that is installed with the claims provider automates the registration process. Register the new end point for all of the web front end (WFE) servers in your SharePoint environment.
Follow these steps:
SharePointClaimsProvider_directory\scripts\Remove-SMClaimSearchService.ps1 -WebApplication "url_of_SharePoint_web_application"
The following example describes removing the registration of a previous claims search service endpoint for the following web applications:
.\Remove-SMClaimSearchService.ps1 -WebApplication "http://SharePoint_webapplication.support.example.com:8189/"
.\Remove-SMClaimSearchService.ps1 -WebApplication "http://SharePoint_webapplication.support.example.com:8286/"
Specifies the URL associated with a SharePoint web application.
Example: http://SharePoint_webapplication.support.example.com:/ (runs on the default port).
Example: http://SharePoint_webapplication.support.example.com:81/ (runs on port 81).
Example: http://SharePoint_webapplication.support.example.com:82/ (runs on port 82).
Specifies the URL of the claims search service.
Limits: If the claim search service uses SSL, specify the https: protocol.
Example: https://claim_search_service.support.example.com:8002/ClaimsWS/services/WSSharePointClaimsServiceImpl
Specifies the value in the Issued To: field of your client authentication certificate. This client certificate protects the Claims WS (web service).
Example: SiteminderClaimsProvider
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 first end point is registered.
.\Add-SMClaimSearchService.ps1 -WebApplication http://SharePoint_webapplication.support.example.com81/ -ClaimSearchService
https://claim_search_service.support.example.com:8002/ClaimsWS/services/WSSharePointClaimsServiceImpl -EnableSSLClientAuthentication
-ClientCertificateName SiteminderClaimsProvider
.\Add-SMClaimSearchService.ps1 -WebApplication http://SharePoint_webapplication.support.example.com:82/ -ClaimSearchService
https://claim_search_service.support.example.com:8002/ClaimsWS/services/WSSharePointClaimsServiceImpl-EnableSSLClientAuthentication
-ClientCertificateName SiteminderClaimsProvider
The claims serach service endpoint is registered. Continue with the next step of creating a trusted store for the root certificate authority certificate.
|
Copyright © 2013 CA.
All rights reserved.
|
|