Advanced Search
Search Results
514 total results found
WSSO scripting language
Scripting language The scripting language is fully compatible with ECMAScript 3rd edition plus a small set of new objects and methods. Before running the script, Soffid WSSO will create some global variables referring to the request of the user agent and con...
WebSSO configuration for Drupal
Add the following settings to Apache: <Location /> ShibRequireSession off ShibRequestSetting applicationId drupal AuthType shibboleth Require shibboleth </Location> SoffidOnLoadScript .* .* 60000 /etc/apache2/soffid/drupal-login.js SoffidPostData...
WebSSO configuration for PHPBB
The following attributes must be added to apache configuration <Location /> ShibRequestSetting applicationId forum ShibRequireSession off AuthType shibboleth Require shibboleth </Location> <Location /ucp.php> Shi...
Introduction to Soffid LDAP
What is Soffid LDAP? Soffid LDAP is a complete LDAP Server based on OpenLDAP. It is always distributed as a docker container. The proposed system architecture is as follows: The SoffidLDAP is not directly using Soffid database. Instead, it is using its ow...
Connecting to the LDAP using user short names
Connecting to the LDAP The Soffid LDAP accepts the usual way to connect to the LDAP service using the distinguished name and password for the user. Additionally, one can use the uid attribute to login. Then for the user: dn: cn=user,ou=test,dc=soff...
Seamless authentication
The password authentication process is redesigned to allow users to connect to Soffid LDAP using their internally stored password, or a password trusted by Soffid. The first attempt is to check the password against the local userPassword attribute. If i...
Soffid overlay configuration
The communication channel from Soffid LDAP to Soffid sync server is configured by the Soffid overlay. The overlay configuration object looks like this: ## Soffid overlaydn: olcOverlay=soffid,olcDatabase={1}mdb,cn=configolcOverlay: soffidobjectClass: olc...
SSH Gateway Connection
Introduction We can establish a connection to the target system using the SSH remote access protocol. How to connect 1 You can establish the connection with the ssh gateway and then Soffid will ask your password and the target system parameters to connect: ...
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...
RDP Gateway Docker Compose 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....
Authentication
Definition Soffid could use different kinds of external authentication sources. These mechanisms could be selectively enabled or disabled. Screen overview Standard attributes Global status Maintenance mode (only administrators can log in): if this...
How to use Password Manager?
Actions Add vault to Password Manager The first thing you have to do is to Add the vault to the Password Manager Visit the How to Configure the Password Manager page for more information. Once you have added the vault to the Password Manager, this is ready...
How to debug Soffid LDAP?
Installation Prerequisites To install Soffid LDAP, you must install Docker. Despite Docker desktop can be used for testing purposes, Docker container runtime usage is recommended. Steps to debug 1.- First of all, you have to add the DEBUG environment varia...
Identity Provider
Description An identity provider (abbreviated IdP or IDP) is a system entity that creates, maintains, and manages identity information for principals and also provides authentication services to relying applications within a federation or distributed networ...
Metadata
Description The Metadata functionality allows expanding the Soffid objects, their attributes, and their data types. Also, it allows expanding custom objects. By default, there is a list of built-in objects, but it is possible to create new custom objects and...
ESSO
Definition Here is an explanation about how to configure the ESSO profile by using Soffid as Identity Provider. Please note that the profile parameters will be automatically updated on the PCs. Screen overview Standard attributes Class: class name (...
Custom objects
Description The custom objects are the objects created by the administrator to extend the Soffid underlying data model. This allows you to store additional information that is not natively supported by Soffid. This option allows administrator users to provi...
Attribute translation tables
Definition Soffid provides an easy to use mechanism to translate references or external codes into internal codes. For example, the HHRR application could be using a diferent coding scheme for business units. To deal with this data mismatch, users can extend...
PAM Rules
Definition Soffid allows you to define rules to detect commands executed on a server. When a user launches a command defined on a rule, Soffid will detect it. To use those rules you need to define the PAM policies. For more information, you can visit the PAM...
Installing IAM Console
Guide to install IAM Console using Docker. There is a public docker image at docker hub: https://hub.docker.com/r/soffid/iam-console/ Prerequisites Docker 8GB RAM > 10GB disk space (50GB recomended) Supported database installed Video Tutorial In...