You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/global-secure-access/how-to-install-windows-client.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: The Global Secure Access Client for Windows (preview)
3
3
description: Install the Global Secure Access Client for Windows to enable connectivity to Microsoft's Security Edge Solutions, Microsoft Entra Internet Access and Microsoft Entra Private Access.
4
4
ms.service: network-access
5
5
ms.topic: how-to
6
-
ms.date: 07/27/2023
6
+
ms.date: 08/04/2023
7
7
ms.author: joflore
8
8
author: MicrosoftGuyJFlo
9
9
manager: amycolannino
@@ -13,6 +13,8 @@ ms.reviewer: lirazb
13
13
14
14
The Global Secure Access Client allows organizations control over network traffic at the end-user computing device, giving organizations the ability to route specific traffic profiles through Microsoft Entra Internet Access and Microsoft Entra Private Access. Routing traffic in this method allows for more controls like continuous access evaluation (CAE), device compliance, or multifactor authentication to be required for resource access.
15
15
16
+
The Global Secure Access Client acquires traffic using a lightweight filter (LWF) driver, while many other security service edge (SSE) solutions integrate as a virtual private network (VPN) connection. This distinction allows the Global Secure Access Client to coexist with these other solutions. The Global Secure Access Client acquires the traffic based on the traffic forwarding profiles you configure prior to other solutions.
17
+
16
18
## Prerequisites
17
19
18
20
- The Global Secure Access Client is supported on 64-bit versions of Windows 11 or Windows 10.
@@ -35,7 +37,7 @@ There are several other limitations based on the traffic forwarding profile in u
35
37
| --- | --- |
36
38
|[Microsoft 365](how-to-manage-microsoft-365-profile.md)| Tunneling [IPv6 traffic isn't currently supported](#disable-ipv6-and-secure-dns). |
37
39
|[Microsoft 365](how-to-manage-microsoft-365-profile.md) and [Private access](how-to-manage-private-access-profile.md)| To tunnel network traffic based on rules of FQDNs (in the forwarding profile), [DNS over HTTPS (Secure DNS) needs to be disabled](#disable-ipv6-and-secure-dns). |
38
-
|[Microsoft 365](how-to-manage-microsoft-365-profile.md)| The Global Secure Access Client currently only supports TCP traffic. Exchange Online uses the QUIC protocol for some traffic over UDP port 443 force this traffic to use HTTPS (443 TCP) by [blocking the QUIC traffic with a local firewall rule](#block-quic-when-tunneling-exchange-online-traffic). Non-HTTP protocols, such as POP3, IMAP, SMTP, are not acquired from the Client and are sent direct-and-local. |
40
+
|[Microsoft 365](how-to-manage-microsoft-365-profile.md)| The Global Secure Access Client currently only supports TCP traffic. Exchange Online uses the QUIC protocol for some traffic over UDP port 443 force this traffic to use HTTPS (443 TCP) by [blocking the QUIC traffic with a local firewall rule](#block-quic-when-tunneling-exchange-online-traffic). Non-HTTP protocols, such as POP3, IMAP, SMTP, aren't acquired from the Client and are sent direct-and-local. |
39
41
|[Microsoft 365](how-to-manage-microsoft-365-profile.md) and [Private access](how-to-manage-private-access-profile.md)| If the end-user device is configured to use a proxy server, locations that you wish to tunnel using the Global Secure Access Client must be excluded from that configuration. For examples, see [Proxy configuration example](#proxy-configuration-example). |
40
42
|[Private access](how-to-manage-private-access-profile.md)| Single label domains, like `https://contosohome` for private apps aren't supported, instead use a fully qualified domain name (FQDN), like `https://contosohome.contoso.com`. Administrators can also choose to append DNS suffixes via Windows. |
0 commit comments