Advanced Search
Search Results
59 total results found
Introduction to OTP
What is OTP? A one time password (OTP) is a password that is valid for only one login session or transaction, on a computer system or other digital device. The most important advantage addressed by OTPs is that, in contrast to static passwords, they are not ...
How to install OTP addon in Soffid
Installation Download Please download the Soffid OTP 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.com/download/ by registe...
Password vault
SSH Gateway Installation
Introduction Soffid allows you to deploy a new docker container with the ssh gateway. The configuration is similar to the sync server configuration, the main difference is the ssh container is listening in ssh. Prerequisites The SSH Service is only released...
XACML Rule combining algorithm
Definition The rule-combining algorithm defines a procedure for arriving at an authorization decision given the individual results of evaluation of a set of rules XACML rule combining algorithms is in charge to combine the decisions produced by different...
Introduction to Password Recovery
What is Password Recovery? Password recovery is an addon provides by Soffid. This addon allows to the end-users revover their passwords. Soffid provides the funtionality that allows to config the password recovery depending on the bussiness needs and using ...
Introduction to Custom scripts
What is a Custom script? The Administration Addon provides the admin user 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 e...
Account resource
/Account Dictionary table The diagram service model of the object: https://download.soffid.com/doc/console/latest/uml/com/soffid/iam/api/Account.html Soffid allows you to add customized data to the Account object. You can do that on metadata option: Main...
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...
How to install XACML in Soffid
Installation Download Please download the Soffid XACML 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.com/download/ by regis...
Introduction to Reporting
What is Reporting? It is the process responsible for collecting data and presenting it in a readable format. These reports can be used to know the status of the applications, to solve possible errors with the data and also to make decisions. Reporting is an ...
How to install Reporting in Soffid
Installation Download Please download the Soffid Reporting 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.com/download/ by r...
How to install Password Recovery in Soffid
Installation Download Please download the Soffid Password Recovery 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.com/downlo...
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
Standard reports library
Library Here you can download standard reports to add to Soffid. Generate a list of identities Download: Identities.jasper Generate a list of accounts Download: ReportSummaryAD_full_detail.jasper Generate a summary of the existing accounts Download: Rep...
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...
Using iReport
Steps Once you have installed the Reporting add-on you must follow the following steps: 1. Download the iReport classes from Soffid. 1.1. Open the Reports screen. Main Menu > Administration > Monitoring and reporting > Reports 1.2. Click on the "Reports d...
Reports definitions
Description At the report definitions tab you can add new reports to Soffid Console, and manage the the existing ones. You can create your own reports, you can visit the How to customize Reporting page, or download then from the Standard reports library page...
Executed reports
Description At the Executed reports tab, Soffid displays all the reports previously executed. Soffid displays a list with the report name and the execution date. In addition, you could download the reports previously executed in XML, HTML, CSV or XLS format....