THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
Note | ||
---|---|---|
| ||
The content below is for Apache Syncope <= 1.2 - for later versions the Reference Guide is available. |
Table of Contents | ||
---|---|---|
|
Introduction
This wiki page aims to show how to manage connector instances by using Syncope console.
Please, take as reference information provided at Available connector bundles:
- go to the wiki page provided for your bundle;
- ant take a look at Configuration section.
For further information about connector bundles framework please take a look at ConnIdTake as reference the list of ConnId's available connector bundles, with related wiki pages.
Pre-Requisites
- ConnId connector bundle installed.
: Connector instance management is possible if and only if the relative bundle is installed.
Create new Connector
...
- Click on tab Resources.
- Click on tab Connectors (Fig. Connector Tab)..
- Click on Create new Connector button.
- Click on tab General.
- Provide Display name, Bundle name and other information
- .
- Click on tab Configurations and provide connector instance configuration.
- Click on tab Capabilities and check operation supported by the external resource(Fig. Capabilities Tab). .
- Supported operations can be
- CREATE: if it is not selected, Syncope won't create new users into the external resource.
- UPDATE: if it is not selected, Syncope won't update users into the external resource.
- DELETE: if it is not selected, Syncope won't delete users into the external resource.
- SEARCH: if it is not selected, searches for users into the external resource won't be performed. This capability is required in order to perform resolve, update and create operations.
- RESOLVE: if it is not selected, username resolution into the external resource won't be performed.
- SYNC: if it is not selected, Syncope won't synchronize the external resource.
- Create, update and delete operations can be divided in two different types depending on the propagation completion time
- ONE_PHASE: propagation towards the external resource is closed at request time.
- TWO_PHASE: propagation towards the external resource is closed in two steps.
- step 1 - Syncope submit the propagation request to the external resource.
- step 2 - external resource send a notification about the propagation execution's result to Syncope
- Supported operations can be
- Click on Save button.
Edit Connector
- Click on tab Resources.
- Click on tab Connectors (Fig. Connector Tab).
- Click on Edit Link.
- Change configuration parameters as described in Create new Connector paragraph.
- Click on Save button.
Delete Connector
- Click on tab Resources.
- Click on tab Connectors (Fig. Connector Tab).
- Click on Delete link for remove a connector.
- Confirm operation.
...