Advanced Search
Search Results
517 total results found
Plugins
Definition Soffid provides you additional functionality that allows installing addons and server plugins. There are two main types of addons: system connectors and console addons. You can download existing addons and plugins developed by Soffid by visiting h...
Account naming rules
Definition Account naming rules define how to generate account names to connect with final systems. The normal case is the account name will be the same as the user name, in other cases, here you could define the customized account name rules. When you are c...
Utility classes
Crypt Crypt allows to encrypt text with different algorithms and verify the resulting hash. To use this class: com.soffid.iam.crypt.Crypt All methods are static: hash(String algorithm, String text) -> String pBKDF2Sha256(String text, String utf8Salt, int ...
My Profile
Description My Profile is a part of a Soffid Self-service portal that allows to end-users config their own profile, update the user info and preferences, change their password, and recover questions. To display My Profile page you need to click on the config...
My requests
Description Soffid provides a complete workflow engine that allows you to incorporate business processes or define new business processes as needed. End-users with the appropriate permissions will be able to request these processes. You can visit Self service...
My tasks
Description Displays the task in which the user is involved like a supervisor, manager, o person how has to approve or deny that tasks. My task provides information about the process, the task, the start and due date and the asigned user. By clicking a recor...
SAML architecture
Introduction SAML is the most complete, secure, and mature solution to get identity federation. SAML defines three main kinds of servers: Federation metadata server. Publishes information about the federation members, its protocols, and capabilities. Any f...
OpenID-Connect architecture
Introduction OpenID is based on the well known protocol. It is easier to implement and deploy, as it does not require digital signature or encryption. The drawback is that it is significantly less secure. For example, the single logout protocol is not finish...
User management
Description The user management process type is used to define business processes to create and update identities and their attributes. You can use the default template included on Soffid BPM Editor and customize it with your business needs. Also, you can im...
Permissions management
Description The permissions management process type is used to define processes used to create, update and remove permissions and account to identities. You can use the default template included on Soffid BPM Editor and customize it with your business needs....
Account reservation
Description The account reservation process type is used to configure the use of privileges accounts. That type of process will be launched when the end-users want to connect to a system using a privileged account through the password vault. Soffid allows yo...
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 ...
Delegation Roles
Description The delegation roles process type is used to allow the users to delegate temporary their own permissions. That process is defined by default with 3 steps, but you can add new, delete and update steps to customize your business process. Start...
How to install BPM Editor in Soffid
Installation Download Please download the Soffid BPM Editor 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/download/...
Screen
Description This step is used to define the custom form that will be used by the users who have to approve or to reject the generated task. To configure that step will be necessary to determine the fields that will be show to the users, and the actions that t...
Detect duplicated user
Definition That step is used to define the proper rules to determine the potential conflicts between the identity for who is the request, and the Soffid existing identities. Whit that definition, Soffid will find the potential conflicts, and the end-user coul...
Apply changes
Definition This step is used to apply the identity changes to the Soffid repository. Steps Tabs Task details Apply users changes: check it (select the Yes option) to make changes to users on the Soffid repository. Apply entitlements: check it (sel...
Custom
Definition This step is used to define a custom script that will be executed Steps Tabs Task details All the process types have the same Task details for the Custom step: Script: allows you to define a Script this step allows you to add a script to be ...
Definition This step allows you to configure the necessary parameters to send an email when the flow reaches this point. That mail will be an informative mail, and the receptor could not perform any action from the mail. To send mail, you will need to config...
Fork
Definition This step is used to divide the workflow into two or more paths that will run in parallel, allowing multiple activities to run simultaneously. /====> path 1 =====\ Fork ==== ==> Join \====> path...