Advanced Search
Search Results
551 total results found
XACML PEP configuration
Digital certificates
Definition Soffid includes Digital certificate functionality as a security enhancement. You could add new Digital certificates, internal or external. If you select the external certificate, you could add a valid certificate to Soffid; If you select the intern...
Recertification policies
Permission request
Description The Permission Request Process type is used to define business processes to request permissions. That process is defined by default with 4 steps, but you can add new, delete and update steps to customize your business process. Start Approve ...
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...
Start
Definition That is the first step of the workflow. At that step, you could define the fields you want to show when the end users. In that case, the request will be launched automatically when the end users request to use a privileged account to connect to a p...
Grant approval
Description This step is used to define the custom form that will be used by the users who have to approve or reject the generated task. To configure that step will be necessary to determine the fields that will be shown to the users, and the actions that the...
Apply changes
Definition This step is used to assign permission to a user to access to the protected resource. Steps Tabs Task details Grant account access: check it (option selected Yes ) if you want to give grant account access to the protected resource. Incoming...
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...
JSON REST Web Services Connector - Properties
In this agent, the configuration of the properties attributes is very important due to they define the functionality of the integration: This agent has five families of properties: Family Description Load Used to retrieve all the...
How to configure the Office 365 agent?
Office 365 integration Prerequisites You need to install the last version of JSON Rest Connector Configuration Configure the Basic data to establish the connection Then, configure the attribute mappings Soffid provides you versions of the attribu...
How to configure the Jira Atlassian agent?
Jira integration Prerequisites You need to install the last version of JSON Rest Connector. Configuration Configure the Basic data to establish the connection Then, configure the attribute mappings Soffid provides you an XML file with the basic a...
SQL Integration flows - Update user
Update user Introduction Soffid provides a workflow to create, modify, and delete a user in the final system. One can see the steps of the process in the following diagram. This process only applies to account type single users. Diagram Step by Ste...
AD Integration flows - Update user
Update Introduction Soffid provides a workflow to modify and/or delete a user in the final system. In it, we can see each of the steps of which this process is composed. Diagram Step by Step In this document, we will explain the process that Soffid p...
CAS (Central Authentication Service)
Introduction The CAS protocol is a simple and powerful ticket-based protocol. It involves one or many clients and one server. Clients are embedded in CASified applications (called “CAS services”) whereas the CAS server is a standalone component. The Cas ...
CAS architecture
Introduction The CAS is a Single Sign On protocol for the web. This protocol allows users to access multiple applications by providing their credentials. The response will be a JSON or XML Single Log-in The single log-in is usually initiated by the appl...
CAS
Definition Cas protocol is rarely used. Screen overview Standard attributes Class: class name (readOnly field). Enabled: if it is checked (the selected option is Yes) that protocol will be enabled.
Radius
Definition Networking protocol that authorizes and authenticates users who access a remote network. Screen overview Standard attributes Class: class name (readOnly field). Enabled: if it is checked (selected option is Yes) that protocol will be enable...
CAS Example
Service Provider
OpenID-Connect example
Identity Provider Service Provider