SAML-aware GlobalProtect proxy. Browser extension drives the SAML, bastion runs openconnect inside a per-user netns, you get corp-internal reachability through plain ssh -L.
You authenticate with corp SSO once in your browser. The extension captures the GlobalProtect cookie and hands it to this bastion, which spins up an isolated openconnect tunnel and gives you back a one-shot .command file. Double-click and your laptop reaches the corp-internal services you registered (bitbucket, etc.) at their normal URLs — no VPN client running on your laptop.
chrome://extensions..command file to your Downloads folder.Shipped in the popup; add / remove from there.
bitbucket.rks-cloud.com:443 Bitbucket web UI bitbucket.rks-cloud.com:7999 Git push / pull over SSH
If your laptop user can't sudo, the popup also shows a copy-pasteable ssh -L command using high local ports — access services at https://bitbucket.rks-cloud.com:8443/ etc. Cert validates because the hostname matches.