Release : 17.x
Component : Service Point
Post-installation steps have not been implemented.
Implement the Service Catalog post-installation steps noted in the following document:
https://techdocs.broadcom.com/us/en/ca-enterprise-software/business-management/ca-service-management/17-3/installing/Installing-CA-Service-Management-17-3-0-22/Post-Installation-Tasks-for-CA-Service-Management-17-3-0-22.html
In Chrome 91 and later releases the error remains: To solve this problem, enable SSL for Service Catalog and Service Point and add the following to the 'context' element of server.xml file in USM_HOME/view/conf:
<CookieProcessor sameSiteCookies="none" />
For example:
<Context path="/usm" docBase="\Program Files\CA\Service Catalog\view\webapps\usm" debug="0" reloadable="false" ><CookieProcessor sameSiteCookies="none" />
<Manager pathname="" />
<Loader delegate="true" />
</Context>
</Context>