Hi,
Is there anyway to setup RDP SSO to authenticate with NTLMv2 instead of kerberos? In what situation is the user's credentials validated using NTLM vs kerberos?
Thanks.
Technology Tips and News
Hi,
Is there anyway to setup RDP SSO to authenticate with NTLMv2 instead of kerberos? In what situation is the user's credentials validated using NTLM vs kerberos?
Thanks.
Hi,
Is there anyway to setup RDP SSO to authenticate with NTLMv2 instead of kerberos?
If the server you are connecting to cannot be authenticated via Kerberos or SSL certificate, Single Sign-On will not work. You can circumvent this restriction by enabling "Allow Default Credentials with NTLM-only Server Authentication" policy, which is less secure. (NTLM-only Server Authentication is less secure compared to using Certificates or Kerberos.), quoted from this article below:
How to enable Single Sign-On for my Terminal Server connections
In what situation is the user's credentials validated using NTLM vs kerberos?
When users are members of domain, during their logon process, Kerberos protocol is used; if Kerberos authentication fails, Windows System falls back to NTLM to authenticate users.
Best Regards,
Amy