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

38 total results found

OpenID-Connect example

Federation OpenID-Connect

Identity Provider Service Provider

Soffid
3
Addon
Federation
OpenId Connect
Examples

CAS Example

Federation CAS

Service Provider

Soffid
3
Addon
Federation
Cas
Examples

Sample Scripts BPM

BPM Editor Examples

Start Step Validations a = executionContext.getVariable("firstName"); if (a==null || "".equals(a.trim())) throw new Exception("First name is mandatory"); a = executionContext.getVariable("lastName"); if (a==null || "".equals(a.trim())) throw new...

Soffid
3
Addon
BPM
Addon
Workflow
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

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

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

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

SCIM Entity Group examples

SCIM SCIM for Federation

Operations This page shows the functions that can be performed for the Entity Group object. List all Request GET http://<your-domain>/soffid/webservice/scim2/v1/EntityGroup Response 200 OK { "schemas": [ "urn:ietf:params:scim:api:messages:2...

Soffid
3.4
Federation
3.4
Addon
SCIM
Addon
Federation
Examples

SCIM Federation Members examples

SCIM SCIM for Federation

Operations This page shows the functions that can be performed for the Federation Member object. List all Request GET http://<your-domain>/soffid/webservice/scim2/v1/FederationMember Response 200 OK { "schemas": [ "urn:ietf:params:scim:api:...

Addon
Federation
Soffid
3.4
Federation
3.4
Addon
SCIM
Examples

SCIM User examples

SCIM SCIM full examples

Operations This page shows the operations that can be performed for the user object. List all Request GET http://<your-domain>/soffid/webservice/scim2/v1/User Response 200 OK { "schemas": [ "urn:ietf:params:scim:api:messages:2.0:ListRespons...

Soffid
3
Addon
SCIM
Examples

1. Global functions

ESSO ESSO Scripting Language

Global functions can be used in an action element: debug text: string Sends a message to the debug console. sleep millis: int Stops script execution for the specified milliseconds. Never stops the execution of the applicat...

Soffid
3
ESSO
Examples

ESSO Scripting examples

ESSO ESSO Scripting Language

1. Run an application like notepad exec ("notepad.exe"); 2. Automatic application update if (SystemInfo.os == "Linux") { exec ("(mkdir /tmp/google-chrome-updates && " + " wget -O /tmp/google-chrome-updates/google-chrome-stable_current_amd64.deb " +...

Soffid
3
ESSO
Examples

Sample scripts

Soffid 3 Reference guide Integration Engine

  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 us...

Soffid
3
Integration Engine
Scripts
Examples