What do you need to do in order to use NTLM and Kerberos for web authentication? Configure all users for web authentication Enable AD SSO per zone on the Device Access page Enable Client Authentication on the Device Access page Enable 'match known
To use NTLM and Kerberos for web authentication, you'll typically need to take the following steps:
1. **Enable AD SSO per zone on the Device Access page**: This allows for Single Sign-On (SSO) integration with Active Directory, enabling users to authenticate seamlessly using their AD credentials.
2. **Enable Client Authentication on the Device Access page**: This setting is generally necessary to allow the system to request or require client certificates for authentication.
3. **Enable 'match known users' in web authentication**: This feature allows the service to recognize and authenticate users that have already been identified in the system, further streamlining the authentication process.
While configuring users as a general step may be necessary for broader setup (such as syncing AD accounts or ensuring proper user groups are defined), the key actions specifically related to enabling NTLM and Kerberos for web authentication are the first three listed above.
Keep in mind, exact steps may vary based on the specific web application or device being configured, so it's essential to refer to the documentation for your specific environment.


