An Azure service that enables hosting Domain Name System (DNS) domains in Azure.
I ended up resolving the issue with the affected user by doing the following:
- Uninstalling GSA
- Running the following commands:
sudo rm -rf "/var/root/Library/Application Support/com.microsoft.globalsecureaccess.tunnel/" sudo rm -f /etc/resolver/private.edgediagnostic.globalsecureaccess.microsoft.com sudo rm -f /etc/resolver/auth.edgediagnostic.globalsecureaccess.microsoft.com sudo rm -rf "/Library/Logs/Microsoft/globalsecureaccessclient/" sudo systemextensionsctl reset
- Re-installed GSA
- I then had to get a naas_policy from a working pc using:
sudo cat "/var/root/Library/Application Support/com.microsoft.globalsecureaccess.tunnel/naas_policy"
- I then sent to the affected user and they copied it from their downloads to the following location:
sudo mkdir -p "/var/root/Library/Application Support/com.microsoft.globalsecureaccess.tunnel/" sudo cp ~/Downloads/naas_policy "/var/root/Library/Application Support/com.microsoft.globalsecureaccess.tunnel/naas_policy" sudo chmod 600 "/var/root/Library/Application Support/com.microsoft.globalsecureaccess.tunnel/naas_policy"
After restarting GSA/getting latest policy on user machine it worked.
I suspect there was some stale config in one of these files that was causing the issue even after re-installing GSA. Clearing all this seemed to fix it.