Table of Contents |
---|
To improve login security, Abiquo supports two-factor authentication for the user interface to improve login security.
...
User
...
Configuration steps
...
Systems administrator
...
Configure 2FA on the platform, including Abiquo Configuration properties. See below
...
Cloud administrator
...
Enable 2FA and define if 2FA is mandatory for users. See below
...
User
...
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. |
...
toc
Configure 2FA
...
for the platform
Excerpt | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
To configure 2FA authentication system do these stepsBasic requirements of 2FA:
The Appliance manage must use HTTPS.
For each enterprise that requires 2FA, migrate automation and integrations to OAuth, see Authentication#OAuthv1.0VersionAAuthentication.To implement two-factor authentication for a portal, see Authentication For events and event streaming, if the M-user belongs to a tenant that must use 2FA, configure the M-user to use OAuth. integration and events requirements, see below. To configure 2FA, customize properties and files, and enable it on the platform: To enable 2fa for the platform
Troubleshooting two-factor authentication
Enable 2FA for the platform
Requirements for integrations:
Requirements for events and event streaming:
Require 2FA for a tenantTo require 2fa for 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 may optionally can enable it for their own account from the user icon menu.
For details of how the user must enable 2FA, see https://abiquo.atlassian.net/wiki/spaces/doc/pages/311370224/Starting+Abiquo+for+the+first+time#Use-two-factor-authentication. Remove the option for users to enable 2faBy default, the option to enable 2fa appears in the user icon menu. To remove the Two factor authentication option, edit the
For more details, see Configure Abiquo UI. Manage two factor authentication via the APITo 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. |
...