When users log in to Adobe Cloud through the Adobe application, entering their password causes the login screen to reload.
SSL interception is enabled in an explicit proxy deployment.
Add the following policy to the local policy file:
<Proxy>
Allow condition=Adobe_Cloud authenticate(no)
<ssl-intercept>
condition=Adobe_Cloud ssl.forward_proxy(no)
define condition Adobe_Cloud
url.host.substring=adobe.com
url.host.substring=adobelogin.com
end
See How do I add CPL to a local policy file on the ProxySG?