To improve login security, Abiquo supports two-factor authentication for the user interface to improve login security. UI .
The first step is to configure the platform to use 2FA.
and enable it in the UI, you can define if 2FA is mandatory for each tenant.
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 | Optionally, enable 2FA if it is available on the platform. |
...
Configure 2FA on the platform
Excerpt | ||||||||
---|---|---|---|---|---|---|---|---|
To configure 2FA authentication system do these stepsBasic requirements of 2FA:
The Appliance manage
To adapt integrations and events:
To configure 2fa, customize properties and files on the Abiquo API server as required.
Troubleshooting two-factor authenticationCheck server date and time synchronization as part of the user issue troubleshooting process.Enable 2FA for the platformTo enable 2fa for the platform:
Require 2FA for a tenantTo require 2fa for a tenant:
2FA for usersWhen two factor authentication is required, the user must enable it from the user icon menu. If two-factor authentication is not required, the user may optionally can enable it for their own account from the user icon menu. infoTo disable the display of the two factor authentication item in theremove the Two factor authentication option from the user icon menu, the administrator can set theedit the
For more details, see Configure Abiquo UI. 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. 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. |
...