-
Getting Started with NetScaler
-
Solutions for Telecom Service Providers
-
Load Balance Control-Plane Traffic that is based on Diameter, SIP, and SMPP Protocols
-
Provide Subscriber Load Distribution Using GSLB Across Core-Networks of a Telecom Service Provider
-
Authentication, authorization, and auditing application traffic
-
Basic components of authentication, authorization, and auditing configuration
-
Web Application Firewall protection for VPN virtual servers and authentication virtual servers
-
On-premises NetScaler Gateway as an identity provider to Citrix Cloud™
-
Authentication, authorization, and auditing configuration for commonly used protocols
-
Troubleshoot authentication and authorization related issues
-
Troubleshoot authentication, authorization and auditing issues
-
Configure EULA as an authentication factor in NetScaler nFactor system
-
Configure nFactor for applications with different login site requirements including step-up authentication
-
Configure periodic Endpoint Analysis scan as a factor in nFactor authentication
-
Configure post-authentication Endpoint Analysis scan as a factor in NetScaler nFactor authentication
-
Configure pre-authentication Endpoint Analysis scan as a factor in nFactor authentication
-
Configure pre-auth and post-auth EPA scan as a factor in nFactor authentication
-
Configure prefill user name from certificate in NetScaler nFactor authentication
-
Localize error messages generated by NetScaler nFactor system
-
Configure NetScaler Gateway preauthentication EPA scan for the domain check
-
-
-
-
-
-
Persistence and persistent connections
-
Advanced load balancing settings
-
Gradually stepping up the load on a new service with virtual server–level slow start
-
Protect applications on protected servers against traffic surges
-
Retrieve location details from user IP address using geolocation database
-
Use source IP address of the client when connecting to the server
-
Use client source IP address for backend communication in a v4-v6 load balancing configuration
-
Set a limit on number of requests per connection to the server
-
Configure automatic state transition based on percentage health of bound services
-
-
Use case 2: Configure rule based persistence based on a name-value pair in a TCP byte stream
-
Use case 3: Configure load balancing in direct server return mode
-
Use case 6: Configure load balancing in DSR mode for IPv6 networks by using the TOS field
-
Use case 7: Configure load balancing in DSR mode by using IP Over IP
-
Use case 10: Load balancing of intrusion detection system servers
-
Use case 11: Isolating network traffic using listen policies
-
Use case 12: Configure Citrix Virtual Desktops for load balancing
-
Use case 13: Configure Citrix Virtual Apps and Desktops for load balancing
-
Use case 14: ShareFile wizard for load balancing Citrix ShareFile
-
Use case 15: Configure layer 4 load balancing on the NetScaler appliance
-
-
-
-
Create a certificate signing request and use SSL certificates on a NetScaler appliance
-
Configure SSL acceleration with HTTP on the front end and SSL on the back end
-
Export certificates used on a NetScaler appliance as PFX file
-
Configure SSL monitoring when client authentication is enabled on the back-end service
-
Configure SSL action to forward client traffic if a cipher is not supported on the ADC
-
Configure synchronization of files in a high availability setup
-
-
-
Authentication and authorization for System Users
-
-
Configuring a CloudBridge Connector Tunnel between two Datacenters
-
Configuring CloudBridge Connector between Datacenter and AWS Cloud
-
Configuring a CloudBridge Connector Tunnel Between a Datacenter and Azure Cloud
-
Configuring CloudBridge Connector Tunnel between Datacenter and SoftLayer Enterprise Cloud
-
Configuring a CloudBridge Connector Tunnel Between a NetScaler Appliance and Cisco IOS Device
-
CloudBridge Connector Tunnel Diagnostics and Troubleshooting
This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
Configure nFactor for applications with different login site requirements including step-up authentication
Usually, a NetScaler Gateway allows access to multiple applications. Depending on the security requirements, they can have different authentication mechanism. Some applications might only need a single factor like a common intranet. Other applications like; SAP or HR tools with more critical data must have at least a multifactor authentication. However, the most users access only intranet, so multi-factor for all applications is not the right choice.
This topic describes how to change login mechanism dynamically based on the needs of the user who wants to access the application. Also, describe the steps to set up authentication.
Prerequisites
Before you configure the NetScaler Gateway, review the following prerequisites.
- NetScaler Advanced license edition.
- NetScaler feature release version is 11.1 and later.
- LDAP server.
- RADIUS server.
- Public IP address.
In the configuration example, you use two applications with the following authentication requirements.
- Web application green
- Requirement - user name + LDAP password
- Web application red
- Requirement - user name + LDAP password + RADIUS pin
Note
Next to LDAP and RADIUS, you can use other authentication methods like, user certificates, TACACS, or SAML is possible.
Basic setup
-
Add none addressable load balancing virtual servers and services for both web applications.
-
Load balancing virtual servers

