Oracle® Fusion Middleware Administrator's Guide for Oracle Business Data Synchronization Server 11g Release 1 (11.1.1.4.0) E12319-01 |
|
Previous |
Next |
This chapter describes how to configure security between the Engine and the connectors.
This chapter includes the following topics:
Because the connector interface is a Web service, you can use a Web-based security protocol such as SSL to secure communications between the Engine and a connector. The connector implementation is solely responsible for the security between itself and the PIM server with which it communicates.
After you install BDSS, you can modify its configuration to secure the Web services exposed by both its Hub and connectors by completing the following tasks:
To secure the Web services exposed by Hub components running on Integrated WebLogic Server, see Oracle Fusion Middleware Securing Web Services for Oracle WebLogic Server.
Tip: After you configure BDSS for SSL, first deploy BDSS and then open a Web browser. Enter the HTTPS URLs for the connector Run-Time Library and the Hub Callback Library Web services to verify that they can accept secure requests. |
After the Web services are configured to use SSL, you must modify the URLs identifying the Connector Run-Time Library, Hub Callback, and Exchange 2007 Connector to reflect the secure protocol (HTTPS) and secure port, as described in the following steps:
Start JConsole (or any other MBean-compliant application) and then log in.
Navigate to the EngineSettings MBean.
Change the EngineEndPointURL
attribute. Specify https://
as the protocol and set the port as the SSL port used by Integrated WebLogic Server. For example:
https://<system>:<secureport>/BDSSHubWebServices/EngineCallbackInterface?wsdl
Change the RuntimeLibraryURL
attribute. Specify https://
as the protocol and the SSL port used by Integrated WebLogic Server. For example:
https://<system>:<secureport>/BDSSHubWebServices/ConnectorRuntimeInterface?wsdl
Navigate to the ServerDomainConfigMBean.
In the showAllConnectorsForPim
operation, specify Exchange 2007 as the pimServerType
parameter value and click showAllConnectorsForPim.
Note the PIM Server Name and Connector Identification values.
In the updateConnectorForPim
operation, for the pimServerInstance
value, specify the value for PIM Server Name obtained in Step 3b. For the connectorName
value, specify the value for Connector Identification obtained in Step 3b. For the URL, enter the HTTPS URL for the Exchange 2007 Connector.
Note: You also perform these steps if you create two Exchange users to test connector domain synchronization, but you specifyBPEL Tasks as the value for the pimServerType attribute instead of Exchange 2007 . |