Deployment Guide: Learn how to configure Citrix Gateway to use nFactor to authenticate against a RADIUS server for MFA 编辑

December 2, 2021 Author:  Steven Wright

Deployment Guide: Learn how to configure Citrix Gateway to use nFactor to authenticate against a RADIUS server for MFA


Overview

How to Configure Citrix Gateway to use nFactor to authenticate against a RADIUS server for Multi Factor Authentication (MFA).

This article covers how to configure Citrix ADC Gateway to use nFactor authentication for LDAP and RADIUS-based multifactor authentication and general troubleshooting techniques.

In this article, we assume your Citrix ADC has a Citrix Gateway implementation and RADIUS and LDAP servers.

This article also recommends connecting to your RADIUS and LDAP servers via local load balancing virtual servers, and assumes the load balancers have already been created. You can learn more about creating load-balancing virtual servers here
and about configuring RADIUS persistence on a load balancer here.


RADIUS Communication Overview

The RADIUS communication flow begins with an Access-Request packet from the client, in this case the Citrix ADC. The RADIUS server validates the client and authenticate the credentials received within the Access-Request. After validation, the RADIUS server responds with an Access-Accept, Reject, or a Challenge asking for further details from the user.

RADIUS_communication_image

RADIUS servers have a list of valid clients and a shared secret for each. A RADIUS server usually ignore requests from invalid clients, but some implementations return authentication failures. The shared secret encrypts the password component of the credentials. When the shared secret is wrong, the server always rejects passwords because they don’t decrypt to the correct value.

By default, Citrix ADC sends RADIUS authentication requests from the NSIP of the active HA node and targets a single RADIUS server.

RADIUS_NSIP_source_image

Rather than define the NSIPs of both ADCs in an HA pair as clients on your RADIUS servers, Citrix recommends the ADC send authentication requests via a local Load Balancing virtual server. The Load Balancing virtual server also adds resilience to your setup.

When Citrix ADC sends RADIUS requests via a local Load Balancing virtual server, the requests leave the ADC via a SNIP. SNIPs are floating IP addresses and are only available on the current primary HA node.

When using a Load Balancing (LB) virtual server, the NSIPs of the primary and secondary HA nodes make a request to a local VIP. The LB VIP sends to the RADIUS server using the HA pair’s SNIP.

RADIUS_NSIP_to_VIP_to_SNIP_image


RADIUS Troubleshooting tools

While most RADIUS implementations are performed without, it can be helpful to understand the most common troubleshooting tools.


The “/tmp/aaad.debug” authentication debug pipe on the Citrix ADC

You can view authentication events on the Citrix ADC by entering the BSH shell with “shell” and then viewing the aaad.debug pipe with “cat /tmp/aaad.debug”.

You can find more information on “aaad.debug” here: https://support.citrix.com/article/CTX114999


NTRadPing

NTRadPing is a third-party RADIUS testing tool you can use to generate RADIUS authentication requests and watch the response. You can download NTRadPing here:

Using NTRadPing, you can send RADIUS authentication requests directly from your client to the RADIUS server and ensure that it’s fully operational. On the RADIUS server, you’ll have to define your client’s IP address and a shared secret. You’ll also need firewall rules to let your client talk to the RADIUS server.

You can also use NTRadPing to send authentication requests to the LB virtual server on the ADC, which relays them to the RADIUS server. Since these requests come from the ADC, you’ll need the same shared secret in NTRadPing as ADC. You’ll also need firewall rules to let the client talk to the ADC’s RADIUS LB virtual server.

By testing each component separately, the test will isolate where a failure is occurring. Suppose you can send successful requests manually using the ADC’s RADIUS. In that case, you know the problem is with something before that, like the RADIUS server definition on your ADC, and you can focus your efforts.

RADIUS_test_locations_image

NTRadPing consists of two files that you extract into the same directory from its compressed zip. On launch, NTRadPing prompts for:

  • The RADIUS server and port
  • The RADIUS secret
  • A user name and password
  • The Authentication request type

RADIUS_ntradping_image

Depending on the test you’re performing, you’ll use the RADIUS server IP address or that of the ADC’s LB virtual server as the destination. Most commonly, on port 1812.

Set a RADIUS secret for your client if you’re sending queries directly. If you’re sending queries via the ADC’s LB virtual server to imitate authentication requests from Gateway, use the same shared secret as you have configured the ADC to use.The user name and password fields contain the credentials you expect the ADC to send to the RADIUS server on your behalf. Usually, the “password” field contains the user’s MFA token value.

