Advanced Search
Search Results
514 total results found
End
Description The end step finalizes the process. It is the last step of the workflow. Steps Tabs Task details This process type does not have task details for the start step. Incoming transitions The Incoming transitions tab displays the previous steps wh...
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...
Install Sync server
Guide to install Synchronization server on your own server Prerequisites Soffid IAM sync server requires the following requirements: Windows or Linux (Ubuntu are the most used) Java JDK 8 or higher 8GB RAM > 10GB disk space Soffid console installed ...
Installing IAM Console
Guide to install IAM Console on your own server Prerequisites Installing Soffid IAM solution requires the following requirements: Windows or Linux (Ubuntu are the most used) Java JDK 8 or higher. Java JDK11 recommended 8GB RAM > 10GB disk space Suppo...
Linux operator guide
Startup / Shutdown console Start Soffid IAM console systemctl start soffid-iamconsole.service Stop Soffid IAM console systemctl stop soffid-iamconsole.service Status systemctl status soffid-iamconsole.service Logs You can find the console logs at: /opt...
Windows operator guide
Startup / Shutdown console Start Soffid IAM console To start Soffid console, use service manager, or execute: net start soffid-iamconsole Stop Soffid IAM console To stop Soffid console, use service manager or execute: net stop soffid-iamconsole Logs Yo...
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 ...
Introduction
Soffid is an information security product that covers features typically provided by many different products: Single sign-on. Identity provisioning. Identity governance, including risk management. Privileged account management.
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...