-
Services

-
-
Add basic none addressable authentication, authorization, and auditing virtual server for logon. No need of more configuration at this moment.

- Add Content Switching virtual server of type SSL with public IP. On this IP address, you need DNS records for each application that you want to access and for authentication, authorization, and auditing virtual server as well. In this example, you use the following DNS names:
- green.lab.local - Application Green
- red.lab.local -> Application Red
- aaa.lab.local -> authentication, authorization, and auditing virtual server

- Bind an SSL certificate with matching CN or SAN for all DNS records.
-
Add content switch policies to the virtual server. One for each application, which must match the individual host name. This is how the NetScaler determines which application the user wants to access. In addition, add another policy for authentication, authorization, and auditing with expression “true”.

-
Ensure the authentication, authorization, and auditing policy has the highest priority. Otherwise, it would not be possible to access the applications.
-
Add content switch actions for each policy pointing on the matching virtual server. In this example on each load balancing virtual server and one authentication virtual server.

Authentication level configuration
After completing the basic virtual servers and content switching setup, you enable the authentication and doing the strong or weak definition for your applications.
-
Navigate to Load Balancing Virtual Server for application Red and enable “Form Based Authentication”. And add an authentication profile.


-
Enter the defined authentication, authorization, and auditing virtual server host name for redirection when a user wants to access the application, and has no existing session.
-
Choose authentication virtual server as type and bind authentication, authorization, and auditing virtual server.
-
Define an authentication level to configure whether an application is stronger or weaker than another. A session at the given level of 100 can access virtual servers with a lower level without reauthenticating. On the other hand, this session is forced to authenticate once again if the user tries to access a virtual server with a higher level.

-
Repeat step 1–4 with application Green.
-
Navigate to Security > AAA - Application Traffic > Authentication Profiles to add Authentication Profile.

One profile for each application, both pointing on the authentication, authorization, and auditing virtual server host name. In the example, application Red is stronger (Level 100) than application Green (Level 90). Means a user with an existing session for Red can access Green without reauthentication. The other way around a user who accessed Green at first must reauthenticate for application Red.
nFactor configuration for multifactor authentication
-
Navigate to Security > AAA - Application Traffic > Login Schema > Profiles to add three login schemas and to achieve the needed NetScaler logon page.
- Schema for normal LDAP authentication
- Select SingleAuth XML to present the two fields. One for user name and the second for LDAP password.
- Ensure to save user name at index 1 and password at index 2. This is important for doing LDAP reauth, when a user is accessing application Red after application Green.
-
Schema for LDAP reauthentication
- Select “noschema” because the user does not see the process of LDAP reauthentication.
-
Populate User and Password expression with the attribute fields that you defined in the first schema.

- Schema for RADIUS authentication
-
Select “OnlyPassword XML” to present only one field for RADIUS pin. User name is not necessary due to first LDAP login.

-
- Schema for normal LDAP authentication
-
The next step is to add all needed Authentication Policies to control the behavior of our login mechanism. Navigate to Security > AAA - Application Traffic > Policies > Authentication > Policy.
-
Add default LDAP policy with required LDAP server.

-
Add default RADIUS policy with required RADIUS server.

-
Add a third authentication policy with action type “NO_AUTH” and expression “true”. This policy will have no effect than bridging to the next factor.

- Fourth policy evaluates whether a user wants to access the stronger application Red or not. This is important to do a multifactor authentication for Red.
- Select “LDAP” as action type and choose your LDAP server.
-
The expression evaluates whether it is application Red by checking the cookie NSC_TMAP. The user issues this cookie by accessing the NetScaler logon site and contains the name of the authentication profile bound to the accessed load balancing virtual server.