When you click “Send,” NTRadPing sends an authentication request from your computer to the specified destination and displays the response (typically an Access-Accept or Access-Reject).

RADIUS_ntradping_accept_image


WireShark

You can examine the RADIUS request and response inside WireShark if you take a packet trace on the Citrix ADC during the authentication process.

WireShark is the world’s foremost and widely used network protocol analyzer. WireShark is free and available without here.

You can find WireShark’s RADIUS filter’s here.

You can find the steps to take a packet trace on a Citrix ADC here.

In WireShark, you’ll see an Access-Request packet followed by either an Access-Accept, Access-Reject, or Access-Challenge response.Missing responses often indicate a communication problem such as absent firewall rules or the RADIUS server not having a definition for the client.


GUI Instructions

Assuming that the configuration on your RADIUS servers is already complete, follow the following steps for the MFA authentication with Citrix Gateway:


Enable the Authentication, Authorization, and Auditing (AAA) feature

  1. If the AAA feature isn’t already enabled, navigate to, Security > AAA – Application Traffic, and right-click to enable the feature.
    Enable_AAA_image


Add Authentication Servers

  1. Select Security > AAA – Application Traffic, Policies, Authentication, Base Policies, RADIUS.
    Navigate_to_RADIUS_server_image

  2. Select the Servers tab and then click “Add”.
    Navigate_to_RADIUS_server_image

  3. Populate details of your RADIUS server

    Citrix recommends you don’t target an individual RADIUS server, but instead, target your Load Balancing virtual server. As such, use your RADIUS LB’s VIP as the Server IP in this page.The Secret Key must match the value on your RADIUS server for the ADC’s SNIP.Enable_AAA_image

  4. Select Security > AAA – Application Traffic, Policies, Authentication, Base Policies, LDAP. Then, select the “Servers” tab and click “Add”.
    LDAP_server_image

  5. Populate details of your LDAP target
    Like RADIUS, Citrix recommends that you use a local Load Balancing (LB) virtual server as the destination. As such, use the VIP of your LDAP LB virtual server as the Server IP on this page.RADIUS_server_details1_image
    RADIUS_server_details2_image


Add Advanced Authentication Policies

  1. Select, Security > AAA – Application Traffic, Policies, Authentication, Advanced Policies, Policy. Then, click “Add”.
    RADIUS_select_advanced_image

  2. Populate the policy details as shown and then click “Create”.
    RADIUS_server_details_image

  3. Repeat the step to create another policy for RADIUS and then click “Create”.
    LDAP_auth_pol_image


Create a AAA virtual server

  1. Navigate to Configuration > Security > AAA - Application Traffic > Virtual Servers.
    RADIUS_auth_pol_image

  2. Click “Add” to create an authentication virtual server.
    AAA_virtual server_add_image

  3. Enter the following information and click OK.
    • Name - Name for the AAA virtual server.
    • IP address Type - Change the IP address Type to Non-Addressable as this virtual server is used only for Citrix Gateway.
      AAA_virtual server_details_image
  4. Under Certificate, select “No Server Certificate”.
    AAA_virtual server_cert1_image

  5. Click “Click to select” to select the server certificate
    AAA_cert_binding_image

  6. Click the radio button next to a certificate for the AAA Virtual Server, and then click “Select”. The chosen certificate doesn’t matter because this server isn’t directly accessible.
    AAA_cert_binding2_image

  7. Click “Bind”.
    AAA_cert_binding3_image

  8. Click “Continue” to close the Certificate section.
    AAA_cert_binding4_image

  9. Click “No Authentication Policy” within “Advanced Authentication Policies”.
    AAA_virtual server_auth_image

  10. Click “Click to select” under the field for “Select Policy”.
    AAA_virtual server_auth2_image

  11. Select the “LDAP_Pol” policy and click “Select”.
    AAA_virtual server_auth3_image

  12. Click “Click to select” under the field for “Select Next Factor”.
    AAA_virtual server_auth4_image

  13. Click “Add” within “Authentication Policy Labels”.
    AAA_virtual server_auth5_image

  14. Enter a name for the Policy Label the ADC uses to trigger RADIUS authentication and click “Continue”.
    AAA_virtual server_create_pol_image

  15. Click “Click to select” under the field for “Select Policy”.
    AAA_virtual server_pols1_image

  16. Select the “RADIUS_Pol” policy and click “Select”.
    AAA_virtual server_pols2_image

  17. Click “Bind” at the bottom of the “Create Authentication Policy Label” screen.
    AAA_virtual server_create_pol_image

  18. Click “Done” at the bottom of the “Authentication Policy Label” screen.
    AAA_virtual server_radius_pol1_image

  19. Click “Select”.
    AAA_virtual server_radius_pol2_image

  20. Click “Bind” at the bottom of the “Policy Binding” screen.
    AAA_virtual server_pollab_image


