Advanced Search
Search Results
195 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...
Apply changes
Definition This step is used to assign permission to a user to access the protected resource. Steps Tabs Task details Apply entitlements: check it (select the Yes option) to make changes to permissions on the Soffid repository Incoming transitions ...
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...
Password recovery configuration
OTP settings
XACML Policy Management
XACML PEP configuration
Recertification policies
User backup configure
Description Soffid allows you to configure some backup parameters. Go to In the "User backup configure & restore" page, in the hamburger button click the option "Configure backup". Screen overview Custom attributes Minimum delay between backups Numbe...
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 ...
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...
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...
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...
SCIM Entity Group examples
Operations This page shows the functions that can be performed for the Entity Group object. List all Request GET http://<your-domain>/soffid/webservice/scim2/v1/EntityGroup Response 200 OK { "schemas": [ "urn:ietf:params:scim:api:messages:2...
⏰ 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...
SCIM Federation Members examples
Operations This page shows the functions that can be performed for the Federation Member object. List all Request GET http://<your-domain>/soffid/webservice/scim2/v1/FederationMember Response 200 OK { "schemas": [ "urn:ietf:params:scim:api:...
TACACS+ (The Terminal Access Controller Access-Control System Plus)
TACACS+ is a security protocol that provides centralized validation of users who are attempting to gain access to a router or other devices. TACACS+ is a protocol for AAA services: Authentication Authorization Accounting https://www.rfc-edi...