Skip to main content Skip to complementary content

Configuring Apache Syncope in Talend Runtime

This section explains how to configure Talend Runtime to point to the Syncope installation. Talend has all the necessary infrastructure for Syncope integration. You only need to modify some files and to switch your authorization module to use Talend Identity Management.

Procedure

  1. Edit the org.talend.esb.sts.server.cfg file located at /esb/container/etc.
    If the file does not exist, enter the following command on Talend Runtime console to create the configuration file in the etc folder.
    Karaf> tesb:start-sts
    Karaf> tesb:stop-sts
  2. Stop if Security Token Service is running and start again.
    Karaf> tesb:stop-sts
    Karaf> tesb:start-sts
  3. Start the other services needed.
    karaf@trun> tesb:start-xkms
    karaf@trun> tesb:start-authz-repo
  4. Configure Talend Runtime to switch to Talend Identity Management.
    karaf@trun> tesb:switch-sts-tidm

    The administrator user and password should now be managed in Syncope as well. The user.properties credentials no longer work.

  5. Start the registry service in Talend Runtime if it is not already running.
    karaf@trun> tesb:start-registry

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!