Advanced Search
Search Results
540 total results found
SSH Gateway Connection
Introduction We can establish a connection to the target system using the SSH remote access protocol. How to connect 1 You can establish the connection with the ssh gateway and then Soffid will ask your password and the target system parameters to connect: ...
RDP Gateway Connection
Introduction We can establish a connection to the target system using the RDP remote access protocol. You can use a remote desktop client. How to connect You can establish the connection with the ssh gateway using a desktop client and then Soffid will ask ...
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...
⏰ Getting started
Introduction To configure the Web SSO you must complete the next steps 1. Attribute definition: add the necessary attributes if they are not in the list. 2. Attribute sharing policies: define the proper attribute sharing policies to determine which attrib...
Using JasperReports
Introduction Soffid provides an addon to execute a custom Jaspersoft report designer. Configure a new Soffid data adapter will be mandatory with the proper data to connect to Soffid console, it will not be necessary to configure the database connection. Then...
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...
Introduction to Custom scripts
What is a Custom script? The Administration Addon provides the capacity to launch custom scripts to perform any functionality or process that the Soffid API has available. Additionally, with this addon, there is available the possibility to enable a special...
How to install Custom scripts in Soffid
Installation Download Please download the Soffid Administration (scripting) add-on. You can download it at the following link http://www.soffid.com/download/enterprise/ if you have Soffid user with authorization, or in the following http://download.soffid.c...
Sample scripts
Event Sample scripts
On grant permission: Update a user attribute when assigning a specific permission if (grant.roleName.equals("RS002")) { user = serviceLocator.getUserService().findUserByUserName(grant.user); if (user != null) { attributes = serviceLocator.getUserSe...
Introduction to Recertification
What is Recertification? The Recertification addon provides the functionality to review access rights to make sure the users have access only to what they need. This process increases security and makes the recertification process auditable and compliant. S...
How to install Recertification in Soffid
Installation Download Please download the Soffid Recertification add-on. You could download it at the following link http://www.soffid.com/download/enterprise/ if you have a Soffid user with authorization, or in the following http://download.soffid.com/down...
Recertifications to do
Description When a campaign is run, the pending recertifications will be displayed in the Recertifications to-do list of the proper user who has to Accept or Deny the recertification. The user who has to manage the recertification can delegate it as well to a...
Recertification campaigns
Description Soffid allows you to define new campaigns to review the users' access rights and to assign who has to recertify or revoke their entitlements. You can create a campaign related to a previously defined recertification policy. Depending on the polic...
Recertification policies
Description Soffid allows you to establish some policies to define the scope of the recertification process. Menu option Main Menu > Administration > Configuration > Security settings > Recertification policies Screen overview Custom attributes Name:...
Introduction to Soffid LDAP
What is Soffid LDAP? Soffid LDAP is a complete LDAP Server based on OpenLDAP. It is always distributed as a docker container. The proposed system architecture is as follows: The SoffidLDAP is not directly using Soffid database. Instead, it is using its ow...
Shared account entitlements