GlobalProtect Clientless VPN allows users to access internal web applications through a secure web portal without needing to install the GlobalProtect app. This is especially useful for BYOD scenarios, third-party contractors, or quick secure access from unmanaged devices.
Network > GlobalProtect > Portals
, edit your portal and enable Clientless VPN.
Device > Certificate Management > SSL/TLS Service Profile
and configure the certificate the portal will use.
Network > Clientless VPN > Applications
and define internal web apps (e.g., internal CRM, SharePoint) you want to publish. Specify:
Device > Authentication Profile
and configure authentication using LDAP, SAML, RADIUS, or a combination. Assign this profile to the portal.
Network > GlobalProtect > Portals
, edit the portal configuration, go to
Clientless VPN > Applications
tab, and add the applications.
sequenceDiagram
participant User
participant Portal
participant InternalApp
participant Firewall
User->>Portal: Access via browser (HTTPS)
Portal->>User: Prompt Authentication (LDAP/SAML)
User->>Portal: Submit Credentials
Portal->>Firewall: Validate Credentials
Firewall-->>Portal: Authentication Success
Portal->>User: Display Clientless VPN Portal
User->>Portal: Click on internal app
Portal->>InternalApp: Proxy request
InternalApp-->>Portal: Response
Portal-->>User: Serve internal app content
Palo Alto Networks GlobalProtect Clientless VPN supports access to internal resources using secure web-based protocols. The following protocols and applications are supported:
Note: Only applications that can be proxied through HTTP/HTTPS or rendered in HTML5 are supported. Clientless VPN does not support arbitrary TCP/UDP applications or thick-client applications (e.g., SMB, VoIP).