Table of Contents |
---|
To improve login security, Abiquo supports two-factor authentication for the user interface to improve login security.
- The Systems Administrator configures two-factor authentication for the platform (see steps below)
- The Cloud Administrator can configure tenants to force users to work with two-factor authentication
- If two-factor authentication is configured for the platform but not required for a user's tenant, the user can still choose to enable it
For a description of the user functionality, see Configure your user account
Note: 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 | ||||||||
---|---|---|---|---|---|---|---|---|
System timeThe codes generated for Basic requirements of 2FA:
Ensure correct multi-datacenter configurationIn a multi-datacenter environment where template upload and download are required, to enable two-factor authentication, the administrator must configure the Appliance Manager as described in: Configure authentication for integrationsOn an enterprise level, if two-factor authentication is enabled for an enterprise, the administrator must
For integration and events requirements, see below. To configure 2FA, customize properties and files, and enable it on the platform:
Requirements for integrations:
Configure eventsFor Abiquo Requirements for events and event streaming, :
Configure Google Authenticator propertiesFor Google Authenticator, the administrator can set the name of the issuer of the two-factor authentication codes in the Abiquo properties file. See Abiquo Configuration Properties#2fa Configure email authentication propertiesThe administrator can set the email server configuration, including the sender with the "from" property. See Abiquo Configuration Properties#server You can also set the length of time that the email codes will be valid for. See Abiquo Configuration Properties#2fa For email authentication, you can edit the email message. See Configure Email Templates Manage two-factor authentication in the Abiquo UIThe Cloud Administrator can enable two-factor authentication in the Configuration view or using the API.When an administrator creates or edits an enterprise, they can mark a checkbox to require two-factor authentication of all users in the enterprise. In the API, this is done by setting the enterprise attribute of twoFactorAuthenticationMandatory to true. If two-factor authentication is not required, the user can still enable it from the username menu by clicking on the icon or username in the top right-hand corner of the screen and selecting two-factor authentication. Note that you can enable or disable 2fa for your own user only.Using the API, you enable or disable 2fa by posting
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, the user must enable it from the user icon menu. Even if the enterprise does not require two-factor authentication, the user 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. |
...