Advanced Search
Search Results
61 total results found
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...
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...
Sample scripts
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...
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 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 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...
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...
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...
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...
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 ...
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...
Password vault
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....
Scheduled reports
Description At the schedule reports tab you can schedule or run the report. The report must be defined in the report definition tab. First of all, you need to select the report you want to execute. Once the report was selected, then you will need to fill in ...
Introduction to XACML
What is XACML? XACML "eXtensible Access Control Markup Language" is an open standard XML based language. The standard defines a declarative fine-grained, attribute-based access control policy language, an architecture, and a processing model describing how to...
XACML Editor
Description Soffid Console provides a graphical interface, with a hierarchy structure, that allows the management of Policy Decision Points in a easy way. You can create new policy sets, policies, policy set references and policy references. To start you onl...
How to use OTP in Soffid
Introduction Soffid allows administrator users to config the access authentication with OTP as the second-factor authentication (2FA). This is the way to add a extra layer of protection used to ensure the security of online accounts beyond just a username and...
⏰ Getting Started
Introduction Soffid allows you to combine two of the most powerful addons you can use into Soffid Console, SCIM, and OTP. Please note that the SCIM REST Web Service Add-on installed must be installed, please check this part in How to use SCIM in Soffid # In...
⏰ Getting Started
Introduction Soffid allows you to combine two of the most powerful addons you can use into Soffid Console, SCIM, and Federation. Please note that the SCIM REST Web Service Add-on installed must be installed, please check this part in How to use SCIM in Soff...