Microsoft Intune Sign-in through Edge SWG (ProxySG) fails
Error:
The Microsoft Intune is running on a MAC machine and Edge SWG (ProxySG) is deployed in an explicit mode
Need to disable protocol detection for Microsoft Intune URLs for this please refer to Functionality and expected behavior of the detect protocol feature.
CPL to disable protocol detection for Microsoft intune URLs is as below:
define condition intunedomains
url.domain=microsoftonline.com
url.domain=manage.microsoft.com
url.domain=windows.net
url.domain=config.office.com
url.domain=mobile.pipe.aria.microsoft.com
url.domain=in.appcenter.ms
url.domain=mzstatic.com
url.domain=apple.com.edgesuite.net
url.domain=officeconfig.msocdn.com
url.domain=itunes.apple.com
url.domain=mzstatic.com
url.domain=phobos.apple.com
url.domain=phobos.itunes-apple.com.akadns.net
url.domain=push.apple.com
url.domain=phobos.apple.com
url.domain=ocsp.apple.com
url.domain=ax.itunes.apple.com
url.domain=ax.itunes.apple.com.edgesuite.net
end condition intunedomains
<Proxy>
condition=intunedomains authenticate(no)
<Proxy>
condition=intunedomains detect_protocol(none)