8.3 Global Secure Access
Key Takeaways
- Microsoft Entra Global Secure Access is Microsoft’s Security Service Edge (SSE) solution unifying identity-aware network access: Private Access, Internet Access, and Internet Access for Microsoft 365.
- Global Secure Access clients on endpoints forward traffic to Microsoft’s edge for policy evaluation instead of relying only on traditional VPN castles for private apps.
- Microsoft Entra Private Access delivers identity-centric Zero Trust Network Access (ZTNA) to private/line-of-business apps with Conditional Access integration.
- Microsoft Entra Internet Access secures web/SaaS egress with threat and web controls; Internet Access for Microsoft 365 optimizes and secures connectivity to Microsoft 365 traffic profiles.
- For SC-300, treat GSA as the identity administrator’s network access plane aligned to Zero Trust: verify explicitly, use least privilege per app, and assume breach—rather than a deep networking engineering exam.
Global Secure Access on the SC-300 map
By now you can authenticate users, evaluate risk, require MFA, and write Conditional Access. Microsoft Entra Global Secure Access (GSA) answers a different question: once identity is verified, how does the endpoint reach private applications and the internet under Zero Trust, without a flat VPN that overshares the network?
Microsoft positions Global Secure Access as its Security Service Edge (SSE) solution—converging Zero Trust Network Access (ZTNA), secure web gateway-style internet controls, and optimized Microsoft 365 connectivity under the Entra identity control plane.
SC-300 depth is identity-admin oriented:
- What GSA is and why it exists
- Client deployment concept
- Private Access versus Internet Access versus Internet Access for Microsoft 365
- How GSA relates to Conditional Access and Zero Trust
- What problems GSA solves versus classic VPN
You are not expected to design every BGP route or replace a full network engineer role. You are expected to choose GSA components correctly in scenario stems.
Zero Trust network access in one paragraph
Zero Trust for networks rejects “inside corporate IP = trusted.” Instead:
- Verify explicitly — strong identity, device health, risk, location.
- Least privilege access — grant per application/segment, not whole subnet.
- Assume breach — continuous evaluation; minimize lateral movement.
Classic VPN often fails least privilege: once connected, users may route to broad internal ranges. ZTNA / Private Access publishes specific apps and evaluates identity + CA before connectivity, aligning network access with the same Entra identity you already govern.
Global Secure Access architecture (exam mental model)
| Piece | Role |
|---|---|
| Global Secure Access client | Endpoint software that acquires identity context and steers traffic into GSA |
| Microsoft wide-area edge | Cloud edge where traffic is processed for SSE services |
| Traffic forwarding profiles | Which traffic classes are sent through GSA (Microsoft 365, private, internet, etc.) |
| Private Access connectors / connectors groups | Bridge from Microsoft cloud to on-premises or private networks hosting apps |
| Conditional Access + Entra identity | Who may use which access; MFA, device compliance, risk |
| Internet Access policies | Web categorization, filtering, threat controls for internet egress |
| Logging / monitoring | Traffic and access visibility for identity and security teams |
Identity admins coordinate with networking and endpoint teams, but policy intent (who gets Private Access to HR web app; whether M365 profile is enabled; CA grants) sits squarely in SC-300 territory.
Deploy Global Secure Access clients
Endpoints need the Global Secure Access client (Windows is the primary SC-300 focus; Microsoft continues expanding platform support—know the concept of client-based traffic acquisition).
Deployment pattern:
- Prerequisites — appropriate licenses/SKU for GSA capabilities; Entra tenant prep; admin roles for GSA configuration.
- Enable the service / traffic profiles in the Microsoft Entra admin center under Global Secure Access experiences.
- Deploy the client via Intune (common), other MDM, or managed install—identity exam emphasizes managed deployment, not manual one-off installs for enterprises.
- User signs in to the client with Entra identity so traffic is tied to the user/device.
- Validate that selected traffic profiles forward and that CA policies still apply as designed.
- Pilot a group before org-wide rollout; monitor connection health and user friction.
| Client outcome | Meaning |
|---|---|
| User authenticated to GSA client | Traffic can be identity-aware |
| Private Access profile on | Eligible private apps reachable via ZTNA path |
| Internet Access profile on | Web egress subject to Internet Access controls |
| Microsoft 365 profile on | M365 traffic handled via Internet Access for Microsoft 365 optimizations/controls |
| Client missing / disabled | User may fall back to direct internet/VPN legacy paths—policy gaps appear |
Exam cue: “Users need ZTNA without full VPN; Windows laptops are Intune managed.” → Deploy GSA client + Private Access, not “open RDP to the world.”
Microsoft Entra Private Access
Private Access is the ZTNA product under GSA for private applications—internal web apps, RDP/SSH style access patterns, and line-of-business systems that should not be exposed on the public internet.
How it differs from VPN
| Classic VPN | Private Access (ZTNA) |
|---|---|
| Network-level tunnel to a range | Application-centric access |
| Broad lateral movement risk | Scoped to published apps/segments |
| Often location-centric trust | Identity + device + CA centric |
| Hard to align per-app MFA | Native Entra Conditional Access integration |
Identity admin tasks (conceptual)
- Install/configure Private Network Connectors in networks that can reach the private apps (connector groups for capacity/regions).
- Define Quick Access or per-app private access applications (product UX names evolve; concept is publish private resources).
- Assign users/groups who may access those apps.
- Protect with Conditional Access (require MFA, compliant device, authentication strength, risk levels).
- Replace or reduce always-on full-tunnel VPN for those app scenarios.
Connectors are critical: they are the private-side bridge. Without healthy connectors, Private Access cannot reach internal hosts—even if CA would allow the user.
SC-300 scenario mapping
| Stem | Prefer |
|---|---|
| Contractors need one internal web app, not whole network | Private Access application + CA |
| Admins still want legacy full network for datacenter tooling | May retain limited VPN; do not claim GSA always deletes every VPN overnight |
| Require compliant device for internal finance app from home | Private Access + CA compliant device |
| App must stay off public ingress | Private Access, not anonymous public publish |
Microsoft Entra Internet Access
Internet Access is the secure web / internet egress leg of SSE. Instead of users browsing the open internet with only endpoint antivirus, traffic can flow through Microsoft’s edge for:
- Web content filtering / category-based controls
- Threat intelligence informed blocking
- Consistent policy for remote and on-site users (when client + profile enabled)
- Logging for internet activity relevant to security investigations
| Internet Access focus | Not the same as |
|---|---|
| Securing general internet / SaaS web egress | Private Access to RFC1918 LOB apps |
| SSE secure web gateway style controls | Replacing Conditional Access for auth to Entra apps |
| User/device identity-aware web policy | DNS-only Pi-hole on a home lab |
Identity admins care because internet policy can complement CA session controls and Defender for Cloud Apps (other chapters): different layers, related Zero Trust story.
Internet Access for Microsoft 365
Internet Access for Microsoft 365 (Microsoft 365 traffic forwarding profile / related GSA capabilities) optimizes and secures connectivity specifically for Microsoft 365 workloads—Exchange Online, SharePoint/OneDrive, Teams, and related Microsoft endpoints.
Why Microsoft calls this out separately:
- M365 traffic is high volume and sensitive.
- Customers historically bypassed proxies incorrectly or broke Teams media.
- GSA provides identity-aware, Microsoft-aligned handling of M365 traffic profiles with security and performance considerations.
- You can apply protections relevant to M365 egress while following Microsoft connectivity principles (as docs evolve).
| Profile / capability | Primary traffic |
|---|---|
| Internet Access for Microsoft 365 | Microsoft 365 endpoints |
| Internet Access (broader) | General web/SaaS |
| Private Access | Private/internal apps |
Exam trap: Do not answer “Private Access” when the requirement is secure/optimized Microsoft 365 connectivity for remote workers—that is the M365 GSA path. Do not answer “Internet Access for Microsoft 365” when the app is a datacenter HR portal—that is Private Access.
How GSA relates to Conditional Access and ID Protection
GSA does not replace Conditional Access. It extends the enforcement path:
User + device
→ Entra authentication (methods, risk, CA)
→ Global Secure Access client / traffic profile
→ Private Access app or Internet/M365 path
→ Resource
| Control | Still responsible for |
|---|---|
| Authentication methods / MFA | Proving user identity |
| ID Protection risk | Risky user/sign-in conditions in CA |
| Conditional Access | Grants/sessions for apps and GSA-protected resources |
| GSA Private Access | Connectivity path to private apps under ZTNA |
| GSA Internet Access | Internet egress security controls |
| GSA M365 profile | Microsoft 365 traffic handling |
You can require MFA + compliant device before Private Access to a sensitive app—the same mental model as requiring those grants for Exchange Online, now applied to network access products.
Zero Trust checklist for identity admins adopting GSA
- Strong identity: phishing-resistant methods for privileged; broad MFA registered (campaigns from 8.2).
- Risk-based CA from ID Protection (section 8.1) still on.
- Deploy GSA client via modern management.
- Publish private apps with least privilege assignments.
- Enable M365 profile thoughtfully for remote productivity.
- Apply Internet Access policies aligned with corporate web acceptable use.
- Monitor GSA logs alongside Entra sign-in logs for investigations.
- Reduce broad VPN over time as Private Access coverage grows.
- Keep break-glass and support channels for client outages (identity + network co-ownership).
Common SC-300 traps
- Equating GSA with “just another VPN SKU” and granting whole-network access by design.
- Choosing Private Access for public SaaS web filtering needs (use Internet Access).
- Choosing Internet Access when the resource is an internal app (use Private Access).
- Forgetting the client requirement in remote ZTNA scenarios.
- Claiming GSA eliminates the need for Conditional Access or MFA.
- Ignoring connectors when Private Access fails to reach on-premises apps.
Chapter close
In this chapter you learned to score and remediate user and sign-in risk, drive MFA registration while securing risky workloads, and place Global Secure Access in the Zero Trust SSE architecture for identity administrators. Domain 2 continues to reward candidates who connect identity proof, risk, registration readiness, and access path design into one coherent story.
Remote employees need access to a single internal HR web application without a full-tunnel VPN to the corporate network. Which Global Secure Access capability best matches this Zero Trust requirement?
What is the primary role of the Global Secure Access client on a Windows endpoint?
A design requires secure, Microsoft-aligned handling of Exchange Online, SharePoint, and Teams traffic for remote users through Global Secure Access. Which component should you emphasize?
How should an SC-300 identity administrator describe the relationship between Conditional Access and Global Secure Access?