Authentication

📘

System settings are available for a user with superadmin role only.

Fudo One allows authenticating users with external authentication methods that require configuration:

  • CERB,
  • RADIUS,
  • LDAP,
  • Active Directory.

To add an external CERB, Radius, Active Directory or LDAP authentication server, proceed as follows:

  1. Select Settings > Authentication.
  2. Click the Add an external authentication source button.
  3. Select authentication service type: CERB, Radius, Active Directory or LDAP.
  4. Provide configuration parameters depending on selected external authentication system type.
  5. Click Save.
ParameterDescription
CERB
HostServer’s IP address.
PortPort used to establish connections with given server.
Bind addressIP address used for sending requests to given host.
ServiceCERB service used for authenticating Fudo One users.
SecretSecret used to establish server connection.
Second factorAdditional verification step with authentication methods (OATH)
RADIUS
HostServer’s IP address.
PortPort used to establish connections with given server.
Bind addressIP address used for sending requests to given host.
NAS IDRADIUS server NAS-Identifier parameter.
SecretSecret used to establish server connection.
Second factorAdditional verification step with authentication methods (OATH)
LDAP
HostServer’s IP address.
PortPort used to establish connections with given server.
Bind addressIP address used for sending requests to given host.
Bind DNTemplate containing a path which will be used to create queries to LDAP server.
Encrypted connectionThis option is required to be checked for the domain users who change their passwords in the Access Gateway.
Server certificateLDAP server certificate.
Second factorAdditional verification step with authentication methods (OATH)
Active Directory
HostServer’s IP address.
PortPort used to establish connections with given server.
Bind addressIP address used for sending requests to given host.
Active Directory domainDomain which will be used for authenticating users in Active Directory.
Encrypted connectionThis option is required to be checked for the domain users who change their passwords in the Access Gateway.
Server certificateActive Directory server certificate.
LoginThe privileged account’s login name to modify a user password on the Active Directory server.
SecretSecret used to establish server connection to modify a user password on the Active Directory server.
Second factorAdditional verification step with authentication methods (OATH)

🚧

When additional authentication method (OATH) is selected as a Second factor for synchronization with External authentication server (AD / LDAP / CERB / RADIUS), it won’t be enough to just select one of the External authentication server source within the User definition. The additionally selected authentication method should be configured within the User definition as a primary authentication method. Then users’ authentication methods will be automatically synchronized according to External authentication server settings.