Advanced Search
Search Results
234 total results found
Addons
BPM editor
SCIM
System for Cross-domain Identity Management
Addons getting started
Getting started
Administration (scripting)
Custom scripts
Federation
Web SSO
Password recovery
Password Recovery Addon
Recertification
Recertification
Reporting
Reporting
XACML
XACML eXtensible Access Control Markup Language
Two factor authentication (2FA)
OTP - One Time Password
Backup
Configure & restore
Break Glass
Process types
Templates definition of process types
SCIM full examples
Resource data model & schema
The data model of the Soffid objects is mapped to JSON objects to enable the data transport between client and server.
Soffid BPM pages
Soffid BPM pages
User management steps
Define the user management steps
Permissions management steps
Define the Process management steps
Account reservation steps
Define the account reservation steps
Examples
Self service portal examples
SAML
OpenID-Connect
Web SSO
Federation members
Profiles
Connecting Service Providers
Web services reference
Identity Broker
Self service portal
Reports
How to deploy the identity & service provider
How to customize Reporting in Soffid
Example Dynamic role PEP
Dynamic role Enforcement Point Use case example We want to define a policy to restrict access to the Soffid console user's page (MainMenu > Administration > Resources > Users). The users who are assigned to the SOFFID_RRHH role (from this point forward: end...
Example Role centric PEP
Role centric Enforcement Point Use case example We want to define a policy to restrict access to the Soffid console role's page (MainMenu > Administration > Resources > Roles). The users who belong to the "enterprise" group as primary group (from this point...
Example Web PEP
Web Policy Enforcement Point Use case example We want to define a policy to restrict access to some pages of the Soffid console. The users who are assigned to the SOFFID_RRHH role (from this point forward: end-users) will have limitations to access to some ...
Users OTP devices
Description Soffid allows you to manage the OTP devices for each user. That option will be availavle on the User window. You need to query the user on the Users window, click the proper user and go to the OTP devices Tab, here you could manage the OTP devices...
Introduction to OTP
What is OTP? A one time password (OTP) is a password that is valid for only one login session or transaction, on a computer system or other digital device. The most important advantage addressed by OTPs is that, in contrast to static passwords, they are not ...
Introduction to Reporting
What is Reporting? It is the process responsible for collecting data and presenting it in a readable format. These reports can be used to know the status of the applications, to solve possible errors with the data and also to make decisions. Reporting is an ...
Reports definitions
Description At the report definitions tab you can add new reports to Soffid Console, and manage the the existing ones. You can create your own reports, you can visit the How to customize Reporting page, or download then from the Standard reports library page...
Using iReport
Steps Once you have installed the Reporting add-on you must follow the following steps: 1. Download the iReport classes from Soffid. 1.1. Open the Reports screen. Main Menu > Administration > Monitoring and reporting > Reports 1.2. Click on the "Reports d...
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...
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...
SCIM Query syntax
SCIM protocol provides a language to search and filter resources. Please browse the standard specifications in this link: https://tools.ietf.org/html/rfc7644#section-3.4.2.2 Example To search all users having "John" as name: http://<domain>/webservice/scim...
How to install SCIM in Soffid
Installation Download Please download the Soffid SCIM 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 use SCIM in Soffid
Introduction Soffid has implemented a version of the SCIM protocol 2.0. Some optional recommendations have also been included to improve the usage of this specification within the Soffid context. This functionality is available only by installing the SCIM ad...
Testing tool
REST clients Any REST client may be used to test and consume our SCIM REST web service. RESTer In this case, we will show the usage with RESTer, a browser extension available for Chrome and Firefox. This extension may be added from these links: Chrome, Fir...
Introduction to SCIM
What is SCIM? SCIM is a standard created to simplify user management in the cloud by defining a schema for representing users and groups with a REST API for all the necessary CRUD operations. This standard could be extended to other resources like accounts, ...
SCIM Operations
HTTP Method GET Retrieves one or more complete or partial resources. POST Depending on the endpoint, creates new resources, creates a search request, or MAY be used to bulk-modify resources. PUT Modifies a resource by ...
Shared account entitlements