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

513 total results found

Step 8. Behavior analysis

PAM Implementation guide

Soffid
3
PAM
PAM Implementation

SAML

Federation

Soffid
3
Addon
Federation
SAML

OpenID-Connect

Federation

Soffid
3
Addon
Federation
OpenId Connect

Web SSO

Federation

Soffid
3
Addon
Federation

Federation members

Federation

Soffid
3
Addon
Federation

Profiles

Federation

Soffid
3
Addon
Federation
Profiles
SAML
OpenId Connect

Connecting Service Providers

Federation

Soffid
3
Addon
Federation

Web services reference

Federation

Soffid
3
Addon
Federation
WS reference

Identity Broker

Federation

Soffid
3
Addon
Federation

Self service portal

Two factor authentication (2FA)

Soffid
3
Addon
OTP

SCIM for OTP devices

Two factor authentication (2FA)

SCIM for OTP devices

Soffid
3
SCIM
OTP

How to deploy the identity & service provider

Federation

Soffid
3
Addon
Federation

SSH gateway

PAM Install & config

Soffid
3
PAM
Install & config
SSH
gateway

RDP gateway

PAM Install & config

Soffid
3
PAM
Install & config
RDP
gateway

Recertification

Recertification

Soffid
3
Addon
Recertification

Recertification Examples

Recertification

Recertification Examples

Soffid
3
Addon
Recertification
Examples

Sample configurations

Web Single Sign-on for legacy apps

Sample configurations

Soffid
3
WSSO Legacy app

User backup configure & restore

Backup configure & restore

Soffid
3
Addon
Backup

Permissons request steps

BPM Editor

Define the Permissons request steps

Soffid
3
Addon
BPM
Addon
Workflow

CAS

Federation

Soffid
3
Addon
Federation
Cas

Introduction to BPM Editor

BPM Editor

What is BPM? Business Process Management is a discipline for executing of management methodology to improve an organization’s business processes. That uses a combination of modeling, automation, execution, control, measurement and optimization of business act...

Soffid
3
Addon
BPM
Addon
Workflow

Methodology

BPM Editor

Introduction The main goal of using Business Process Management or BPM is to improve your organization's business processes. By using these workflows you will be able to save time, not only for system administrators but also for managers and coordinators. Sy...

Soffid
3
Addon
BPM
Addon
Workflow

⏰ 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

6. Element class

ESSO ESSO Scripting Language

Introduction The objects of type Element are created for each input element with a ref-as attribute, or are obtained from the Document itself. It implements a subset of the DOM class HtmlElement. Attributes childNodes Collection Vector o...

Soffid
3
ESSO
Examples

7. Collection class

ESSO ESSO Scripting Language

Introduction The collection object implements a subset of the standard DOM HTMLCollection Attributes length Long Number of items in collection. Methods item id: long returns Element Find the element wit...

Soffid
3
ESSO
Examples

8. File class

ESSO ESSO Scripting Language

Introduction It allows easy manipulation of files using the File class. Constructor File file: string mode: string Create an object of type File for the specified file. If mode is “r”, the file will be opened in read mode. If mode is ...

Soffid
3
ESSO
Examples

9. Directory class

ESSO ESSO Scripting Language

Introduction This class is able to look for directories content. A directory object has the following attributes and methods: Constructor Directory file: string Creates a directory object bound to the specified path. Methods ...

Soffid
3
ESSO
Examples

10. MailService class

ESSO ESSO Scripting Language

Introduction Simple tool to send emails. The MailService object has the following methods. Constructor MailService Create an object of type MailServer. Methods setServer server: string Specifies the nam...

Soffid
3
ESSO
Examples

11. NetworkResource class

ESSO ESSO Scripting Language

Introduction Connect and disconnect network services (disks and printers). Constructor NetworkResource Creates an object of type NetworkResource. Methods connectPrinter resource: string model: string C...

Soffid
3
ESSO
Examples

12. Registry class

ESSO ESSO Scripting Language

Introduction Manipulate the windows registry. Constructor Registry path: string Create an object of type Registry Global objects Registry.HKEY_LOCAL_MACHINE Tree Key LOCAL_MACHINE Registry.HKEY_CURRENT...

Soffid
3
ESSO
Examples

13. ServerInfo class

ESSO ESSO Scripting Language

Introduction This helper class allows the script to query information stored at Soffid console. Constructor ServerInfo path: string Queried the server returning an object of type ServerInfo. Methods length retu...

Soffid
3
ESSO
Examples