Advanced Search
Search Results
30 total results found
ESSO
Enterprise Single Sign On solution
1.1. ESSO SendKeys syntax
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...
10. MailService class
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...
9. Directory class
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 ...
8. File class
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 ...
7. Collection class
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...
6. Element class
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...
5. Document class
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 ...
4. Window class
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...
3. SystemInfo object
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 ...
2. secretStore object
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...
1. Global functions
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...
ESSO Manual
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...
Administrator access
For domain member hosts, ESSO will remove all existing local accounts except for those with a dependand service. So, in order to access with administrator privileges, user must use a domain account with local administrator privilege, or either an authorized So...
ESSO Related configuration parameters
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...
Configuring terminal emulation SSO
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...
ESSO Scripting Language
Visit the ESSO Scripting Language chapter.
Support and configuration tools
Introduction KojiKabuto.exe, the main Soffid ESSO component, picks settings and rules automatically from Soffid synchronization server at login. This configuration can be updated by running the command "KojiKabuto update". Once run, new rules will apply to al...
Configuring Rules for Single Sign On
Configuring Single Sign-on User interface pattern recognition Web interfaces pattern recognition Configuring rules for basic / kerberos authentication SSO system is configured based on the detection of administrator defined User Interface patterns....
⏰ Getting started
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...
ESSO Scripting Language
ESSO Configuring Rules for Single Sign On
11. NetworkResource class
Introduction Connect and disconnect network services (disks and printers). Constructor NetworkResource Creates an object of type NetworkResource. Methods connectPrinter resource: string model: string C...