I am trying to read a 3rd party domain generated by the 3rd party (i.e. another host which is different from the UI) on the client-side.
So, this cookie has the Domain set explicitly to myuihost and also has SameSite=None and Secure flag set to true.
However, I am still unable to read the cookie. Is Allow third party cookies setting in Chrome browser needed to be enabled to be able to read this 3rd party cookies ?