Enabling SPOE Authentication from Remote Sterling Connect:Direct PNODEs

You can modify SPOE policy without stopping Sterling B2B Integrator.

Before you begin

You should be aware that because changes to the cdinterop-spoe-policy.properties file take effect immediately, you cannot use customer_overrides.properties to preserve them. Instead, you should save the file with a different name to create a backup.

Procedure

  1. Make a copy of the SPOE Policy property file:
    $ cd <install_dir>/properties 
    $ cp cdinterop-spoe-policy.properties cdinterop-spoe-policy.properties.copy
  2. Use a text editor to make the desired changes to the cdinterop-spoe-policy.properties.copy file:
    $ vi cdinterop-spoe-policy.properties.copy
  3. Uncomment the spoe.policy=yes property.
  4. Modify other settings in the cdinterop-spoe-policy.properties.copy file necessary for your situation.

    For more information, search for cdinterop-spoe-policy.properties file.

  5. Save the file.
  6. Commit the changes:
    $ cd <install_dir>/properties 
    $ cp cdinterop-spoe-policy.properties.copy cdinterop-spoe-policy.properties