Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

551 total results found

XACML PEP configuration

Soffid 3 Reference guide Security settings

Soffid
3
Security settings
Addon
XACML

Digital certificates

Soffid 3 Reference guide Security settings

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...

Soffid
3
Security settings
Certificate

Recertification policies

Soffid 3 Reference guide Security settings

Soffid
3
Security settings
Addon
Recertification

Permission request

BPM Editor Process types

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 ...

Soffid
3
Addon
BPM
Addon
Workflow

Sample Scripts BPM

BPM Editor Examples

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...

Soffid
3
Addon
BPM
Addon
Workflow
Examples

Start

BPM Editor Permissons request steps

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...

Soffid
3
Addon
BPM
Addon
Workflow

Grant approval

BPM Editor Permissons request steps

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...

Soffid
3
Addon
BPM
Addon
Workflow

Apply changes

BPM Editor Permissons request steps

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...

Soffid
3
Addon
BPM
Addon
Workflow

End

BPM Editor Permissons request steps

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...

Soffid
3
Addon
BPM
Addon
Workflow

JSON REST Web Services Connector - Properties

Connectors JSON REST Web Services Connector

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...

Soffid
3
Connectors
JSON REST WS

How to configure the Office 365 agent?

Connectors JSON REST Web Services Connector

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...

Office 365
Soffid
3
Connectors
JSON REST WS

How to configure the Jira Atlassian agent?

Connectors JSON REST Web Services Connector

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...

Soffid
3
Connectors
JSON REST WS
Jira
Atlassian

SQL Integration flows - Update user

Connectors SQL Connector

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...

Connectors
SQL
Soffid
3

AD Integration flows - Update user

Connectors Windows Connector

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...

Soffid
3
Connectors
Windows
Connectors
Active directory

CAS (Central Authentication Service)

Federation CAS

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 ...

Soffid
3
Addon
Federation
Cas

CAS architecture

Federation CAS

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...

Soffid
3
Addon
Federation
Cas
Architecture

CAS

Federation Profiles

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.

Soffid
3
Addon
Federation
Profiles
Cas

Radius

Federation Profiles

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...

Soffid
3
Addon
Federation
Profiles
Radius

CAS Example

Federation CAS

Service Provider

Soffid
3
Addon
Federation
Cas
Examples

OpenID-Connect example

Federation OpenID-Connect

Identity Provider Service Provider

Soffid
3
Addon
Federation
OpenId Connect
Examples