Gateway

Configure NetScaler Gateway to use RADIUS and LDAP Authentication with Mobile/Tablet Devices

This section describes how to configure the NetScaler Gateway appliance to use RADIUS authentication as primary and LDAP authentication as secondary with mobile/tablet devices.

The configuration demonstrated in the section still allows all other connections to use LDAP first and RADIUS second.

When you configure two-factor authentication on the Citrix Workspace app for use with mobile/tablet devices, you must add the RSA SecureID (RADIUS authentication) as the primary authentication. But when the users get the prompt for user name and Password, Passcode on Receiver they are putting LDAP first and RADIUS as second credentials. From an administrator point of view it is a different configuration as compared to a non-mobile configuration.

Setup diagram

Complete the following procedure to configure the NetScaler Gateway appliance to use RADIUS authentication as primary and LDAP authentication as secondary with mobile/tablet devices.

  1. From the Configuration Utility, select NetScaler Gateway > Policies > Authentication and create an authentication policy for LDAP and RSA for mobile devices and non-mobile devices. This is necessary to avoid a logic condition that can allow users to bypass the RADIUS authentication.

  2. Enter LDAP Server details after clicking the Add option under the Servers tab for LDAP.

  3. Create an LDAP policy for the mobile devices by choosing the required LDAP Server.

    To bind this policy to only mobile devices, use the following expression:

    REQ.HTTP.HEADER User-Agent CONTAINS CitrixReceiver
    

    The corresponding advanced expression is:

    HTTP.REQ.HEADER("User-Agent").CONTAINS("CitrixReceiver")
    

    Bind expression

  4. Click Expression Editor to create policy:

    Expression editor

  5. Create a RADIUS policy and RADIUS server for the mobile devices.

    • Navigate to the RADIUS option from NetScaler Gateway > Policies > Authentication > RADIUS. Click Add under Server tab.

    • Add the required details. The default port for RADIUS authentication is 1812.

    Add server details

    • To bind this policy to only mobile devices, use the following expression:

    Expression

  6. Follow the same step to create an LDAP policy for non-mobile devices. To bind this policy to only non-mobile devices, use the following expression:

    REQ.HTTP.HEADER User-Agent NOTCONTAINS CitrixReceiver
    

    The corresponding advanced expression is:

    HTTP.REQ.HEADER("User-Agent").CONTAINS("CitrixReceiver").NOT
    

    Bind expression

  7. Create a RADIUS policy for non-mobile devices. To bind this policy to only non-mobile devices, use the following expression:

    REQ.HTTP.HEADER User-Agent NOTCONTAINS CitrixReceiver
    

    The corresponding advanced expression is:

    HTTP.REQ.HEADER("User-Agent").CONTAINS("CitrixReceiver").NOT
    

    Expression section

  8. Go to the Properties of the NetScaler Gateway Virtual Server and click the Authentication tab. On the Primary Authentication Policies, add the RSA_Mobile policy as top priority and the LDAP_NonMobile policy as secondary priority:

    Policies page

    Policies page

  9. In the Secondary Authentication Policies, add the LDAP_Mobile policy as top priority, followed by the RSA_NonMobile policy as secondary priority:

    Secondary authentication policies

    The session policy must have the correct single sign-on Credential Index, that is, it must be the LDAP credentials. For mobile devices, the Credential Index under Session Profile > Client Experience must be set to Secondary which is LDAP.

    Therefore you need two session policies, one for mobile devices and the other for non-mobile devices.

    • For mobile devices, the session policy, and session profile appear as displayed in the following screenshot. To create session policy, navigate to the required virtual server and, click Edit, go to the policy section, and click + sign:

    Edit virtual server

    • Choose the Session option from the menu.

    Select session as policy

    • Enter the desired Session Policy name and click + to create a profile. For mobile devices, the Credential Index under Session Profile > Client Experience must be set to Secondary which is LDAP.

    Client experience tab

    • For non-mobile devices, follow the same steps. Credential Index under Session Profile > Client Experience must be set to Primary which is LDAP.

    The expression must be changed to:

    REQ.HTTP.HEADER User-Agent NOTCONTAINS CitrixReceiver
    

    The corresponding advanced expression is:

    HTTP.REQ.HEADER("User-Agent").CONTAINS("CitrixReceiver").NOT
    

    Expression

    • To create profile for non-mobile user, click + sign.

    Create a profile

  10. The following figure displays the policies and profiles under the required virtual server.

    Policies and profiles

  11. Also on the StoreFront, under the NetScaler Gateway configuration set to use “Logon Type” = “Domain and Security token”

    StoreFront setting1

    StoreFront setting1

Configure NetScaler Gateway to use RADIUS and LDAP Authentication with Mobile/Tablet Devices

In this article