diff --git a/content/desktop/settings/windows.md b/content/desktop/settings/windows.md index 785ad8d112..8f8277a6c8 100644 --- a/content/desktop/settings/windows.md +++ b/content/desktop/settings/windows.md @@ -236,13 +236,23 @@ It's recommended that you use an `https://` URL for HTTP/HTTPS proxies to protec ##### Kerberos and NTLM authentication -Kerberos and NTLM proxy authentication are available for Business subscribers with Docker Desktop version 4.30 and later. No additional configuration is needed beyond specifying the proxy IP address and port. +> [!NOTE] +> +> Available for Docker Business subscribers with Docker Desktop version 4.30 and later. Developers are no longer interrupted by prompts for proxy credentials as authentication is centralized. This also reduces the risk of account lockouts due to incorrect sign in attempts. -If your proxy offers multiple authentication schemes in 407(Proxy Authentication Required) response, Docker Desktop by default selects Basic authentication scheme. If your proxy server is properly configured for Kerberos or NTLM authentication, you can enable Kerberos/NTLM proxy authentication during Docker Desktop installation. To do that, you will have install Docker Deskop from command line and pass the installer flag '--proxy-enable-kerberosntlm'. Available with Docker Desktop 4.32 and later. +If your proxy offers multiple authentication schemes in 407 (Proxy Authentication Required) response, Docker Desktop by default selects the Basic authentication scheme. -> [!NOTE] +For Docker Desktop version 4.30 to 4.31: + +To enable Kerberos or NTLM proxy authentication, no additional configuration is needed beyond specifying the proxy IP address and port. + +For Docker Desktop version 4.32 and later: + +To enable Kerberos or NTLM proxy authentication you must pass the `--proxy-enable-kerberosntlm` installer flag during installation via the command line, and ensure your proxy server is properly configured for Kerberos or NTLM authentication. + +> [!TIP] > > Docker Desktop also supports the use of [SOCKS5 proxies](../networking.md#socks5-proxy-support).