-
Last policy checks whether the user has saved credentials from a first weaker login. This is important for automatic LDAP relogin when a user at first accessed the weaker application and now wants to start the stronger one.

-
-
You add some policy labels for binding all the preceding Authentication Policies and Login Schemas. Navigate to Security > AAA - Application Traffic > Policies > Authentication > PolicyLabel.
-
At first, start with the label for RADIUS authentication.
-
Give an appropriate name for the label, and select the earlier schema for RADIUS and click Continue.

-
Last step for this label is to bind the default RADIUS authentication policy.

-
- The second label does the LDAP relogin.
-
Add the label and bind the relogin schema.

-
Bind the LDAP authentication policy and set the RADIUS Policy Label as next factor.

-
- Add the last label for first LDAP authentication.
-
Select the appropriate schema and click Continue.

-
Bind the first policy for strong authentication and set Goto Expression to “End”. Select the RADIUS policy label as next factor.
-
Second policy is for weak Green authentication without RADIUS.
-
Ensure the priority of the binding.
-
-
Configure authentication, authentication, and auditing. Navigate to Security > AAA - Application Traffic > Virtual Servers.
-
Open the previously added virtual server and set the favored Portal Theme.

-
Bind the last two remaining authentication policies directly at the virtual server.

- Bind relogin policy with “NO_AUTH” and LDAP relogin policy label as next factor. This is for doing the automatic LDAP reauth with an existing session.
- Set second policy to bridge directly to next factor LDAP when no session is existed before.
-
As always, set the right priorities.

-
-
Note
The step-up can also be created through the nFactor Visualizer available in NetScaler version 13.0 and later.

Multifactor authentication configuration through nFactor Visualizer
- Navigate to Security > AAA-Application Traffic > nFactor Visualizer > nFactor Flow and click Add.
-
Click + sign to add the nFactor Flow.

-
Enter the first factor name and click Create.

-
No Schema is needed for the first factor. Click Add Policy to add NO_AUTH policy as shown in step 2 of the multifactor authentication configuration.

-
Click blue + to add second authentication.

-
Choose authentication policy created and click Add.

-
Click green + to add a next factor.

-
To add next authentication factor, select Create Factor enter the Factor Name and click Create.

-
To add a schema, click Add Schema.

-
Choose the created schema in (multifactor authentication configuration), and click OK.

-
Click Add Policy and choose the authentication policy.

-
Click green + to add another factor for RADIUS authentication.

-
Create another factor by following step 8.
-
Click Add Schema and choose schema for the password only from the list.

-
Click Add Policy to choose RADIUS authentication and click Add.

-
Click green + in first factor, next to step_up-pol.

-
Create another factor by following step 8.

-
Click Add Schema and choose the schema.

-
Click Add Policy to choose authentication policy.

-
Click blue + to add another authentication policy for LDAP authentication.

-
Choose LDAP authentication policy and click Add.

-
Click green + next to LDAP_Step_up to add the RADIUS authentication.

-
As the RADIUS authentication is already present, select Connect to existing Factor, and select step_up-radius from the list.

-
Click Done to save the configuration.
-
To bind the created nFactor Flow to an authentication, authorization, and auditing virtual server, click Bind to Authentication Server and click Create.

Note
Bind and unbind the nFactor flow through the option given in nFactor Flow under Show Bindings only.
Unbind the nFactor Flow
-
Select the nFactor flow and click Show Bindings.
-
Select the authentication virtual server and click Unbind.

Result
The following steps help you to access the application Red as first.
-
Redirecting to authentication, authorization, and auditing virtual server login page with a first factor as LDAP, after you access “red.lab.local”.

-
nFactor evaluates that user wants to access application Red and displays second factor RADIUS.

-
NetScaler grants access to application Red.

-
Access the application Green as next. NetScaler grants immediate access because the session of stronger application Red.

The following steps help you to access the application Green as first.
-
Redirecting to authentication, authorization, and auditing virtual server login page after you access “green.lab.local”.

-
nFactor evaluates application Green and grants access without the second factor.

-
Access the application Red as next. Higher authentication level requires relogin and nFactor does LDAP relogin automatically with saved credentials from the first login at application Green. You enter only the RADIUS credential.

-
NetScaler grants access to the application Red.

Share
Share
This Preview product documentation is Cloud Software Group Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Cloud Software Group Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Cloud Software Group product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.