Hi @mmioduski,
Turning off that useSSOWithCAM is different from the https/http issue.
The https/http issue happens because the browser is trying to authenticate with the Cognos BI server directly. Whereas turning that flag off means, authentication will be handled by TM1.
The error that you have captured there now seems to be different from the last post you had. That usually happens when:
- You do not have the Canvas xdomain files in the Cognos BI server
- The URL in the xdomain configuration in the FTL file does not exactly match the host that you have in the clientCam URL in the instances.json file
Regarding point 2, if for example the clientCamUri is http://localhost:80/ibmcognos…, then the configuration must have the target host url exactly as it is - meaning it should have port 80 typed in as well → http://localhost:80.
–
Paul