Advanced Search
Search Results
437 total results found
Sample Scripts BPM
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...
High Availability
Introduction High availability configuration is supported on each layer of the Soffid stack. Database replication Soffid supports two kinds of database replication: Builtin asymmetric replication Database engine replication Builtin asymmetric databas...
Customice logging
Introduction Sync server logging can be customized by adding logging.properties file in the conf directory. Example Following is a sample configuration file: handlers=java.util.logging.ConsoleHandler .level=INFO config= java.util.logging.ConsoleHandle...
Local configuration properties
Introduction seycon.properties file gives administrators a way to customize and improve synchronization server behavior. Some of the following parameters will always be present, some others should be created by the administrator. Parameter Descr...
Upgrade Soffid3
Upgrade from version 2 These are the steps to upgrade your Soffid 2 deployment to Soffid 3: Stop Soffid 2 console Install and configure Soffid 3 IAM console. It will upgrade the database and perform any upgrading task.Have a look and the console log file ...
Tenants
Definition Soffid 3 is multi tenant. This means that one can configure many differente tenants to manage disjoints groups of identities and applications. Each Soffid object, including applications, systems, roles, users, and accounts are bound to a single t...
Configure PAM session servers
PAM Rules
PAM Policies
Password recovery configuration
OTP settings
XACML Policy Management
XACML PEP configuration
Recertification policies
Printers
Description Soffid lets administrator users manage system printers. A printer must always be attached to a host. A network attached printer is composed of a host (network print server) and a printer (printer queue). Printers can be assigned to specific users...
Mail Domains
Description The mail domains identify each single mail domain that is going to be managed. If a mail domain is marked as obsolete, it won't be assigned to a user anymore. Custom attributes Code: domain, it will be as in email address is written. Descript...
Mail List
Description The mail lists identify addresses that are going to be delivered to one or more users, just as distribution mail lists do. Standard attributes Name: identifier name of the mail list. Mail domain: an existing domain in the system. It is a pred...
Privileged accounts dashboard
Search in PAM recordings
Column Selector
Description Throughout the Soffid Console, we can find a large number of list-type components. These lists are used to display the corresponding objects data in each case, for instance users, accounts, ... This component allows you to add or remove columns, ...