Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Open your browser and access to the Syncope administration console (http://host:port/syncope-console).
  2. Log into the interface by providing the following credentials:
  3. :Login: admin
  4. :Password: password
  5. Click on the Resources tab.
  6. Click on the Connectors sub-tab.
  7. Click on Create new Connector button (configuration modal page appears).
  8. Click on tab General.
  9. :Provide Display name (e.g. 'Db Table Demo') and the correct Bundle name (org.connid.bundles.db.${version}).
  10. Click on tab Configurations and provide connector instance configuration.
    User: root
    Password: password
    Host: localhost
    TCP Port: 3306
    JDBC Connection URL: jdbc:mysql://localhost:3306/demo
    JDBC Driver: com.mysql.jdbc.Driver
    Database: demo
    Table: test
    Key Column: id
  11. Click on tab Capabilities.
  12. Check needed capabilities as shown at Connector instance configuration.
  13. Click on Save button.

Configure Database Table resource

...