Versions Compared

Key

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

...

In order to manage an external resource, connector instance must be defined.

Create new Resource

Image Modified Image Modified Image Modified Image Modified

  1. Click on tab Resources (Fig. Resource Tab).
  2. Click on subtab Resources (Fig. Resource Form).
  3. Click on Create new Resource button.
  4. Click on tab Resource Details and provide required information
  • Name
    Resource name.
  • Connector
    Connector name.
  • Force Enforce mandatory constraint
    If checked all the schemas mapped as mandatory into the schema mappings of a certain external resource will be considered globally mandatory for each user linked to that resource.
  • Propagation primary
    Check if the resource is primary.
    If a propagation towards a primary external resource fails, all the remaining propagations towards other external resources won't be executed.
  • Propagation priority
    Indicates the execution priority of the propagation task related to the external resource to be created.
    Syncope will order propagations by propagation priority specified on each resource.
  • Propagation mode
    Type of propagation that are supported by the resource.
    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
  • Create trace level
    Trace level for the propagation of a create operation.
  • Update trace level
    Trace level for the propagation of an update operation.
  • Delete trace level
    Trace level for the propagation of a delete operation.
  • Synchronization trace level
    Trace level for the synchronization operation.
  • Reset Token
    Every time you want to reset the synchronization token for a certain external resource you have to edit the resource, check Reset Token and click on Save button.

...

  • Username
  • SyncopeUserId
  • Password
  • UserSchema
  • UserDerivedSchema
  • UserVirtualSchema
Internal Attributes

Syncope information to be mapped/propagated.
Must be specified if and only if the type of information is a schema (normal, derived or virtual)

External Attributes

Name of the external resource attribute to be mapped.
Value of the Internal Attribute will be propagated towards the external resource using the name specified in this field.
External attributes must be specified if and only if Account Id and Password checkboxes are not checked.

Mandatory condition

Mandatory condition is a JEXL expression evaluating to boolean (true or false).
When 'enforce mandatory condition" is checked as well, Syncope will consider any attribute part of the schema mapping (with mandatory condition evaluated to true) as mandatory, even though the corresponding attribute schema is not defined as mandatory.

...