...
To improve login security, Abiquo supports two-factor authentication for the UI . with basic authentication.
Abiquo can send an authentication code:
via email
using Google Authenticator
The steps to use 2FA are:
Configure the authentication options in the platform
Activate 2FA for the platform
If 2FA must be used in an enterprise, edit the enterprise and select the required option
Users activate 2FA for their accounts.
This is optional if 2FA is not mandatory for their enterprise
Tip |
---|
When you enable the Abiquo OpenID Connect integration, Abiquo disables two-factor authentication. |
Configure 2FA for the platform
Excerpt | ||||||
---|---|---|---|---|---|---|
Basic requirements of 2FA:
Requirements for integrations:
Requirements for events and event streaming:
For integration and events requirements, see below. To configure 2FA, customize properties and files, and enable it on the platform:
Enable 2FA for the platformTo
Requirements for integrations:
Requirements for events and event streaming:
Require 2FA for a tenantTo configure a tenant so that all the users must work with two-factor authentication:
2FA for usersWhen a user’s enterprise requires two-factor authentication is required, the user must enable it from the user icon menu. If Even if the enterprise does not require two-factor authentication is not required, the user can enable it for their own account from the user icon menu. To remove the Two factor authentication option from the user icon menu, edit the client-config-custom. json file, and set the following property: code | ||||||
client.2fa.activated=false |
Code Block |
---|
client.2fa.activated=false |
For more details, see Configure Abiquo UI.
Manage two factor authentication via the API
To require 2fa mandatory for a tenant, edit the enterprise and set the value of the twoFactorAuthenticationMandatory attribute to true.
To enable or disable 2fa for a user, post the authentication method to the action link of the user.
...