Advanced Search
Search Results
38 total results found
⏰ 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...
Initialize database on Kubernetes
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...
Configuring database cluster
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...
Installing IAM Console
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...
Install Sync 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 ...
Configure TLS for IAM Console
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...
Linux operator guide
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...
Windows operator guide
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...
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...
Installing Sync server
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...
Installing IAM Console
Guide to install IAM Console on Kubernetes. Prerequisites Kubernetes 8GB RAM > 10GB disk space Supported database installed Video Tutorial Linux Installation You can use the docker image described at Installing IAM console using Docker. Here yo...
Installing Sync server
Guide to install Sync server on Kubernetes. Prerequisites Soffid IAM sync server requires the following requirements: Supported database installed Soffid Console Installed Video Tutorial Linux Installation You can use the docker image described a...
How to copy to Kubernetes Secrets?
When making any manual changes to the Sync server configuration files, it will be necessary to copy these changes to the Kubernetes secrets. Command example: java -cp "/opt/soffid/iam-sync/bin/bootstrap.jar" com.soffid.iam.sync.bootstrap.KubernetesSaver ...