Advanced Search
Search Results
538 total results found
SAP Connector
Introduction Description SAP Connector could manage an SAP system. Managed System This connector is specific for integration with a SAP system through its interface BAPIs under the RFC standard. For more information about SAP, please visit the following p...
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...
Shell Connector
Introduction Description Linux Connector could manage a lot of services running on Linux systems (either 32 or 64 bits). Managed System This connector has implemented several ways to communicate with services on Linux, below, the list of those services: ...
SQL Connector
Introduction Description The SQL connector allows an easy way to configure and manage relational databases. Managed System There are a lot of relational databases, currently, these are the supported databases. MySQL MariaDB PostgreSQL Oracle Informi...
Windows Connector
Introduction Description This connector implements the LDAPS protocol and it is used to connect the Sync-Server with every server that allows this communication protocol. Managed System This connector has been performed to connect to the Active Directory s...
Zarafa Connector
Introduction Description Zarafa Connector could manage a Zarafa mail server. Managed System This connector is specific for integration with a Zarafa mail server. For more information about the Zarafa, please visit the following page: Zarafa For more inf...
Sample scripts
Note that Soffid supports different scripting languages, you can configure it in the Smart engine settings screen. Additionally, in the initial configuration of the container, we can configure the SOFFID_TRUSTED_SCRIPTS environment variable to allow the use...
Utility classes
Crypt Crypt allows to encrypt text with different algorithms and verify the resulting hash. To use this class: com.soffid.iam.crypt.Crypt All methods are static: hash(String algorithm, String text) -> String pBKDF2Sha256(String text, String utf8Salt, int ...
Scheduled tasks
Description Schedule tasks display all the automatic tasks defined on Soffid, the scheduling of each task, and information about the last execution. Also, allows administrator users to update the execution of that tasks using a cron pattern and init the execu...
Customizable CSV file (CSV Connector type)
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...
Invoker interface
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...
HOWTO SSL access to Active Directory
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...
Invoker interface for Active Directory
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...
Introduction to SCIM
What is SCIM? SCIM is a standard created to simplify user management in the cloud by defining a schema for representing users and groups with a REST API for all the necessary CRUD operations. This standard could be extended to other resources like accounts, ...
Business process definition
Description Soffid includes a BMP (Business Process Management) in its Smart Engine to provide useful workflows integrated with the processes and the policies of the Soffid core. In order to add extra functionality to the console, you can upload different b...
Configure Workflow engine
Description Soffid can use any document repository to store documents generated by workflows, reporting addon, or any other addon. The document repository can be either a local directory or a remote one accessed using FTP, SMB, HTTP protocols. Depending on t...
How to use SCIM in Soffid
Introduction Soffid has implemented a version of the SCIM protocol 2.0. Some optional recommendations have also been included to improve the usage of this specification within the Soffid context. This functionality is available only by installing the SCIM ad...
SCIM Operations
HTTP Method GET Retrieves one or more complete or partial resources. POST Depending on the endpoint, creates new resources, creates a search request, or MAY be used to bulk-modify resources. PUT Modifies a resource by ...
SCIM Query syntax
SCIM protocol provides a language to search and filter resources. Please browse the standard specifications in this link: https://tools.ietf.org/html/rfc7644#section-3.4.2.2 Example To search all users having "John" as name: http://<domain>/webservice/scim...
Testing tool
REST clients Any REST client may be used to test and consume our SCIM REST web service. RESTer In this case, we will show the usage with RESTer, a browser extension available for Chrome and Firefox. This extension may be added from these links: Chrome, Fir...