Issue:
Even after enabling SSL, still login pop-up is comes while trying to click offering or tickets in Service Point.
USVCT 17.3
1. We need to add the line "<CookieProcessor sameSiteCookies="none" />" in the server.xml file as below:
<Context path="/usm" docBase="D:\Program Files\CA\Service Catalog\view\webapps\usm" debug="0" reloadable="false" >
<CookieProcessor sameSiteCookies="none" />
<Manager pathname="" />
<Loader delegate="true" />
</Context>
2. Restart the Catalog Services.