IBM BPM, V8.0.1, All platforms > Administer the IT infrastructure > Manage IBM Process Servers > Modify runtime server configuration properties > Changing server settings in the Process Admin Console

Enterprise Content Management configuration settings: technical details

IBM BPM uses two methods to make a call to an Enterprise Content Management server, depending on the context from which the call is made. Understanding the details of how those calls are made will help you configure settings correctly and change the default settings if that action becomes necessary.

As was noted in the introduction, IBM BPM uses two methods to make a call to an Enterprise Content Management server. In case A, if the Enterprise Content Management service is called by a system task in a business process definition (BPD), the user that is identified in the process application settings is used for authentication. In case B, if the Enterprise Content Management service is called by a human task, by a coach, or by an integration service within a user task, the task owner identity is propagated to the ECM system. In this latter case, the user ID and password set on the process application are ignored.

The policy set is a collection of assertions about how services are defined, which is used to simplify security configurations. The product uses different web service references and different policy sets and bindings for the two methods. The service references beginning with a username token (UNT) are used when attaching the user ID and password to the ECM service calls (case A). The service references beginning with single signon (SSO) are used when the user identity is propagated to the ECM service (case B).


Calls using a username token (case A)

When you configure access to an Enterprise Content Management server in IBM Process Designer, you set a user ID and password. If you use the default setting, the ID and password do not need to have validity on the BPM system, but they must be valid for the Enterprise Content Management server. At the end of the settings is a check box labelled Always use connection information specified here. When that check box is selected, which it is by default, that user ID and password are attached to all calls made from that process application to the ECM server. The advantage of this method is that the Enterprise Content Management server is immediately available for use by the actions in the process application. Selecting this check box triggers what we are referring to as case A.

In case A, a static user name and password are defined in the process application settings. The UsernameToken authentication mechanism requires a Simple Object Access Protocol (SOAP) header that conforms to the WS-Security UsernameToken Profile. The header, containing the user name and text-based password, must be sent in the SOAP envelope. The IBM BPM server has code to add the user name and password to the outbound call before the policy set and binding are applied. Therefore this addition may not be obvious from the policy set and binding information that you can see associated with the call."


Calls using single signon (case B)

Case B works without customization under three conditions:

To use single signon, you must clear the check box labelled Always use connection information specified here on the page where you set or change server settings.

In case B, by default IBM BPM attaches a policy set and binding that sends an LTPA token as a binary security token in the SOAP header. If the Enterprise Content Management system runs on WebSphere Application Server, shares the same user repository, and has a matching provider policy set and binding attached, it will understand this call and run under the user who works with the IBM BPM system.

If you are establishing single signon (SSO) between IBM BPM and a system that does not meet the requirements set out in the previous paragraph, a system administrator must exchange the policy set and binding files for ones configured to meet your particular system requirements.

If your administration system has some other strategy for SSO (perhaps because the ECM server is a non-IBM server and understands a different type of token), you can detach our default policy set and create and attach another one in its place.

Changing server settings in the Process Admin Console