Apply a Login Schema that presents the user with a user name, password, and passcode field

  1. Click “Login Schemas” in the right-hand side “Advanced Settings” menu.
    AAA_virtual server_cert6_image

  2. Click “No Login Schema” to present a window to select the schema.
    AAA_virtual server_loginschema_image

  3. Click “Click to Select” under “Select Policy”.
    AAA_virtual server_loginschema_binding_image

  4. Select the built-in “lschema_dual_factor_builtin” policy and click “Select”.
    AAA_virtual server_loginschema_binding2_image

  5. Click “Bind” and select “Done” to exit the AAA virtual server configuration menu.
    AAA_virtual server_loginschema_binding3_image

Note: The “lschema_dual_factor_builtin” policy was added in ADC 13.0 firmware. If you’re using an earlier release then you need to create a policy. You can find instructions explaining how to create a policy here.


Configure your Gateway virtual server to use the new AAA server

  1. Select “Citrix Gateway, Virtual Servers”, then select your Gateway virtual server and click “Edit”.
    Gateway_virtual server_image

  2. Select “Authentication Profile” in the right-hand side “Advanced Settings” menu.
    Gateway_virtual server1_image

  3. Select “Add” within the “Authentication Profile” section.
    Gateway_virtual server2_image

  4. Enter a name for the new authentication profile as show and then click “Click to select” under “Authentication Virtual Server”.
    Gateway_virtual server3_image

  5. Select the AAA virtual server that we created earlier and click “Select”.
    Gateway_virtual server4_image

  6. Click “Create”.
    Gateway_virtual server5_image

  7. Click “OK”.
    Gateway_virtual server6_image

  8. Click “Done”.
    Gateway_virtual server7_image


Perform testing

You’re now ready to use Multi-Factor Authentication on your Citrix Gateway virtual server.Gateway_virtual server8_image

If you come across any authentication challenges, please refer to the troubleshooting section of this document.


CLI Instructions

If you prefer to configure the ADC using the CLI, the following configuration script completes all necessary steps.

# 1. Enable AAAen ns feature aaa# 2. Creating LDAP Serveradd authentication ldapAction LDAP_for_Gateway -serverIP LDAP_LB_IP -serverPort 636 -ldapBase "DC=citrix,DC=lab" -ldapBindDn readonly@citrix.lab -ldapBindDnPassword PASSWORD -ldapLoginName sAMAccountName -groupAttrName memberOf# 3. Creating LDAP Policyadd authentication Policy LDAP_Pol -rule true -action LDAP_for_Gateway# 4. Creating RADIUS Serveradd authentication radiusAction RADIUS_Server -serverIP 192.168.1.100 -serverPort 1812 -radKey sharedsecret# 5. Create RADIUS Policyadd authentication Policy RADIUS_Pol -rule true -action RADIUS_Server# 6. Create a PolicyLabel triggering the RADIUS Policyadd authentication policylabel RADIUS_PolicyLabel -loginSchema LSCHEMA_INTbind authentication policylabel RADIUS_PolicyLabel -policyName RADIUS_Pol -priority 100# 7. Create the AAA virtual serveradd authentication vserver nFactorAuthvServer SSL 0.0.0.0# 8. Bind an SSL certificate to the AAA virtual serverbind ssl vserver nFactorAuthvServer -certkeyName "Example Cert"# 9. Bind the LDAP policy and RADIUS PolicyLabel to the AAA virtual serverbind authentication vserver nFactorAuthvServer -policy LDAP_Pol -priority 100 -nextFactor RADIUS_PolicyLabel -gotoPriorityExpression NEXT# 10. Bind the builtin Login Schema for dual factor authentication to the AAA virtual serverbind authentication vserver nFactorAuthvServer -policy lschema_dual_factor_builtin -priority 100 -gotoPriorityExpression END# 11. Create an Authentication Profile attached to the AAA virtual serveradd authentication authnProfile MFA_Authentication_Profile -authnVsName nFactorAuthvServer# 12. Configure your existing Gateway virtual server to use the Authentication Profileset vpn vserver "Steven Demo Gateway" -authnprofile "MFA_Authentication_Profile"<!--NeedCopy-->

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据

词条统计

浏览:24 次

字数:31244

最后编辑:7年前

编辑次数:0 次

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文