ADC

Store OTP secret data in an encrypted format

Starting from Citrix ADC release 12.1 build 54.13, the OTP secret data can be stored in an encrypted format instead of plain text.

Previously, the Citrix ADC appliance stored OTP secret as a plain text in AD. Storing OTP secret in plain text poses a security threat as a malicious attacker or an admin might exploit the data by viewing the shared secret of other users.

The encryption parameter enables encryption of OTP secret in AD. When you register a new device with Citrix ADC version 12.1 build 54.13, and enable the encryption parameter, the OTP secret is stored in an encrypted format, by default. However, if the encryption parameter is disabled, the OTP secret is stored in plain text format.

For devices registered prior to 12.1 build 54.13, you must perform the following as a best practice:

  1. Upgrade the 12.1 Citrix ADC appliance to 12.1 build 54.13.
  2. Enable the encryption parameter on the appliance.
  3. Use the OTP secret migration tool to migrate OTP secret data from plain text format to encrypted format.

For details about the OTP secret migration tool, see OTP encryption tool.

Important

Citrix recommends you as an admin to ensure the following criteria is met:

  • A new certificate must be configured to encrypt OTP secrets if you are not using KBA as part of self-service password reset feature.

    • To bind the certificate to VPN global, you can use the following command:

      bind vpn global -userDataEncryptionKey c1

  • If you are already using a certificate to encrypt KBA, you can use the same certificate to encrypt OTP secrets.

通过使用CLI启用OTP加密数据

At the command prompt, type:

set aaa otpparameter [-encryption ( ON | OFF )]

Example

set aaa otpparameter -encryption ON

配置OTP encryption by using the GUI

  1. Navigate toSecurity > AAA – Application Trafficand clickChange authentication AAA OTP Parameterunder身份验证设置section.
  2. On theConfigure AAA OTP Parameterpage, selectOTP Secret encryption.
  3. Click OK.

Configuring the number of end-user devices for receiving OTP notifications

Administrators can now configure the number of devices that an end user can register to receive OTP notification or authentication.

配置number of devices in OTP by using the CLI

At the command prompt, type:

set aaa otpparameter [-maxOTPDevices ]

Example

set aaa otpparameter -maxOTPDevices 4

配置number of devices by using the GUI

  1. Navigate toSecurity > AAA – Application Traffic, clickChange authentication AAA OTP Parameterunder身份验证设置section.
  2. On theConfigure AAA OTP Parameterpage, enter the value forMax OTP device Configured.
  3. ClickOK.

    localized image

Store OTP secret data in an encrypted format