Skip to main content

Linux User access

How to access?

When you try to connect to a Linux machine using Soffid ESSO, you will need to enter your username and password on the Linux login page.

If the user does not exists in this machine, depending on the attribute "Create local accounts when there is no domain account" in Soffid ESSO configuration, a local user willl be created or not.

  • If the network is connected, depending on the Soffid ESSO configuration, a 2FA may be required, or you will be logged in directly.
  • If the network is not connected, also, depending on the Soffid ESSO configuration, you connect to the machine. When the network is re-established, Soffid ESSO will NOT ask for your credentials again in the Linux machine.  

For more information about how to configure Soffid ESSO you can visit the ESSO profile page.

💻 Image
 Credentials required

image.png

 2FA required

image.png

Soffid ESSO options

image.png

Esso Options

On a host with ESSO installed an icon with the Soffid Logo will appear on the Windows taskbar.

If the user clicks on the mouse's right button it will be able to do some different actions.

Login

Allows you to open an ESSO session. In order to open an ESSO session, the user must enter user code and password.  In order to reopen it, the user must enter user code and password again (unless Kerberos login succeeds)

Logout

Allows you to close an ESSO session. On closing session, any SSO rules will be unloaded, so the user should enter the user and password on applications request.

SSO Paused

If the user disables ESSO, user and password will be required to execute any application, but ESSO session is still open on the server.

SSO Enabled

In order to inject ESSO rules, Soffid ESSO must be enabled.

Update rules

To update ESSO rules for the user account. ESSO will contact Soffid Synchronization server in order to get the Single Sign On rules for this account. Any granted permission or rule change will be applied immediately.

Other operations

How to know the ESSO version?

dpkg -l soffidesso
💻 Image

image-1665396904304.png

How to check the log?

/var/log$ sudo tail syslog
/var/log$ sudo cat syslog

How to login using the command line?

Raise permissions to super users:

sudo -i

Login with your Soffid user

login userName
💻 Image

image.png