-
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 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 pre-auth and post-auth EPA scan as a factor in nFactor authentication
On NetScaler Gateway, Endpoint Analysis (EPA) can be configured to check if a user device meets certain security requirements and accordingly allow access of internal resources to the user. The Endpoint Analysis plug-in downloads and installs on the user device when users log on to NetScaler Gateway for the first time. If a user does not install the Endpoint Analysis plug-in on the user device, the user cannot log on with the NetScaler Gateway plug-in.
For understanding EPA in nFactor concepts, see, Concepts, and Entities Used for EPA in nFactor Authentication Through NetScaler.
In this topic, EPA scan is used as an initial check in a nFactor or multifactor authentication, followed by login and EPA scan as the final check.

User connects to NetScaler Gateway virtual IP address. An EPA scan is initiated. If EPA scan is successful, the user is rendered the login page with user name and password fields for LDAP or AD (Active Directory) based authentication. Based on the success of the user credentials, the user is redirected to the next EPA factor.
High level steps involved in this configuration
-
If the scan is successful, the user is placed or tagged to a default user group.
-
The next method of authentication (LDAP) is chosen.
-
Based on the result of authentication, the user is presented with the next set of scan.
Pre-requisites
It is assumed that the following configurations are in place.
-
VPN virtual server/gateway and authentication virtual server configurations. The sample authentication virtual server used in the following section is
MFA_AAA_vserver. -
Authentication, authorization, and auditing user groups (for default & quarantined user groups) and associated policies. The sample default user group used in the following section is
default_group. -
LDAP server configurations and associated policies. The sample LDAP policy used in the following section is
ldap_server1.
Configuration by using the CLI
-
Create an action to perform an EPA scan and associate it with an EPA scan policy.
add authentication epaAction SecondEPA_client_scan -csecexpr "sys.client_expr(\"proc_0_firefox\")" <!--NeedCopy-->The preceding expression scans if the Firefox process is running on the client machine.
add authentication Policy SecondEPA_check -rule true -action SecondEPA_client_scan <!--NeedCopy--> -
Configure a policy label
post-epa-scanthat hosts the policy for EPA scan.add authentication policylabel post-epa-scan -loginSchema LSCHEMA_INT <!--NeedCopy-->Note:
LSCHEMA_INTis an in-built schema with no schema (noschema), meaning no additional webpage is presented to user at this step. -
Associate the policy configured in step 1 with the policy label configured in step 2.
bind authentication policylabel post-epa-scan -policyName SecondEPA_check -priority 100 -gotoPriorityExpression END <!--NeedCopy-->ENDindicates end of authentication mechanism. -
Configure a
ldap-authpolicy and associate it with an LDAP policy, which is configured to authenticate with a particular LDAP server.add authentication Policy ldap-auth -rule true -action ldap_server1 <!--NeedCopy-->Here
ldap_server1is a pre-configured LDAP policy andldap-authis the policy name. For more information on configuring the LDAP policy, see Create an LDAP Authentication Action using the CLI. -
Configure a policy label
ldap-factor, with a login schema to capture a single factor user name and password.add authentication policylabel ldap-factor -loginSchema LSCHEMA_INT <!--NeedCopy-->Note: Replace
LSCHEMA_INTwith the schema that you need, in case you do not want to use in built schema. -
Associate the policy configured in step 4 with the policy label configured in step 5.
bind authentication policylabel ldap-factor -policyName ldap-auth -priority 100 -gotoPriorityExpression END -nextFactor post-epa-scan <!--NeedCopy-->ENDindicates the end of authentication mechanism for that factor andnextFactorindicates the next factor following authentication. -
Create an action to perform EPA scan and associate it with an EPA scan policy.
add authentication epaAction FirstEPA_client_scan -csecexpr "sys.client_expr(\"os_0_win7_sp_1\")" -defaultEPAGroup default_group <!--NeedCopy-->Here
default_groupis a pre-configured user group.The preceding expression scans if Windows 7 users have Service pack 1 installed.
add authentication Policy FirstEPA-check -rule true -action FirstEPA_client_scan <!--NeedCopy--> -
Associate an EPA scan policy to authentication, authorization, and auditing virtual server with the next step pointing to the policy label ldap-factor to perform the next step in authentication.
bind authentication vserver MFA_AAA_vserver -policy FirstEPA-check -priority 100 -nextFactor ldap-factor -gotoPriorityExpression NEXT <!--NeedCopy-->Here
MFA_AAA_vserveris a pre-configured authentication, authorization, and auditing virtual server. For more information on configuring the authentication, authorization, and auditing virtual server, see Configure an authentication virtual server by using the CLI.
Configuration by using the GUI
-
Navigate to Security > AAA-Application Traffic > Policies > Authentication > Advanced Policies > Actions > EPA.
First EPA Scan to check for Automatic Windows Update and a default group

Second EPA Scan to check for the Firefox Browser

-
Create an EPA Policy. Navigate to Security > AAA-Application Traffic > Policies > Authentication > Advanced Policies > Policy and bind the action created in step 1.
Policy for first EPA scan

Policy for second EPA Scan

For more information on Advanced EPA see, Advanced Endpoint Analysis Scans
-
Create an nFactor flow. Navigate to Security > AAA-Application Traffic > nFactor Visualizer > nFactor Flow and click Add.
Note: nFactor Visualizer is available on firmware 13.0 and later.
-
Add a factor. The name that you enter is the name of the nFactor flow.

No schema is required for the EPA scan.
-
Click Add Policy to add a policy for the first factor.

-
Select the First EPA policy created in step 2.

-
Click the green + sign and add the next factor that is LDAP authentication.

-
Click Add Schema and then click Add to add a schema for the second factor.

-
Create a schema, in this example Single_Auth and choose this schema.


-
Click Add Policy to add an LDAP policy for authentication.

For more information on creating LDAP authentication see, Configuring LDAP Authentication
-
Create Next factor for post authentication EPA scan.

-
Click Add Policy, select the SecondEPA_Check policy created in step 2, and click Add.

-
Click Done.
-
Click Bind to Authentication Server, select the nFactor flow, and then click Create.
Unbind the nFactor flow
-
Select the nFactor flow and click Show Bindings.
-
Select the authentication virtual server and click Unbind.
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.