Configuring basic authentication on an IPIC connection

Follow these steps to configure predefined user security credentials for an IPIC connection to CICS®.

Before you begin

Configuring basic authentication on an IPIC connection

  1. Configure an IPCONN definition in CICS with USERAUTH=VERIFY. Also set the IPCONN attributes LINKAUTH and SECNAME appropriately. For more information, see Configuring an IPIC connection in CICS.
  2. Configure a zosconnect_cicsIpicConnection element in the configuration file. For more information, see Configuring an IPIC connection in IBM z/OS Connect.
  3. Locate the WebSphere® Liberty profile server securityUtility command tool, which can be found in the <installation_path>/wlp/bin directory.

Procedure

  1. Use the securityUtility encode command to encode the password for the user ID that is to be defined for the connection. For more information, see the securityUtility command.
  2. Define a zosconnect_authData element in the configuration file. The user and password attributes must both be specified. For the password, specify the entire encoded string output by running the securityUtility command.
  3. Add an authDataRef attribute to the zosconnect_cicsIpicConnection element to reference the zosconnect_authData element.
    For example,
    
    <zosconnect_authData id="authABC" user="sysidABC" password="{xor}OjIvbi8oMzs="/>
    <zosconnect_cicsIpicConnection id="cicsABC" host="9.1.2.345" port="1110" authDataRef="authABC"/>