Advanced Search
Search Results
540 total results found
Configure Default questions
Description Soffid allows to the administrator user, o the user with the proper roles, to configure the default questions that will be displayed to the end-users. Those questions will be the default questions, the end-users could change them and configure oth...
Introduction to Self Service Portal
What is Self-Service Portal? Soffid Console provides the Self-Service Portal, where the end-users can consult or change their credentials, request new permissions or access to applications, manage their profile, or launch applications. All from a single point...
Password recovery questions
Description Soffid allows to end-user configure the questions and answers in Soffid console to recover the password when this functionality will be necessary. The option to configure the Questions and Answerr is on My Profile page. At this page, the user cou...
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...
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...
Column Selector
Description Throughout the Soffid Console, we can find a large number of list-type components. These lists are used to display the corresponding objects data in each case, for instance users, accounts, ... This component allows you to add or remove columns, ...
⏰ 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...
SCIM OTP devices examples
Operations This page shows the operations that can be performed for the OTP devices object. List all Request GET http://<your-domain>/soffid/webservice/scim2/v1/OtpDevice Response 200 OK { "schemas": [ "urn:ietf:params:scim:api:messages:2.0...
⏰ Getting Started
SCIM OTP devices examples
Change Password URL
There is a service point to allow users change their passwords. Simply redirect the user to: https://<YOUR_SYNCSERVER_HOSTNAME>:1443/protected/passwordChange For instance: https://iam-sync-idp.soffidnet:1443/protected/passwordChange 💻 Image The u...
How to perform unsolicited login
Soffid Identity Provider supports unsolicited login (Idp initiated login) profile. In order to enable it, you must be sure that federation metadata for the target service provider allows it. It is configured using the AuthnRequestsSigned attribute of the SPS...
SCIM OTP devices Workflows examples
Workflow Examples Workflow 1 1. Create Email OTP device Request GET http://<your-domain>/soffid/webservice/scim2/v1/OtpDevice JSON { "type": "EMAIL", "user": "dilbert", "email": "dilbert@soffid.com" } Response 200 OK { "created": "...
SCIM OTP devices Workflows examples
ESSO Scripting examples
1. Run an application like notepad exec ("notepad.exe"); 2. Automatic application update if (SystemInfo.os == "Linux") { exec ("(mkdir /tmp/google-chrome-updates && " + " wget -O /tmp/google-chrome-updates/google-chrome-stable_current_amd64.deb " +...
Active Directory back channel configuration
Introduction Active Directory Back Channel refers to a mechanism that allows Soffid to synchronize user information with an external Active Directory (AD) server in real-time or near real-time (Password synchronizer). This synchronization ensures that both So...
PAM Jump Server Installation
The purpose of this tutorial is to show how to install Jump servers and configure PAM using Dockers, to use critical resources without knowing the password required. Jump Server A jump server, jump host or jump box is a system on a network used to access a...
SSH Gateway Docker Installation
Introduction Soffid allows you to deploy a new docker container with the ssh gateway. The configuration is similar to the sync server configuration, the main difference is the ssh container is listening in ssh. Prerequisites The SSH Service is only released...
ESSO Related configuration parameters
Introduction There are some configuration parameters that can be tuned on Soffid console. Parameter Value SSOServer Comma separated of synchronization servers the ESSO should connect to seycon.https.port TCP/IP synchronizatio...
RDP Gateway Docker Installation
Introduction Soffid allows you to deploy a new docker container with the RDP gateway. The configuration is similar to the sync server configuration. Prerequisites The RDP Service is only released as a docker service. 1. Install docker ( https://docs.docker...