Symptoms of the issues reported:
1. Prior to update to the latest version of Chrome, was able to get into the UIM Home page or Dashboards -> IM Overview. Now seeing data access error after updating to these Chrome as well as Edge versions.
Release : 20.3
Component : UIM OPERATOR CONSOLE - WASP & CORE
This is specific to a samesite change in both browsers. It should only effect those users that are currently using http to connect to Operator Console and Cabi.
The recommended resolution for this would be one of the following:
- Make the Operator Console and CABI (JasperServer) configured with HTTPS. Doc section: Configure CABI Server to Use HTTPS
- Use the "Lax" setting and access the Operator Console and CABI (JasperServer) using URL that has same subdomain and domain.
Alternatively the following can be set:
For Chrome add the following to the machine where Chrome is installed:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome
Add dword value:
type: dword
name: LegacySameSiteCookieBehaviorEnabled
value: 00000001
Add Key:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome\LegacySameSiteCookieBehaviorEnabledForDomainList
Add string value:
type: string
name: 1
value: *.<your-company-domain>.com
for example *.broadcom.com
For Edge:
Add dword value:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge
type: dword
name: LegacySameSiteCookieBehaviorEnabled
value: 00000001
After applying the registry changes for the respective browser, clear cache for all time and reopen the browser.
https://support.google.com/chrome/a/answer/7679408?hl=en#zippy=%2Cchrome