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

413 total results found

generate-saml-request

Federation Web services reference

Definition This operation allows to generate a SAML request to an external IDP. URL <console-domain>/webservice/federation/rest/generate-saml-request Method POST Headers Accept = “application/json” Content-Type = “applic...

Soffid
3
Addon
Federation
WS reference

parse-saml-response

Federation Web services reference

Definition This operation allows to validate a SAML response generated by another external IDP that support SAML protocol. URL <console-domain>/webservice/federation/rest/parse-saml-response Method POST Headers Accept = “appl...

Soffid
3
Addon
Federation
WS reference

generate-saml-logout-request

Federation Web services reference

Definition This operation allows to generate a SAML logout request to be sent to a IdP supporting SAML Global Logout, including Soffid IdP. URL <console-domain>/webservice/federation/rest/generate-saml-logout-request Method ...

Soffid
3
Addon
Federation
WS reference

Server certificate management

Federation

There are two options for certificate management 1. The easiest, fast and cheap one: Do not create any public or private key, nor enter any certificate chain. At first start up, Soffid Identity Provider will generate a new public/private key pair. Using thi...

Soffid
3
Addon
Federation
Certificate

Soffid IdP as an identity broker

Federation Identity Broker

Introduction An Identity Broker is often part of a a Single Sign-On Architecture as an an intermediary service that connects multiple Service Providers with different Identity Provider (IDP)s.​ Soffid IdP can act as an identity broker. This means that So...

Soffid
3
Addon
Federation
Identity broker

External oAuth / OpenID Identity Providers

Federation Identity Broker

Introduction Soffid federation can be composed by a mix of SAML and oAuth / OpenID-connect servers. In such a scenario, Soffid IdP is able to let users be identified by oAuth servers like Linked-in, Google or Facebook, perform all the provision tasks requir...

Soffid
3
Addon
Federation

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

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

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

⏰ Getting started

ESSO

Introduction Soffid ESSO is a full Enterprise Single Sign on solution, with some distinguishing features: Keeps track of users sessions active on the network. Automatically reconfigure user preferences and desktop behaviour according to whether or n...

Soffid
3
ESSO

ESSO Scripting Language

ESSO ESSO Configuring Rules for Single Sign On

Visit the ESSO Scripting Language chapter.

Soffid
3
ESSO
Scripts

Configuring terminal emulation SSO

ESSO ESSO Configuring Rules for Single Sign On

Introduction To configure SSO on terminal emulations, an HLL API bridge has been built. This bridge allows direct communication with the terminal emulator in order to create accurate SSO rules that can be triggered based on the screen display. Next, you have...

Soffid
3
ESSO
mazinger

ESSO Related configuration parameters

ESSO

Introduction There are some configuration parameters that can be tuned on Soffid console. Parameter Value SSOServer Comma separated of synchronization servers the ESSO should connect to seycon.https.port TCP/IP synchronizatio...

Soffid
3
ESSO

ESSO Scripting Language

ESSO ESSO Scripting Language

Introduction The scripting language used is a full ECMAScript interpreter. Nevertheless, it's not a Javascript interpreter as it's used on web browsers. It only has the core elements of ECMAScript (Objects, Arrays, String, etc.) and a set of objects and funct...

Soffid
3
ESSO
Examples

1.1. ESSO SendKeys syntax

ESSO ESSO Scripting Language

SendKeys syntax The sendKeys function aims to perform as the user pressing keystrokes. Thus, the function SendKeys ("ABC") simulates to press those three letters. The keystrokes will be done independently of the application that generates them. Thus, it is p...

Soffid
3
ESSO
Examples

2. secretStore object

ESSO ESSO Scripting Language

Introduction This object is always visible from any action, and provides access to the user's passwords and secrets. User passwords are always related to a system account. This is the object used to retrieve user and password in order to inject credentials i...

Soffid
3
ESSO
Examples

3. SystemInfo object

ESSO ESSO Scripting Language

Introduction The SystemInfo object is always visible from any action, and provides access to information about the machine. Attributes os string Specifies the name of the operating system: Windows / Ubuntu oSVersion string ...

Soffid
3
ESSO
Examples

4. Window class

ESSO ESSO Scripting Language

Introduction When an action is bound with a user interface application, it creates an object of class Window for each component at the XML descriptor with a ref-as attribute. Those components have the following methods: Methods getText return...

Soffid
3
ESSO
Examples

5. Document class

ESSO ESSO Scripting Language

Introduction When an action is associated with a Web application, it creates a document that identifies the full HTML document. This object assigned to the document variable. Thus, scripts can access the web contents and its DOM tree in runtime. The document ...

Soffid
3
ESSO
Examples