When WSS Agent users are connected to a network (such as Guest Wi-Fi) that uses a manual Proxy Auto-Configuration (PAC) script, the WSS login window remains blank even after SAML authentication is completed with IdP and fails to close. Consequently, the WSS Agent cannot complete authentication and it status switches between Connecting to Cloud SWG and Waiting for User Authentication states.
Product: Cloud Secure Web Gateway (Cloud SWG)
Component: WSS Agent (WSSA)
Configuration: Manual PAC script deployment for roaming/guest networks.
Update the PAC file to include a bypass snippet for the necessary Cloud SWG domains.
Step-by-Step Instructions:
if (shExpMatch(host, '*.threatpulse.net') || shExpMatch(host, 'threatpulse.net') || shExpMatch(host, 'pod.threatpulse.com')) {
return "DIRECT";
}
Verification:
Once the PAC file is updated:
Post reconnect the network, the WSS login window should now load properly and post successful SAML authentication completion with IdP, window should close automatically.