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

414 total results found

Password policies

Soffid 3 reference guide Security settings

Definition Password domain Is a logical way of grouping managed systems that are sharing the same password for each account. If the administrator chooses to have the same password for every system, only one password domain should exist. If the administrator ...

Soffid
3
Security settings

How to install Soffid LDAP?

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. Installation To start Soffid LDAP, execute: docker volume create ldapconf ...

Soffid
3
Soffid LDAP
SoffidLDAP

Hosts

Soffid 3 reference guide Resources Management

Description The host screen lets the administrator manage a static IP address assigned to any host. Dynamic IP addresses are automatically managed by Soffid ESSO. Screen overview Related objects Network Operating systems Custom attributes Basics ...

Soffid
3
Resources Management

Step 3.1. Launch network discovery

PAM Implementation guide Step 3. Launch network discovery

Then, the third step will be to launch the network discovery process. That is the process in charge to scan the network, getting the hosts information, and connecting to the hosts as well. Step-by-step 1. The discovery network task can be executed manually...

Soffid
3
PAM
PAM Implementation

Identity Provider

Federation Federation members

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

Soffid
3
Addon
Federation

Users

Soffid 3 reference guide Resources Management

Description The user is the core object of the system. In Soffid, a user means an identity (usually a person). Every user can have a number of accounts spread on different information systems. In traditional system management, one can assign roles and permis...

Soffid
3
Resources Management

Scheduled jobs

Soffid 3 reference guide Monitoring and reporting

Description Schedule jobs display all the asynchronous tasks generated for the workflows engine. When a job is finished, it will disappear from that list. Standard attributes ID: job identifier. Name: job name. Process: process identifier and descriptio...

Soffid
3
Monitoring and reporting

My tasks

Soffid 4 reference guide Identity self service

Description Displays the tasks in which the user is involved like a supervisor, manager, or person responsible for approving or rejecting those tasks. My tasks provides information about the process, the task, the start and due date and the asigned user. By ...

Soffid
4

⏰ Getting started

Installation

Soffid support  Windows or Linux (Ubuntu are the most used) To succesfully install Soffid IAM, please, choose your installatin and follow the next steps: Server Initialize database on your server Installing Soffid IAM on your own server Configure TLS fo...

Soffid
3
Install

System architecture

Installation

Soffid Architecture Soffid system is composed of up to five different components: IAM console  Sync server Repository PAM Jump server (optional) LDAP Directory server (optional) Enterprise SSO (optional) IAM Console Is the portal used by admin...

Soffid
3
Install
Architecture

⏰ Getting started

Addons Getting started

Introduction Soffid provides a collection of addons that can be installed to add functionalities to the Soffid Console. There are several Addons available to be installed to add functionalities to the Soffid Console. These addons can be found at: download op...

Soffid
3
Addon
All
Install

Initialize database on Kubernetes

Installation Database initialization

The purpose of this tutorial is to show how to initialize a MariaDB database required for Soffid IAM installation on Kubernetes. MySQL/MariaDB To initialize MariaDB on Kubernetes first of all you must create a Persistent Volume. Storage in the cluster will b...

Soffid
3
Install
DataBase
Kubernetes

Configuring database cluster

Installation Database initialization

Once the database replica is setup, it's important to guarantee transactianality rules. To achive it, one database instance must be acting as the master and other as the slave. Using corosync and pacemaker, you can configure a floating IP address that will ma...

Soffid
3
Install
DataBase

Installing IAM Console

Installation Installing Soffid on your server

Guide to install  IAM Console on your own server Prerequisites Installing Soffid IAM solution requires the following requirements: Windows or Linux (Ubuntu are the most used) Java JDK 8 or higher. Java JDK11 recommended 8GB RAM > 10GB disk space Suppo...

Soffid
3
Install
IAM Console

Install Sync server

Installation Installing Soffid on your server

Guide to install Synchronization server on your own server Prerequisites Soffid IAM sync server requires the following requirements: Windows or Linux (Ubuntu are the most used) Java JDK 8 or higher 8GB RAM > 10GB disk space Soffid console installed ...

Soffid
3
Install
Sync Server

Configure TLS for IAM Console

Installation Installing Soffid on your server

Introduction The TLS protection of Soffid IAM Console is applied through the configuration of the Apache TomEE embedded in the installation. This solution is running under java technology therefore we need a jks file (Java Key Store) or a PKCS#12 file with t...

Soffid
3
Install
TLS

Linux operator guide

Installation Installing Soffid on your server

Startup / Shutdown console Start Soffid IAM console systemctl start soffid-iamconsole.service Stop Soffid IAM console systemctl stop soffid-iamconsole.service Status systemctl status soffid-iamconsole.service Logs You can find the console logs at: /opt...

Soffid
3
Install
Operator
Linux

Windows operator guide

Installation Installing Soffid on your server

Startup / Shutdown console Start Soffid IAM console To start Soffid console, use service manager, or execute: net start soffid-iamconsole Stop Soffid IAM console To stop Soffid console, use service manager or execute: net stop soffid-iamconsole Logs Yo...

Soffid
3
Install
Operator
Windows

Installing IAM Console

Installation Installing Soffid using Docker

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

Install
IAM Console
Docker
Soffid
3

Installing Sync server

Installation Installing Soffid using Docker

Guide to install Sync server using Docker. There is a public docker image at docker hub: https://hub.docker.com/r/soffid/iam-sync Prerequisites Soffid IAM sync server requires the following requirements: Supported database installed Soffid Console Insta...

Soffid
3
Install
Sync Server
Docker