Advanced Search
Search Results
712 total results found
Linux Administrator access
How to access? For domain member hosts, ESSO will remove all existing local accounts except for those with a dependand service. So, in order to access with administrator privileges, user must use a domain account with local administrator privilege, or either ...
Diagram
sftsvr01/swarm/docker-compose.yaml version: "3.8" services: mariadb1: image: mariadb:11.1.2 environment: MYSQL_ROOT_PASSWORD: lkTR.3p2 MYSQL_DATABASE: soffid MYSQL_USER: soffid MYSQL_PASSWORD: 86h.FukT he...
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...
SSH Gateway Docker Compose 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...
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....
Office 365 as External SAML identity provider
Introduction Steps to configure Office 365 as External SAML identity provider. Step-by-Step 1. Open a https://portal.azure.com 2. Open Microsoft Entra ID and then select Enterprise applications option 3. Select All applications and click New Applic...
Datos del proyecto
Requisitos del sistema - Sistema operativo Ubuntu-Linux 24.04 - 32 GB RAM - 300 GB Disco - 6 CPUs Inicialmente se podría arrancar con: - Sistema operativo Ubuntu-Linux 24.04 - 16 GB RAM - 100 GB Disco - 2 CPUs VPN y máquinas Mediante este co...
VPN y accesos
Openfortivpn Instalación Primero hay que instalar la aplicación openfortivpn. sudo apt-get install openfortivpn Configurar VPN Crear el siguiente fichero. cd /etc/openfortivpn sudo vi config.unal # config file for openfortivpn, see man openfortivpn ...
Docker compose
Docker Fuente: https://docs.docker.com/engine/install/ubuntu/ Quitamos dependencias antiguas for pkg in docker.io docker-doc docker-compose docker-compose-v2 podman-docker containerd runc; do sudo apt-get remove $pkg; done Actualizamos repositorios # Add ...
1. Generate JKS files
In this case I use self-signed certificates, these certificates are valid for a laboratory environment. 1.1. Generate Store JKS a. Generate a key sudo openssl genrsa -aes256 -out soffid.pam.store.key b. Generate the .pem file sudo openssl req -x509 -days ...
3.2. Steps to install Soffid PAM
Follow these steps to install Soffid PAM: 1. First of all, you must create a folder to save the yaml files you are going to create. mkdir lab-soffid-pam 2. Go inside the folder cd lab-soffid-pam 3. Create two folder, one to the store and other to the laun...
1. What is Soffid?
2.1. Pre-requisites to install Soffid
To install Soffid you will need to have previously installed the following components 8GB RAM > 10GB disk space (50GB recomended) Docker Docker compose
3.2. Steps to install Soffid
Follow these steps to install Soffid IAM: 1. First of all, you must create a folder to save the yaml files you are going to create. mkdir lab-soffid-iam 2. Go inside the folder cd lab-soffid-iam 3. I recomend the very first time you install Soffid in an e...
2.2. How to install Docker?
Now let's install Docker in your environment. The following commands are defined to install Docker on a Linux machine
2.3. How to install Docker Compose?
Once you have docker install, you can install docker compose. https://docs.docker.com/compose/install/standalone/
3.1. Introduction
Holder group login
Introduction In some organizations is necessary to assign roles that affect only a part of the structure, for instance, a department, a division or a country. A Holder Group can be defined as a collection of entities (referred to as "holders") that share simi...
Steps to configure
Steps to configure 1. Group type: Create at least one organizational unit with the role holder attribute active (yes). https://bookstack.soffid.com/books/soffid-3-reference-guide/page/group-type 2. Groups: Assign Groups to the organizational unit. Define ...
Use cases
Premises 1. An Organizational Unit has been defined as Role holder Yes. 2. Several groups have been defined with type organizational unit with role holder Yes. 3. An attribute sharing policy has been defined. 4. Indicates which Service Providers will...