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 Use two factor authentication
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. |
Table of Contents |
---|
...
Configure 2FA for the platform
Excerpt | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
To configure the authentication system do these stepsBasic requirements of 2FA:
For a multi-datacenter configuration, configure Appliance manager for template upload and download as described in Uploading and downloading templates in multi datacenter
For integration and events requirements, see below. To configure 2FA, customize properties and files, and enable it on the platform:
Requirements for integrations:
Requirements for events and event streaming ,:
Configure Google Authenticator properties. Set the name of the issuer of authentication codes. See Abiquo configuration properties#2fa Configure email authentication properties:
For email authentication, you can edit the email message. See Configure custom platform messages Troubleshooting two-factor authentication
Manage two-factor authentication in the UI Include Page | | Manage two factor authentication in the UI | Manage two factor authentication in the UI
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.
...