Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

44 total results found

Connectors

Synchronization Server Connectors

Soffid
3
Connectors
Windows
Connectors
CSV
Connectors
SCIM
Connectors
SAP
Connectors
JSON REST WS
Connectors
Google Apps
Connectors
Oracle
Connectors
LDAP
Connectors
Shell

Active Directory back channel configuration

Connectors Windows Connector

Introduction In order to configure the Active Directory back-channel, you must use the eris command line tool. Being at IAM-Sync installation directory change to eris or eris64 directory (\ProgramFiles\Soffid\eris64) and execute: eris-ad-service CONFIGURE u...

Soffid
3
Connectors
Windows

AWS Connector

Connectors AWS Connector

Introduction Description AWS Connector allows to manage the Amazon AWS IAM (Identity and Access Management) Managed Systems This connector is specific for integration with the Amazon AWS IAM (Identity and Access Management) through the CLI AWS IAM For mor...

Soffid
3
Connectors
AWS

Oracle Connector

Connectors Oracle Connectors

Introduction Description Oracle Connector could manage an Oracle database. Soffid's Oracle connector supports Profiles since version 2.2.6.14 Managed System This connector is specific for integration with an Oracle database, if you want to connect a gener...

Soffid
3
Connectors
Oracle

⏰ Getting started

Connectors

Introduction Soffid provides the connectors needed to provision accounts on the most widely used systems. To set up this connection it is necessary a specific connector addon that you must install and configure in the Soffid console. First of all, yo must do...

Soffid
3
Connectors
Windows
Connectors
CSV
Connectors
Oracle
Connectors
Shell
Connectors
LDAP
Connectors
Google Apps
Connectors
JSON REST WS

SCIM Connector

Connectors SCIM Connector

Introduction Description SCIM connector can manage every target system with a published API that allows the SCIM protocol for communication. SCIM is basically a REST JSON web service with specific HTTP requests and responses, and also a specific JSON format...

Soffid
3
Connectors
SCIM

Triggers: Script Tips

Connectors Connectors Examples

Triggers: Script Tips Here we will show you some tips about how to use scripts. For more information you can visit the official documentation of Soffid Write into a sync-server log System.out.println("what you want......"); Recover data from a Soffid obje...

Soffid
3
Connectors
Examples
Examples
Tips

Incoming triggers examples

Connectors Connectors Examples

Load triggers When you are configuring an agent, depending on the connector type, it will be able to define BeanShell scripts that will be triggered when data is loaded into Soffid, incoming triggers. Triggers can be used to validate or perform a specific ac...

Soffid
3
Connectors
Examples
Examples

Outgoing triggers examples

Connectors Connectors Examples

Attribute mapping triggers When you are configuring an agent and defining the attribute mappings of connectors, depending on the connector type, it will be able to define BeanShell scripts that will be triggered when data is loaded into the target system, out...

Soffid
3
Connectors
Examples
Examples

Attribute mappings examples

Connectors Connectors Examples

Attributes When you are configuring an agent, depending on the connector type, it will be able to define some attributes. The attributes depend on the object that you are configuring, and the objects depend on the connector type. Get the value of an attribut...

Soffid
3
Connectors
Examples
Examples

AD Integration flows - Update account

Connectors Windows Connector

Update Introduction Soffid provides a workflow to modify and/or delete an account in the final system. In it, we can see each of the steps of which this process is composed.  Diagram Step by Step In this document, we will explain the process that Soff...

Soffid
3
Connectors
Windows
Connectors
Active directory

AD Integration flows - Update user

Connectors Windows Connector

Update Introduction Soffid provides a workflow to modify and/or delete a user in the final system. In it, we can see each of the steps of which this process is composed.  Diagram Step by Step In this document, we will explain the process that Soffid p...

Soffid
3
Connectors
Windows
Connectors
Active directory

SQL Integration flows - Update user

Connectors SQL Connector

Update user Introduction Soffid provides a workflow to create, modify, and delete a user in the final system. One can see the steps of the process in the following diagram.  This process only applies to account type single users. Diagram Step by Ste...

Connectors
SQL
Soffid
3

How to configure the Office 365 agent?

Connectors JSON REST Web Services Connector

Office 365 integration Prerequisites You need to install the last version of JSON Rest Connector Configuration Configure the Basic data to establish the connection Then, configure the attribute mappings Soffid provides you versions of the attribu...

Office 365
Soffid
3
Connectors
JSON REST WS

How to configure the Jira Atlassian agent?

Connectors JSON REST Web Services Connector

Jira integration Prerequisites You need to install the last version of JSON Rest Connector. Configuration Configure the Basic data to establish the connection Then, configure the attribute mappings Soffid provides you an XML file with the basic a...

Soffid
3
Connectors
JSON REST WS
Jira
Atlassian

JSON REST Web Services Connector - Properties

Connectors JSON REST Web Services Connector

In this agent, the configuration of the properties attributes is very important due to they define the functionality of the integration: This agent has five families of properties: Family Description Load Used to retrieve all the...

Soffid
3
Connectors
JSON REST WS

Invoker interface for Active Directory

Connectors Windows Connector

Any agent, trigger or mapping can use the invoker method for the ActiveDirectory agent. The invoker method is available in the dispatcherService class. The invoker method is not specific of the Active Directory agent. Many other connectors support this method...

Soffid
3
Connectors
Windows

AWS Connector

Connectors

Soffid
3
Connectors
AWS

SCIM Connector

Connectors

Soffid
3
Connectors
SCIM

CSV Connector

Connectors

Soffid
3
Connectors
CSV

Google Apps Connector

Connectors

Soffid
3
Connectors
Google Apps

JSON REST Web Services Connector

Connectors

Soffid
3
Connectors
JSON REST WS

LDAP Connector

Connectors

Soffid
3
Connectors
LDAP

Oracle Connectors

Connectors

Soffid
3
Connectors
Oracle

SAP Connector

Connectors

Soffid
3
Connectors
SAP

Shell Connector

Connectors

Soffid
3
Connectors
Shell

HOWTO SSL access to Active Directory

Connectors Windows Connector

Table of Contents Introduction. Installing the Certificate Services. Configuring Automatic Certificate Request for Domain Controllers. Check for Issued Certificate. Import certificate. Introduction This howto will show you how to install the Certifi...

Soffid
3
Connectors
Windows

SQL Connector

Connectors

Soffid
3
Connectors
SQL

Windows Connector

Connectors

Soffid
3
Connectors
Windows
Connectors
Active directory

Zarafa Connector

Connectors

Soffid
3
Connectors
Zarafa

Connectors Examples

Connectors

Soffid
3
Connectors
Examples
Examples

Customizable CSV file (CSV Connector type)

Connectors CSV Connector

Introduction Description The CSV connector type allows users to load a collection of data stored into a plain CSV file. In the following page, the process to complete the CSV connector setup will be explained. To begin with,  address to the quick start sec...

Soffid
3
Connectors
CSV

Invoker interface

Connectors Shell Connector

Any agent, trigger or mapping can use the invoker method for the ActiveDirectory agent. The invoker method is available in the dispatcherService class as well as the in the serverService. The invoker method is not specific of the Shell agent. Many other conne...

Soffid
3
Connectors
Shell

CSV Connector

Connectors CSV Connector

Introduction Description The CSV Connector provides a way to load authoritative data from fixed record size files. Managed System This connector has been performed to charge authoritative data from files with CSV format or other format in other extension f...

Soffid
3
Connectors
CSV